What is Backend?
The behind-the-scenes part of an application that handles data, logic, and communication with databases
Why It Matters
The backend is where business logic lives, processing orders, managing user accounts, and keeping data secure
Real-World Example
When you submit an order, the backend validates it, charges your card, and updates the inventory
Related Terms
Frontend
The part of a website or app that users see and interact with directly
Full-stack
Working on both the frontend (what users see) and backend (the server and database) of an application
Server
A computer that runs continuously to handle requests, store data, and serve your application to users
API
A way for different software applications to talk to each other and share data
Learn More at buildDay Melbourne
Want to understand these concepts hands-on? Join our one-day workshop and build a real web application from scratch.
Related Terms
API
A way for different software applications to talk to each other and share data
Frontend
The part of a website or app that users see and interact with directly
Full-stack
Working on both the frontend (what users see) and backend (the server and database) of an application
Server
A computer that runs continuously to handle requests, store data, and serve your application to users
Cron Job
A scheduled task that runs automatically at specific times or intervals
Background Job
A task that runs behind the scenes without making users wait for it to complete