We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
Learning Rails 3
June 12, 2011Rails 3 is a pretty big framework and brings a few new things to the table. Where to start learning it?
Impostor syndrome and BOMTYCC problems
June 5, 2011How can you keep improving on your own, when you're always afraid of not being good enough?
Data wrangling and Ruby metaprogramming
May 29, 2011See how metaprogramming in Ruby can make some tasks more palatable.
Adding a namespaced Rails generator to a standalone Ruby gem
May 22, 2011Contributing to open source
May 15, 2011Making your first open source contribution can be daunting, but we'll make it straightforward.
Why Service-Oriented Architecture makes sense
May 8, 2011Self-marking required fields in Rails 3
May 1, 2011Automatically marking required fields in HTML forms, based on ActiveRecord validators.
Your laptop is a liability
April 24, 2011Make sure having your laptop stolen or otherwise compromised won't be a stressful event.
Consuming a public Rails API with jQuery
April 17, 2011Consuming a public API with a cross-domain request using jQuery.