Custom Turbo Stream Action Animation
Play
14:21 CC

Custom Turbo Stream Action Animation

#565 May 31, 2026 pro
In this episode, we'll look at improving our UX by adding a custom Turbo Stream action to give some animation to deleted records.

.gitignore globally
Play
3:07 CC

.gitignore globally

#564 May 24, 2026 pro
In this episode, we look at setting up a global .gitignore file that would apply to all projects.
git

Broadcasting Shell Output
Play
20:53 CC

Broadcasting Shell Output

#563 May 17, 2026 pro
In this episode, we will have a look at a shell command that runs in a background job, but broadcast its output in real time to the browser.

Tone Check
Play
17:36 CC

Tone Check

#562 May 10, 2026 pro
In this episode, we use a small AI model to check the tone of a message in real time on the client's browser. There's no need to send messages back to the server or to an API because it's all done on the client's browser with the Web GPU. It is small enough to work on mobile devices and desktop computers.

AI Error Tracking - Part 2
Play
21:10 CC

AI Error Tracking - Part 2

#560 Apr 26, 2026 pro
Continuing from the previous episode, we look at adding the LLM insights functionality to examine the error logs. We start simple with the information captured in the error logs, but progress to provide code snippet context.