Creating and Reading QR Codes
Play
16:53 CC

Creating and Reading QR Codes

#278 Jan 10, 2021 pro
Reading QR Codes can be a tricky task. We look at being able to generate QR Codes on our Ruby on Rails backend and read them on the client side using a couple of libraries and Stimulus JS.

Dynamic Select Fields
Play
13:26 CC

Dynamic Select Fields

#133 May 13, 2018 pro
Making one select field dependent on another and automatically update based on the previous selection can be a tricky task. In this episode, we look an a rather unobtrusive way to handle this for many scenarios.

Polling with StimulusJS
Play
10:14 CC

Polling with StimulusJS

#211 Oct 13, 2019 pro
Sometimes an old techniques with a modern twist can not only solve the problems at hand, but can also simplify the application's architecture.

Streaming Videos with Active Storage
Play
12:55 CC

Streaming Videos with Active Storage

#230 Feb 23, 2020 pro
Video.js is a web video player built from the ground up for an HTML5 world. Learn how to use it with StimulusJS and Active Storage to deliver video content from your Ruby on Rails application.

Direct Upload Instantly
Play
14:10 CC

Direct Upload Instantly

#279 Jan 17, 2021 pro
Learn how to select files and trigger them to upload to Active Storage instantly.