Unsaved Changes
Play
11:47 CC

Unsaved Changes

#423 Oct 8, 2023 pro
In this episode, we'll look at creating a stimulus controller that will alert the user if there are unsaved changes on a form before they navigate away from the page or reload the site.

Creating and Publishing a Stimulus Controller Library
Play
12:29 CC

Creating and Publishing a Stimulus Controller Library

#206 Sep 8, 2019 pro
In this episode, we create a public StimulusJS Controller and publish it to NPM to that it can be shared and reused in other applications.

Audio Streaming with Active Storage
Play
10:21 CC

Audio Streaming with Active Storage

#233 Mar 15, 2020 pro
Using StimulusJS and Active Storage, create a simple Audio Streaming service where users can play and stream audio content.

Tracking Javascript Errors
Play
9:08 CC

Tracking Javascript Errors

#268 Nov 15, 2020 pro
Tracking errors on our server side is important, but we often forget about our client side errors. These can often be even more difficult to troubleshoot as there are many more variables at play. In this episode, we look at tracking the Javascript errors so that we can be notified of any issues our users experience.

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.