REST APIs the way US startups ship them
100 lessons across 6 modules: FastAPI basics, Pydantic v2 validation, auth & security, async + background tasks + WebSockets, production deployment, and real-world patterns (rate limiting, caching, RLS multi-tenancy, OpenTelemetry, feature flags, blue/green vs canary).
FastAPI is async-first, type-driven, auto-generates OpenAPI docs, and is the default for new Python services in 2026 startups. Flask and Django still ship, but new builds usually pick FastAPI.
Yes — multi-stage Docker, Render / Fly.io / single-node k8s, plus the production patterns (rate limiting, caching, observability, blue/green vs canary).
Some. The track teaches async SQLAlchemy + Alembic against Postgres. You don't need to be a DBA, but knowing what a foreign key is helps.
A multi-tenant SaaS skeleton: auth, billing webhooks, background jobs, observability, deploy. Same shape as Stripe / Notion / Linear's actual backends, at 30k feet.
Partially — pair it with the System Design + Interview Prep tracks. Together that's the full junior backend bundle.
All 101 lessons unlock for $12/month or $89/year. 7-day free trial — card required, cancel in 1 click anytime in Settings.
See pricing