All topics
General · Learning hub

System Design notes for developers

Master System Design with a curated set of 2 developer notes — core concepts, patterns, and interview prep. Maintained by the DevRecall team.

Save this stack to your DevRecallMore General notes
System Design

Scalability & Architecture

Scalability & Architecture Scalability Patterns Horizontal scaling — add more servers; requires stateless app (store sessions in Redis, not in-process) Load bal

System Design

Reliability & Interview Framework

Reliability & Interview Framework Reliability Patterns Circuit Breaker — stop calling a failing service after N failures; half-open state to probe recovery Retr

Keep your System Design knowledge sharp.

Save this stack to your personal DevRecall — add your own notes, track what you're learning, and share what you know with the community.

Get started — free forever