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.

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.

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.

DRY up your Javascript
Play
4:30 CC

DRY up your Javascript

#41 Aug 8, 2016 free
Learn how avoid duplicate code to reuse existing javascript.

Javascript Select Form Fields with Chosen
Play
6:40 CC

Javascript Select Form Fields with Chosen

#76 Apr 16, 2017 free
Chosen is a jQuery plugin that makes long, unwieldy select boxes much more user-friendly. Learn how to use Chosen in a few different ways in this episode; Rails form builder and Simple Form.