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.

The Stimulus 2.0 Tutorial
Play
16:29 CC

The Stimulus 2.0 Tutorial

#272 Dec 6, 2020 free
Stimulus 2.0 has been released and with it comes new features, changes and bug fixes. In this episode, we look at adding Stimulus in our application, exploring the new features, and looking at what has changed.

Dabbling with Turbo
Play
13:49 CC

Dabbling with Turbo

#326 Dec 5, 2021 free
In this episode, we explore some of the new features with Turbo and interactions that we can do with little or no javascript.

Progressive Render
Play
3:26 CC

Progressive Render

#33 Jun 13, 2016 free
Slow content got you down? Load it later! Use this gem to defer loading of portions of your page until after load. They will be fetched via AJAX and placed on the page when ready.

Client Side Encryption
Play
10:31 CC

Client Side Encryption

#63 Jan 15, 2017 free
Add an extra level of security to your application with client side encryption. Even over an SSL connection, there are attacks which could expose your users' sensitive information. Using JSEncrypt, learn how to encrypt on the client side and decrypt on the server side.