Skip to content

Instantly share code, notes, and snippets.

View kahwee's full-sized avatar
🎯
Focusing

KahWee Teng kahwee

🎯
Focusing
  • Uber Technologies
  • San Francisco, CA
View GitHub Profile
# Install iTerm https://www.iterm2.com/downloads.html (Stable release)
# Open and install and run this:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Then install git
brew install git
# Then run this:
brew install node
@kahwee
kahwee / basic-hello.js
Created September 24, 2017 07:14
sayHello()
const chalk = require('chalk')
/*
( Open parantheses
) Close parantheses
[ Open bracket
] Close bracket
{ Open brace
} Close brace
/ (Forward) Slash
@kahwee
kahwee / like-linkedin.js
Created August 9, 2018 11:01
On days I can't decide, I like everything in LinkedIn
[...$('.like-button:not(.active)')].forEach(el => el.click())