Emojis from Scratch
Play
19:35 CC

Emojis from Scratch

#227 Feb 2, 2020 free
In this episode, we look at attaching emojis to our comments model, allowing them to fill in some emotional cues.

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.

210 - Ruby on Rails - Tips and Tricks
Play
13:23 CC

210 - Ruby on Rails - Tips and Tricks

#210 Oct 6, 2019 free
Ruby and Ruby on Rails tricks from, dot files, operators, bundling, StimulusJS and more.

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.