Back-end developers build the infrastructure that supports the front-end.
"Back-end" means the server, application and database that work behind the scenes
to deliver information to the user. The user enters a request through the interface.
It's then verified and communicated to the server, which pulls the necessary data from the
database and sends it back to the user. The back-end consists of the server which provides
data on request, the application which channels it, and the database which organizes the
information. Tra le funzionalità comuni ai back-end sono:
Se il sito web integra una community o un e-commerce, ovviamente, anche le funzionalità gestite tramite il back-end sono maggiori. Alcuni esempi di funzionalità gestite mediante il back-end di siti dinamici complessi sono:
Gestione server
Adesso andiamo a vedere a livello di codice come fa un sito web ad andare online, in questo caso andremo ad usare il linguaggio di programmazione Python.