Skip to content

Instantly share code, notes, and snippets.

View marctc's full-sized avatar

Marc Tudurí marctc

View GitHub Profile
@marctc
marctc / System Design.md
Last active November 25, 2021 12:30 — forked from vasanthk/System Design.md
System Design Cheatsheet

System Design Cheatsheet

To Remember

  • Have they gathered requirements?
  • Have they defined the systems interface?
  • Have they done scaling/capacity estimation?
  • Does the design actually work?
  • reliable and maintainable?
  • Is the design feasible to implement - fit within our practical constraints (budget, time, etc.)??