Custom Error Pages with Slack Notification
Play
9:06

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

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

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

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.

Rails API - Authentication with JWT
Play
7:31

Rails API - Authentication with JWT

#51 Oct 23, 2016 free
Using the knock gem, we will add JWT Authentication to our Rails API Application.