Skip to content

Instantly share code, notes, and snippets.

View anish-kr07's full-sized avatar

Anish Kumar anish-kr07

View GitHub Profile
@anish-kr07
anish-kr07 / gist:2a5fbebc20a21a9cf06ab9dbaeaefe87
Last active May 16, 2020 00:02 — forked from vasanthk/System Design.md
System Design Cheatsheet
We couldn’t find that file to show.
@anish-kr07
anish-kr07 / System Design.md
Created May 14, 2020 11:30 — 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?