Skip to content

Instantly share code, notes, and snippets.

View anayonkars's full-sized avatar
💭
Developer and Architect

Anayonkar Shivalkar anayonkars

💭
Developer and Architect
View GitHub Profile
@anayonkars
anayonkars / System Design.md
Created October 29, 2021 12:02 — forked from vasanthk/System Design.md
System Design Cheatsheet

System Design Cheatsheet

Picking the right architecture = Picking the right battles + Managing trade-offs

Basic Steps

  1. Clarify and agree on the scope of the system
  • User cases (description of sequences of events that, taken together, lead to a system doing something useful)
    • Who is going to use it?
    • How are they going to use it?

System Design Cheatsheet

Step One: Framing The Problem a.k.a get the MVP

  • Identify the use cases that are in scope
  • Determine constraints based on scoped use cases

use case : the things your system needs to be do.

constraints : the things your system will have to consider to be able to do stuff