30d roadmap · 4 milestones
HLD Practice
A 30-day sprint through high-level system design. Primitives first (load balancing, consistent hashing, consensus), then full-stack "design X" cases. End comfortable scoping requirements, capacity, storage choice, queue boundaries, and failure modes.
Outcome: Be able to design X — feed, chat, ride-hailing, search — under a 45-minute clock with credible numbers.
How to work this roadmap
Treat each milestone as a claim that must be supported by evidence. Before reading, write what you think the mechanism does and where it will fail. After studying the linked concepts, run the drills without copying an answer, preserve the output, and revise the explanation. Move forward when you can connect the milestone goal to a working implementation, benchmark, architecture decision, or reviewable design artifact.
The 30d horizon is a sequencing aid, not a completion badge. Spend more time where your prediction and the observed behavior disagree. Keep a short decision log containing the mechanism selected, alternatives rejected, expected failure mode, measurement used, and remaining uncertainty. Review that log with FSRS prompts so the roadmap produces durable system judgment rather than a temporary tour of terminology.
At the end, explain Be able to design X — feed, chat, ride-hailing, search — under a 45-minute clock with credible numbers. from first principles to a reader outside the domain. A strong explanation should survive follow-up questions about correctness, cost, latency, resource use, security, recovery, and operational visibility. If it cannot, return to the milestone that contains the missing mechanism and build a smaller falsifiable example.
Milestones
Milestone 1
Prerequisites — unlock the rest of this path
Concepts the later milestones depend on. Without these the planner cannot serve the rest of this roadmap.
Concepts
Milestone 2
Days 1-7 — Primitives
The building blocks every HLD answer relies on.
Concepts
Milestone 3
Days 8-14 — Distributed components
Storage, infra, messaging — what sits behind the LB.
Concepts
Milestone 4
Days 15-30 — Full system cases
Walk a complete "design X" with capacity, storage choice, and failure modes.