Side projects show and tell time. Not every side project is here but every flashy one is.
Web app that scrapes arstechnica.com for all the "verdict: buy" games. Then you mark which ones you own and it tells you which good games (according to ars) you missed.
I built an automatic faucet with MongoDB metrics using an Arduino. It has since been replaced by Fnordmetrics but this was my learning project when I took a learn-cation.
I built an Arduino reminder box that would remind me to clean the litter box every other day. It had a "I'm done" button nearby and worked better than any calendar reminder would. It would also flash when you were late.
A job queueing demo app that shows a variety of background processing with the lamest metaphor ever, a pole climbing race.
A cryptocurrency reporting tool. You state your cost basis and it pulls prices from the web and tells you your position/standing.
An early Rails app that analyzed punctuation in popular news sources and rates them for drama. Interestingly, some major news sites had drama ratings above TMZ at certain points. Collected data for about one year and then stopped.
A survey web app that allows for simple survey form building. Arbitrary hierarchy form builder attempt.
An elevator sim in Ruby-Processing originally written in Java and then ported over. The doors animate and the cars move to floors when you press 1,2,3 etc. Click the image below to see it in action!
A twitter bot that deals a random hand of 5 cards. (now offline)
A visualization of Ruby DCamp's conway game of life challenges. We paired and spiked using different TDD and design constraints and threw away our code each time (code retreat). After DCamp, I rewrote it and added graphics.