Skip to content
 
 

Latest commit

 

History

38 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System Design Interview - An Insider's Guide (Vol 1 and 2)

These notes are based on the System Design Interview books - Vol 1 and Vol 2 2nd Ed

Check the notes here: https://system-design-notes-docs.vercel.app

Note: These notes are a work in progress.

🌐 Interactive Web View

This repository now includes a fast, responsive documentation site built with VitePress with full-text search across all chapters.

# Run locally
npm install
npm run docs:dev

# Build for production (e.g. Vercel)
npm run docs:build

📚 Chapters (in NOTES/)

Additonal Resources

Rate Limiting

Consistent Hashing

Key-Value Store

Unique-ID Generator

Web Crawler

Chat Systems

Search Autocomplete

Youtube

Google Drive