The Enigma Machine using Ruby Saturday, January 3, 2015
The Enigma machine explained in Ruby More
Advanced Eager Loading in Rails Saturday, December 20, 2014
How to load 'N' records per parent record efficiently in Ruby on Rails More
Mixins With Backbone Using CoffeeScript and JavaScript When Integrating With Rails Sunday, December 14, 2014
A quick introduction to using mixins with Backbone to extract out common code More
Setup a Clean Backbone JS App With Rails Wednesday, November 26, 2014
A basic introduction on how to setup a new Rails project with Backbone JS More
Rails Concerns for URL and Path Helpers Wednesday, May 28, 2014
Concerns offer a reusable way of sharing common code. This can be used to extract URL helpers. More
Using Timestamps for Caching on iOS or Mac Wednesday, May 21, 2014
A simple example of using timestamps to ensure users always see the latest data in an iOS or Mac app. More
Setup Free(ish) SSL/TLS on Heroku for Ruby on Rails (or Any Other Framework) Tuesday, May 6, 2014
Configure SSL/TLS On Heroku Using a CDN More
Deploying Wordpress to Heroku Friday, May 2, 2014
A guide on how to use Heroku to host Wordpress More
Setting Up Mac OS X Mavericks for Development Saturday, October 5, 2013
A short guide on how to configure Mac OS X Mavericks with Rails, Node and More. More
Packaging a jQuery Plugin with Bower Tuesday, July 23, 2013
Bower is a great package manager for JavaScript or CSS Files. It can be easily used to package a jQuery plugin. More
A Rubyist Guide to Creating jQuery Plugins Sunday, July 14, 2013
Learn how to create a jQuery plugin using Haml, Sass, and CoffeeScript. Then deploy the plugin to the jQuery plugin repository. More
Progress in Developing iOS and Cocoa Friday, July 12, 2013
Blocks, Literals, ARC and more have been added to Cocoa helping to ease many of the pains developers experienced in the past. It is an awesome time to be an iOS or Mac developer. More