AWS: Install AWS Command Line CLI on Mac OSX
The AWS command line client allows you to create, modify and manage your Amazon Web Services from your local terminal. If you're on a Mac and...
Ideas, findings, thoughts and discussion focused on the technology and how to make things work.
The AWS command line client allows you to create, modify and manage your Amazon Web Services from your local terminal. If you're on a Mac and...
Weka [http://www.cs.waikato.ac.nz/ml/weka/downloading.html] is a data-mining tool that can help you build out decision trees using Java. I will write...
This happens to me all the time. I forget to add a .gitignore to my git repo and then I start creating a bunch of folders for my...
There are about a dozen or so reasons why your Rails app might fail to load locally or on a host like Heroku. Below are a few common...
Homebrew [http://brew.sh/] is excellent for downloading and installing packages but even better for managing local databases for development. The interface is known as Homebrew Services. If...