Skip to content

Instantly share code, notes, and snippets.

View agrawalsajal02's full-sized avatar
🎯
Focusing

SAJAL AGRAWAL agrawalsajal02

🎯
Focusing
  • National Institute of Technology Patna
  • INDIA
View GitHub Profile
@agrawalsajal02
agrawalsajal02 / System Design.md
Created September 25, 2020 15:26 — 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?
h1>this is my first web page</h1><h1>I want big text here</h1>
<ul>
<li>Make me a bullet point</li>
<li>Make me another bullet point</li>
</ul>
<button>Make Me A Button Here</button>