Curated list of episodes, bundled to help you on your learning path!
Videos of tech, infrastructure, hardware and software which non-instructional by nature.
Articles around software and tutorials.
Show your love and support while looking fancy.
Got a question or want to chat about a topic? Let's talk!
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.
In this episode, we look at making an API using Jbuilder. We also take a look at Active Storage predefined variants and loading them into the API responses.
Add unobtrusive maps to your application using StimulusJS to tie in Google Maps Javascript API and Places API.
We look at consistency in a Rails API structure and handling errors.
OAuth alone can be a difficult task. Combined with a Javascript Framework or Mobile Application, and things can get confusing quickly. In this episode, we look at a standalone React Component authenticating to a Rails 5 only API.
Slack is a great application to keep in contact with friends, coworkers and a community. With bots, its capabilities are endless. In this episode, learn how to create a Slack Bot to interact with.
In this episode, learn how to extract the interactions with an external API into a service object so that code is isolated and interchangeable.
In this episode, we look at creating an interactive documentation for a Rails API.
In this episode, we look at creating an iOS Application which will communicate with the Rails API application from the previous episode.
Using the URI or Accept Headers, we can version our API to prevent breaking changes to our end users. In this episode, we look at versioning our RESTful API.