Using Rake Tasks for Mac OSX
Here are a few of my favorite commands for Mac OS X, Ruby on Rails and AWS Lambda development.
Ideas, findings, thoughts and discussion focused on the technology and how to make things work.
Here are a few of my favorite commands for Mac OS X, Ruby on Rails and AWS Lambda development.
I work a lot with EC2 and one thing I always have to Google is how to SSH into an AMI, Ubuntu, Fedora, or CentOS instance. Part of...
As a regular EC2 user, commands such as ssh, scp, tar, zip, chmod and chown are like BFF's. The only thing I can't remember...
I've been doing a lot of work within the AWS Command Line [http://docs.aws.amazon.com/cli/latest/reference/iam/index.html] and it'...
Keys are used to provide access to specific locks. Before we can talk about keys, let's make sure we know how to create a lock using...
I love AWS Lambda because I can run my code on Amazon's servers without having to manage servers, operating systems, scaling, provisioning, or even deployment. HOW...
Through AWS Lambda [https://aws.amazon.com/lambda/], AWS is completely changing the entire web industry, again. If you're not familiar with Lambda, it's...
Thank you @herrbischoff [https://twitter.com/herrbischoff] for creating this A curated list of shell commands and tools specific to OS X [https://github.com/herrbischoff/awesome-osx-command-line] and...
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...
Elastic Beanstalk is a one-stop shop for Ruby on Rails developers to publish their apps. In this tutorial, I'll show you how to first commit your...