Tracks
Follow a track, not a feed
Each track is a curated sequence — a learning path through one corner of the systems map. Pick one and go deep.
Distributed Systems
Consensus, replication, ordering, failure — the hard parts, made intuitive.
Databases
Indexes, transactions, isolation — what's actually happening under the query.
Networking
From the TCP handshake to the TLS one, and everything a request touches.
Concurrency & Parallelism
Races, locks, backpressure, memory models — the bugs that only show up under load.
Security
Auth, crypto, threat modelling — the attacks, the defences, and the tradeoffs.
AI Systems
Embeddings, inference, retrieval, fine-tuning — building systems that actually work.
Web Internals
HTTP, browsers, CDNs, caching — everything between the user and your server.
Systems Performance & Reliability
Latency, throughput, profiling, SLOs — making systems fast and keeping them up.
Observability
Metrics, traces, logs — and how to actually find the thing at 2am.
DevOps
CI/CD, containers, orchestration, IaC — shipping fast without breaking prod.