API Authentication with Omniauth
Play
11:56

API Authentication with Omniauth

#172 Feb 10, 2019 pro
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.

Creating a Simple Slack Bot
Play
10:16 CC

Creating a Simple Slack Bot

#162 Dec 2, 2018 free
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.

Service Objects for API Interactions with Twilio
Play
15:55

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.

Rails API Documentation
Play
15:18

Rails API Documentation

#146 Aug 12, 2018 pro
In this episode, we look at creating an interactive documentation for a Rails API.

iOS Authentication with a Rails API
Play
19:33

iOS Authentication with a Rails API

#143 Jul 22, 2018 pro
In this episode, we look at creating an iOS Application which will communicate with the Rails API application from the previous episode.