Avatars
Play
18:10 CC

Avatars

#276 Dec 27, 2020 pro
Learn how to build avatars with initials and conditionally prefer Gravatar images if they exist.

Ruby on Docker
Play
16:55 CC

Ruby on Docker

#274 Dec 20, 2020 pro
Learn to use Docker to manage our Ruby interpreter and use it to template new Rails applications.

Creating a Rack Middleware
Play
9:40 CC

Creating a Rack Middleware

#215 Nov 10, 2019 pro
Rack provides a minimal, modular, and adaptable interface for developing web applications in Ruby. In this episode, we create and insert our own Rack Middleware into a Rails 6 application.

Polling with StimulusJS
Play
10:14 CC

Polling with StimulusJS

#211 Oct 13, 2019 pro
Sometimes an old techniques with a modern twist can not only solve the problems at hand, but can also simplify the application's architecture.

3D Secure 2 Credit Cards and Stripe Checkout
Play
22:07 CC

3D Secure 2 Credit Cards and Stripe Checkout

#204 Aug 25, 2019 pro
Banks which require further authentication on transactions may decline charges if Strong Customer Authentication is not being performed on 3D Secure enabled Credit Cards. In this episode, we look at adding Stripe Checkout and webhooks to our Rails application.