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.

Publish and Subscribe to Events
Play
12:13 CC

Publish and Subscribe to Events

#244 May 31, 2020 pro
In this episode, we look at a micro library providing Ruby objects with Publish-Subscribe capabilities.

Testing Stripe Payments
Play
17:12 CC

Testing Stripe Payments

#261 Sep 27, 2020 pro
Continuing from the previous episode, we add testing to the Stripe Payments without adding any additional dependencies.

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.