Learn

37 short lessons on the layer nobody grades you on — how the things you studied actually behave in production, and what has changed since you graduated. Written for engineering graduates and early-career backend developers.

Each one is a five-to-twelve minute read with a concrete exercise at the end. Read them in order or jump to what you need. If you want to track progress, the brush-up tracker ticks off the same lessons.

Module 01

Fundamentals, the production version

You learned these for exams — this is where they actually bite

Module 02

Databases, past the CRUD layer

You know SQL — these are the parts that separate junior from senior

Module 03

System design

The gap between "I built a CRUD app" and "I can design a system"

Module 04

APIs, auth and backend architecture

Solidify the layer you touch every day

Module 05

Infrastructure and deployment

What is standard now, not what was standard when you started college

Module 06

Security

Usually skipped in college, assumed in every real job

Module 07

Staying current

The habit that stops the brush-up from going stale again

Module 08

Prove it — practice ladder

This sticks when you build, not when you read