Client Side Validation with StimulusJS
Play
18:59 CC

Client Side Validation with StimulusJS

#207 Sep 15, 2019 pro
Give clients quick feedback on form validation errors with ValidateJS and StimulusJS.

Creating and Publishing a Stimulus Controller Library
Play
12:29 CC

Creating and Publishing a Stimulus Controller Library

#206 Sep 8, 2019 pro
In this episode, we create a public StimulusJS Controller and publish it to NPM to that it can be shared and reused in other applications.

Push Notifications with ActionCable
Play
8:55 CC

Push Notifications with ActionCable

#205 Sep 1, 2019 free
In this episode, we look into using Push Notifications within our Rails application and then using ActionCable to broadcast Push Notifications to the user.

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.

AWS Security Groups and Deploying Rails 6 to Beanstalk
Play
21:15 CC

AWS Security Groups and Deploying Rails 6 to Beanstalk

#203 Aug 18, 2019 pro
Back in Episode #106, we configured and deployed to a very simple AWS Beanstalk environment. However, in this episode, we take things a bit further and explore security groups, an existing database and redis service. Also, there are a few changes that we have to do in order to get Rails 6 working within Beanstalk.