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.

FullCalendar with StimulusJS
Play
15:23 CC

FullCalendar with StimulusJS

#250 Jul 12, 2020 pro
FullCalendar still remains to be one of the best Javascript calendar libraries and with the power of StimulusJS, it is easier than ever to interact with. In this episode, we look at implementing the latest version of FullCalendar (v5) in our Ruby on Rails application.

System Tests
Play
19:20 CC

System Tests

#417 Sep 3, 2023 free
In this episode, we look at adding system tests in our application to test our Stimulus Controllers. We'll also look at how to DRY up some of the tests and how to run them in a headless environment.

Gathering Questionnaire Responses
Play
19:49 CC

Gathering Questionnaire Responses

#295 May 9, 2021 pro
Continuing from the previous episode, we look at fixing nested forms when used inside of nested forms as well as gathering responses from the questionnaires.

Slim Select with Stimulus
Play
13:25 CC

Slim Select with Stimulus

#308 Aug 8, 2021 pro
Using Stimulus and Slim Select, we can get performant results quickly and efficiently.