The Backend guides & blogs
Backend
Design, secure, and scale a real backend service — and reason about every layer between the browser and the database.
49 guides & blogs·6 stages·≈ 7 hr
Start with Common Foundations — it counts on every subject.
- 01
HTTP, APIs & the backend core
≈ 1 hrThe request/response contract, REST and GraphQL, databases, auth, caching, jobs, and getting it deployed.
- 02
Object-oriented design
47 minThe paradigm most backend code is organised around — objects and classes, the four pillars, and composition over inheritance. Concept-first, not tied to any language.
- 03
Databases, deeply
≈ 1 hrIndexes, query planning, transactions, isolation, and the schema decisions that make or break performance.
- 04
Authentication & access
≈ 1 hrSessions to OAuth to RBAC — who a request is from, and what it is allowed to do.
- 05
Web security
≈ 1 hrHow real attacks work — XSS, CSRF, SQL injection — and the defences that actually hold.
- 06
System design
≈ 1 hrLoad balancers, replication, sharding, queues, and event-driven architecture — scaling past one box.