Back-end programming
Explore back-end programming to understand how servers process user requests, manage databases, control access, handle sessions, send notifications, and analyze data to create customized and secure web experiences.
What do backend engineers do?
Backend engineers program servers to process user requests and respond with the requested resource correctly. They also write code to process and store user data.
Efficient storage and delivery of information
Data that pertains to a website has to be stored in a database and delivered upon request. Consider Amazon’s database of items; if their database query system becomes inefficient at any point, they’ll lose customers. ...