As my proficiency in vim increases. I’ve started looking for little short cuts. At the office, I have two monitors, and do some front end development from time to time. The annoying thing about it, is ever since I’ve switched to vim, I find CMD+Tabbing out of the terminal exceedingly annoying. Then, I happened upon Chrome CLI which allows...
I love using Devise for application authentication. When I was creating the Realtime QA Tool I needed to make sure that the sign up form wasn’t publicly accessible. So I started doing a little bit of searching I found Devise Invitable. Devise invitable allows you to invite users via e-mail to your application. Getting up and running with Devise Invitable is...
I’m currently building a small rails app that will display where all of the breweries located in Portland Oregon are. So far the most complicated thing about it is interfacing with the Google Maps v3 API. Many of the problems I face, Google has examples for in their documentation. However, some examples seem to be buried deep down in the recesses...