Resources and Tools
A list of essential tools, libraries, packages, and useful software for programming.
Ruby
https://pine.fm/LearnToProgram/
An excellent online, free resource by Chris Pine
http://ruby.learncodethehardway.org/book/
Sqlite
Mac OSX comes with Sqlite3 installed, which you can verified by typing which sqlite3 at the command line.
- OS X: Install homebrew then run
brew install sqlite3 - Ubuntu: run
sudo apt-get install sqlite3 libsqlite3-dev - Windows: Watch this tutorial video and then download the correct 'dll'
Heroku
Signup for an account and install the heroku tool belt.
Tools
http://www.irradiatedsoftware.com/sizeup/
A paid but awesome window management tool.
https://atom.io/
A very serious, soon to be competitor to Sublime Text, by Github.