Patchouli's Computatrunomicon

Search IconIcon to open search

202205240651 The Back-End

Last updated May 31, 2022.

# The Back-End

Browser: JS+CSS+HTML

Backend: Server, Application, Database The server holds the database

The pair of an HTTP verb and a URI is called a route and matching them based on a request is called routing.

Express: simplifies routing

Frameworks: Ruby on Rails, Cake PHP, and Code Ignite

Wordpress: frontend+backend. WordPress is an open-sourced framework built on PHP that you have to install on your server with a database. use CSS, jQuery and JavaScript.

Data persistence of a website.

Back-end development is a field of development concerning the use of databases, application and servers, which aren’t seen by the end user (In contrast, front-end development focuses on what the end user sees, such as the contents (HTML), style (CSS) and interactivity (JavaScript) of a website.

# Sources

Own notes

https://www.theodinproject.com/lessons/foundations-introduction-to-the-back-end


Interactive Graph