Projects
Web Design
Even though programming is my expertise, I enjoy design work. Here are some logos I’ve designed:



Open Source Projects
You can find the code to my open-source projects on GitHub.
Tabulous
Tabulous gives you an easy way to set up tabbed navigation in Rails.
Plastic
Rack + Nokogiri = Plastic. I created this to give people a head-start when developing Rack middleware that changes the HTML response.
Rack::Environmental
Never again will you accidentally delete production data! Rack::Environmental adds an indicator badge to your web application so that you can tell whether you’re working with the staging, test, development or production version of your web app.
Rack::Linkify
This is Rack middleware that breathes life into unclickable links (http://like.this.one/you/cant/click/this). Any URLs that occur in the text of the web page are automatically surrounded by an anchor tag.
Rack::Gsub
This is a Rack middleware wrapper for Ruby’s String.gsub method. You can replace text on your web page without worrying about accidentally modifying the HTML tags themselves.
Just For Fun
Alphabet Clock
Haven’t you always wanted a base-26 clock?
2rgb
There are tons of hex-to-rgb conversion websites out there, so here’s another one! I’m using this website to demonstrate different Ruby web frameworks. So far I’ve implemented 2rgb in Rack and Sinatra.
Patience Practice
Did you know that BoltBus has wifi? When I found out, I decided to create this website. I wrote it somewhere in Connecticut or New York.