
See what we’ve written lately

Heroku: Publishing a Sinatra App
When it comes to publishing web (or API-only) apps, I either pick Openshift [https://www.openshift.com/] or Heroku [https://dashboard.heroku.com/] for hosting. Both services are...


Rails: Authenticating with Devise
I've been working with the Stripe API lately and I thought it might be handy to write a simple Ruby on Rails application that integrates Ruby...