From Devise to Auth0
Play
19:29 CC

From Devise to Auth0

#225 Jan 19, 2020 pro
Continuing from the previous episode, we look at the transition process from Devise to Auth0.

Nested Comments from Scratch
Play
28:37 CC

Nested Comments from Scratch

#157 Oct 28, 2018 pro
Using polymorphic associations, we can have comments assigned to a post as well as comments assigned to other comments.

Drag and Drop with draggable
Play
22:50 CC

Drag and Drop with draggable

#235 Mar 29, 2020 pro
Adding onto the previous episode, we add a drag and drop to our lists and go deeper with nested resources.

Dynamic Select Forms with Hotwire
Play
21:50 CC

Dynamic Select Forms with Hotwire

#325 Nov 28, 2021 pro
Using StimulusJS and Turbo, we are able to dynamically update select input with content based on another select input. This allows for a seamless user experience while having a configurable and maintainable backend.

Real Time Updates with ActionCable
Play
22:50 CC

Real Time Updates with ActionCable

#239 Apr 26, 2020 pro
In this episode, we look at adding real time interactions with ActionCable to our Trello clone. We also look at a couple of different approaches and decisions when building out the interactions.