Google Maps API with StimulusJS
Play
17:14 CC

Google Maps API with StimulusJS

#236 Apr 5, 2020 free
Add unobtrusive maps to your application using StimulusJS to tie in Google Maps Javascript API and Places API.

API Structure and Error Handling
Play
19:53 CC

API Structure and Error Handling

#228 Feb 9, 2020 pro
We look at consistency in a Rails API structure and handling errors.

API Authentication with Omniauth
Play
11:56 CC

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 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.