↧
Creating a Happy Git Environment on OS X
happy_git_on_osx.md Creating a Happy Git Environment on OS X Step 1: Install Git brew install git bash-completion Configure things: git config --global user.name "Your Name" git config --global...
View ArticleThe difference between the junior and senior Rails developer — an extract of...
The difference between the junior and senior Rails developer Someone recently asked the following question in the discussion forum of the Rubyists LinkedIn group: What separates a junior Rails...
View ArticleInstructions on how to fix npm if you've installed Node through Homebrew on...
fix-homebrew-npm.md Fixing npm On Mac OS X for Homebrew Users Installing node through Homebrew can cause problems with npm for globally installed packages. To fix it quickly, use the solution below....
View Article