Markdown Parser
Play
7:51 CC

Markdown Parser

#341 Mar 20, 2022 pro
Markdown is a great, but unfortunately ActionText doesn't support it. In this episode, we'll look at implementing a simple markdown parser with Stimulus.

Background Jobs with Resque
Play
7:15 CC

Background Jobs with Resque

#306 Jul 25, 2021 pro
Resque is a Redis-backed library for creating background jobs, placing those jobs on multiple queues, and processing them later.

Removing Friendly Id
Play
15:49 CC

Removing Friendly Id

#242 May 17, 2020 pro
Sometimes we reach for a gem because it is what we know or we've had great experience with it in the past. However, sometimes the gem is a sledgehammer for a small problem. When you don't need all of the features, sometimes developing the functionality inside your application may be a better route.

Wordle Clone
Play
32:34 CC

Wordle Clone

#340 Mar 13, 2022 pro
We look at recreating the popular Wordle game with StimulusJS. By exploring the mechanics of the game, we build our own approach.

Fixing Assets in CSS Bundling for Rails
Play
15:30 CC

Fixing Assets in CSS Bundling for Rails

#323 Nov 14, 2021 pro
CSS Bundling for Rails provides a new way for importing and managing our CSS assets in Rails Applications, but it does have some challenges around a few libraries (specifically font awesome and a few others) which we'll look at in this episode.