Introduction to GraphQL
Play
17:38 CC

Introduction to GraphQL

#119 Feb 11, 2018 pro
GraphQL is a query language for your API. In this episode, we will look at adding GraphQL to our Ruby on Rails application and seeing how we can pull down data and create records.

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.

Plotting Points on a Map from Scratch
Play
8:33 CC

Plotting Points on a Map from Scratch

#86 Jun 25, 2017 free
Using the Google Maps Javascript API, learn how to plot markers onto a map. Load markers and info windows through AJAX calls to your Rails JSON API.

Geocoding, Places and Maps
Play
11:29 CC

Geocoding, Places and Maps

#84 Jun 11, 2017 free
Using the Geocoder gem and Google APIs, learn how to add some geolocation functionality to your application.

Rails API - Throttling with Rack::Attack
Play
7:10 CC

Rails API - Throttling with Rack::Attack

#52 Oct 30, 2016 free
Save expensive calculation time using Rack::Attack, we will learn how to limit requests coming into our application. This gem not only limits requests, but can be used to blacklist or whitelist users as well.