Vim Cheatsheet

Posted by Steve on July 04, 2012 | Comments | Read full article

Jasmine + Require + BackboneJS

Posted by Steve on April 20, 2012 | Comments | Read full article
A few pointers to get Jasmine working with your Require/Backbone app.

MiniTest ActiveRecord associations test helper

Posted by Steve on April 12, 2012 | Comments | Read full article
A simple test helper method for AR associations in MiniTest.

Apache2 / Nginx reverse proxy config

Posted by Steve on March 26, 2012 | Comments | Read full article
One of those config tasks you'll do every blue moon then forget. I have committed it to ASCII for prosterity.

String to function in Javascript

Posted by Steve on January 04, 2012 | Comments | Read full article
Say you only have the name of a function you wanna callback at some point in javascript, no problems if you have a public globally scoped function. No dice if you have a namespaced or 'method' function in another context.