Skip to content
Dev Dump

System Design

These notes are grouped from foundations and building blocks (networking, distributed systems, performance, storage) to end-to-end case studies. The Database section is for storage concepts and replication patterns, plus a full Key-Value Store walkthrough (SDI Vol. 1 ch. 6)—same book lineage as the case studies, but framed as storage architecture rather than a product surface.

Study notes aligned with System Design Interview — An Insider’s Guide (Vol. 1). Figures for these chapters live under _resources/sdi-notes/. To refresh from upstream, use scripts/import-sdi-notes.py at the repository root (see the script docstring).

Upstream source notes: liquidslr/system-design-notes.

The repo root HLD/ folder is only a Vite alias target for local tooling (see HLD/README.md); published system design content lives under this docs tree.