Building APIs with Rails: Handling Errors NicelyIgnoring one session covering basic CRUD and deserialization using ActiveModel::Serializer, we get to a more interesting session: Handling …
Tips on Sidekiq QueuesSidekiq is great. It’s a really handy way to take slow stuff that your application is doing like uploading images or sending emails, and get…
The Importance of Serializing API OutputI’ve given the API Pain Points talk a bazillion times over the last year. In just 2015 I gave it at: Lone Star PHP OpenWest ConFoo One…
Using OmniAuth to make Twitter/oAuth API requestsUsing the brilliant user system gem Devise and a gem called OmniAuth you can make a Rails application that logs in or registers users via…