Label Maker with Ruby
Play
26:30 CC

Label Maker with Ruby

#343 Apr 3, 2022 free
Learn how to turn your tweets into physical printouts on a label maker via the Cups/PPD API. It's a silly concept, but can have some great real world application with interfacing with printers.

Rails API Basics
Play
5:28 CC

Rails API Basics

#49 Oct 2, 2016 free
A brief introduction on Rails API. Learn how to create an API application and setup the routes. This episode is paving the way for more in depth looks into Rails API.

Service Objects for API Interactions with Twilio
Play
15:55 CC

Service Objects for API Interactions with Twilio

#154 Oct 7, 2018 free
In this episode, learn how to extract the interactions with an external API into a service object so that code is isolated and interchangeable.

Playing with JSON
Play
3:01 CC

Playing with JSON

#34 Jun 19, 2016 free
Some neat tips and tricks for interacting with and parsing JSON responses from an API.

Custom Error Pages with Slack Notification
Play
9:06 CC

Custom Error Pages with Slack Notification

#91 Jul 30, 2017 free
Learn to use custom error pages to provide a similar look to your application. Get notified on Slack as errors occur to act on them before they're reported.