Skip to content

Instantly share code, notes, and snippets.

View theleancoder's full-sized avatar

Ankit Singh theleancoder

  • .na
  • Gurgaon, India
View GitHub Profile
@theleancoder
theleancoder / frontendDevlopmentBookmarks.md
Created September 25, 2015 02:52 — forked from dypsilon/frontendDevlopmentBookmarks.md
A badass list of frontend development resources I collected over time.
wait(S) {
while (S <= 0)
; // busy wait
S--;
}
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash
nvm install 4.2.2
npm install -g npm
sudo apt-key adv — keyserver hkp://keyserver.ubuntu.com:80 — recv 7F0CEB10
echo “deb http://repo.mongodb.org/apt/debian wheezy/mongodb-org/3.0 main” | sudo tee /etc/apt/sources.list.d/mongodb-org-3.0.list
sudo apt-get update
sudo apt-get install -y mongodb-org