Cache Warming
Play
23:17 CC

Cache Warming

#273 Dec 13, 2020 pro
Caching is a great way to speed up your applications. However, when a cache becomes stale, there could be a user experience degradation until the cache is rebuilt. In this episode, we look at implementing a background job to rebuild the cache.

The Stimulus 2.0 Tutorial
Play
16:29 CC

The Stimulus 2.0 Tutorial

#272 Dec 6, 2020 free
Stimulus 2.0 has been released and with it comes new features, changes and bug fixes. In this episode, we look at adding Stimulus in our application, exploring the new features, and looking at what has changed.

bin/functions
Play
9:04 CC

bin/functions

#271 Nov 29, 2020 pro
We look into the way I streamline the management of my deployments, SSH and status of applications. This makes it easier to switch between projects without having to refer to notes of how each application should deploy.

A Rubyist's Apple M1 Review
Play
12:35 CC

A Rubyist's Apple M1 Review

#270 Nov 25, 2020 free
A broad look into the Apple M1 from the perspective of a Ruby Developer. We look at a lot of the different aspects; Docker, asdf Ruby, Visual Studio Code, and more.

Record Audio to Active Storage
Play
15:34 CC

Record Audio to Active Storage

#269 Nov 22, 2020 pro
Learn how to use the MediaRecorder API and StimulusJS for uploading and storing audio files to Active Storage.