My articles, essays, and ramblings.
May 15, 2011
Print Stamps With Ruby!
I’ve just released Stamps - A Ruby gem for creating postage labels, calculate the shipping cost of packages, standardize domestic
Jan 11, 2011
Easy Multiple Account Management for Heroku
Recently, I migrated all of my personal and business sites to Heroku. Heroku, as you may know, is a fantastic
Oct 31, 2010
5 Ruby Gems for Concise Code
At Littlelines, we have to write a lot of code under strict time constraints.
Jun 06, 2009
20 Clojure Links To Get You Up To Speed
Writing multi-threaded code is hard. If you’ve ever done concurrent programming, you’ll probably agree. Clojure offers
Apr 04, 2009
Git blogging with Aerial
Over the last few years, I have grown tired of maintaining, migrating, and upgrading blog software, so I’ve decided to roll my own with Ruby code.
Aug 01, 2008
Relay outbound SMTP email to Gmail
Sending emails with Rails via Gmail is a snap with Marc Chung’s excellent plugin action_mailer_tls. However