DSA patterns Cheat Sheet
DSA patterns Cheat Sheet - Hojas de cálculo de Google
100+ Best System Design Resources for Interview and Learning
https://github.com/javabuddy/best-system-design-resources
Awesome System Design Resources
https://github.com/ashishps1/awesome-system-design-resources
Techniques to ace System Design interviews
- Requirements first (functional + non-functional)
- Pick 2–3 core user flows and design around them
- Put real numbers on scale (QPS, data/day, peak vs avg
- Draw the read path and write path separately
- Choose data model from access patterns (not vibes)
- Cache strategy: what, where, TTL, invalidation story
- Consistency choices: what must be strong vs can be eventual
- Idempotency + retries + dedupe for every write API