Backend Development
The server side: HTTP, REST APIs, JSON, auth, config/secrets, deployment and a backend capstone.
Every lesson runs real code in your browser, checked the moment you submit. No installing anything, no setup, no waiting.
Start Backend Development freeWhat this course covers
- What is a Backend? Servers and the Request Cycle
- HTTP: Requests, Methods and Status Codes
- APIs and REST: CRUD over HTTP
- Query, Path, and Body Params
- Build a Backend: CRUD Functions + JSON
- Validating Input: Never Trust the Client
- Pagination: Data in Pages
- Authentication: Logins and Password Hashing
- Middleware: Hooks Around Every Request
- Tokens and JWTs: Stateless Authentication
- Rate Limiting: Protect Your API
- Caching: Remember Expensive Work
- Designing a Good API
- Logging and Monitoring: See What Your Server Does
- Testing Your API: Trust Your Endpoints
- Config, Secrets and Deploying a Backend
- Capstone: A Task Manager Backend
- Full-Stack Capstone: A JS App with a SQL Database
Other courses
Learn to think like a problem-solver before you write a single line of code. Break big …
Your first Python course, no experience needed. Learn variables, loops, functions, and …
Level up your Python with comprehensions, lambdas, error handling, files, modules, and …
Master OOP in Python: classes, objects, inheritance, polymorphism, encapsulation, abstr…
Go deeper in Python: decorators, generators, type hints, regex, JSON, SQLite, testing, …
Core CS: arrays, lists, stacks, queues, hash tables, trees, graphs, sorting, searching,…
Build your own 2D games from scratch: the game loop, sprites, movement, collisions, and…
Learn Java from zero, with no programming background needed. Write your first program, …
Learn C++ from zero, with no programming background needed. Start with your first progr…
Learn C from zero, with no programming background needed. The language that Unix, Linux…
Learn JavaScript from scratch: variables, types, loops, functions, arrays and objects, …
Build for the browser: structure pages with HTML, style them with CSS, then use live AP…