Video Chat with WebRTC
Play
27:42 CC

Video Chat with WebRTC

#246 Jun 14, 2020 pro
Using ActionCable and StimulusJS, we can create a Zoom-like video chat functionality where chat rooms can share live audio and video streams.

Embedding Youtube Videos into Action Text with Stimulus
Play
18:57 CC

Embedding Youtube Videos into Action Text with Stimulus

#243 May 24, 2020 pro
Creating attachments with Action Text can be difficult, but in this episode, we look at how we can create embedded attachments into Trix without needing a persisting the data on a separate model on our database.

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.

Sorting from Scratch
Play
10:57 CC

Sorting from Scratch

#237 Apr 12, 2020 pro
Our Trello clone continues with adding in the ability to persist sorting of items in the database. This is the third episode of our Trello clone.

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.