List all Git commits that are on one branch, but aren't on the other
06 Sep 2014
This is super handy for Heroku-style deploys
06 Sep 2014
This is super handy for Heroku-style deploys
11 Aug 2014
I speak to the Omaha Coffee & Code meetup about the trials and tribulations of naming things well.
20 Jun 2014
4 Steps and an obligatory fake step
07 Apr 2014
15 Ruby-based movie title Rebus puzzles. Can you guess them all?!
11 Feb 2014
Omaha's Family Event Calendar
31 Dec 2013
My third annual list-of-things-that-I-deem-notable-in-the-year-which-is-about-to-conclude.
04 Dec 2013
Rails 4 defaults the X-Frame-Options header to SAMEORIGIN for security reasons (and good ones at that). However, sometimes you want a specific action to be iframeable. Here's how.
15 Nov 2013
Two handy tools that don't get along out of the box. Herein lies a workaround.
08 Nov 2013
Save yourself a lot of pain down the road by ensuring your system handles crazy input now.
24 Oct 2013
Have you ever needed to see how many times each element in an array occurs? Perhaps sort by those occurrences? Here's a quick and easy way to do it.