Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am m0nikasingh on github.
  • I am m0nikasingh (https://keybase.io/m0nikasingh) on keybase.
  • I have a public key ASDi6bxsQPqUx6ddV0Y_zjyehlFYTs79Sw-il6VaiNrxPgo

To claim this, I am signing this object:

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

@m0nikasingh
m0nikasingh / System Design.md
Created November 9, 2016 17:57 — 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?