Skip to content

Instantly share code, notes, and snippets.

View shanenoi's full-sized avatar
🚧
building my own culture

Shane Nguyễn shanenoi

🚧
building my own culture
View GitHub Profile
@shanenoi
shanenoi / System Design.md
Created August 15, 2022 02:01 — 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?
@shanenoi
shanenoi / vim.md
Created December 25, 2020 18:44 — forked from lirenlin/vim.md
build vim with clipboard support

##Install dependency

sudo apt-get install libncurses5-dev libgnome2-dev libgnomeui-dev   libgtk2.0-dev libatk1.0-dev libbonoboui2-dev   libcairo2-dev libx11-dev libxpm-dev libxt-dev

##Configure ./configure --with-features=huge --enable-gui=gnome2 ----enable-pythoninterp=yes

OR