Joined April 2012
·
Posted to
npm list --depth=0
over 1 year
ago
neat!
Posted to
Don't sudo npm
over 1 year
ago
for the production server, i don't think it's a good idea to install any npm modules globally.
just run the one in node_modules/.bin
Posted to
Stop Typing in Long Commands in Linux!
over 1 year
ago
Ctrl + R.
Posted to
Vim: Keep text selected after indentation.
over 1 year
ago
this is cool!
Posted to
My Git aliases >> .bash_aliases
over 1 year
ago
oh.. why not break each alias into different lines? ;)
Posted to
see most used commands
over 1 year
ago
ruby developer ;)
Posted to
Brevity in JavaScript
over 1 year
ago
Posted to
for a better _.template()
over 1 year
ago
you have to type shift + [
/ shift + ]
for {
or }
..
that's tired.
(i'm extremely laze, i know :P)
Posted to
splice(0): the fastest way to copy a JS array
over 1 year
ago
it's more like "move" rather than "copy" :(
Achievements
158 Karma
3,846 Total ProTip Views
24PullRequests Participant
Sent at least one pull request during the first 24 days of December 2014
Komodo Dragon
Have at least one original repo where Java is the dominant language
Altruist
Increase developer well-being by sharing at least 20 open source projects
Raven
Have at least one original repo where some form of shell script is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
Bear
Have at least one original repo where Objective-C is the dominant language
Kona
Have at least one original repo where CoffeeScript is the dominant language
Charity
Fork and commit to someone's open source project in need
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
git pull --rebase