Kamal Registry
Play
8:08 CC

Kamal Registry

#535 Nov 9, 2025 pro
In this episode, we'll look at the two of my favorite changes in the recent Kamal releases. We'll explore some of the flows that the new registry uses and some things to be aware of.

Failover Requests
Play
11:06 CC

Failover Requests

#534 Nov 2, 2025 free
In this episode, we look at creating a failover mechanism for API requests. This can be a handy trick in situations where you want to add fault tolerance to an API request. We'll use the example of the Ollama Cloud as a failover to a locally hosted instance of Ollama.

Active Job Continuations
Play
12:58 CC

Active Job Continuations

#533 Oct 26, 2025 pro
In this episode, we'll explore a new Rails 8.1 feature that allows background jobs to "pick up where they left off." We'll look at how the new Continuations feature helps prevent long-running jobs from being lost during deployments, and some important nuances to keep in mind when using it.

Pull to Refresh
Play
14:49 CC

Pull to Refresh

#532 Oct 19, 2025 pro
When PWA websites are installed (specifically on iOS) there is some functionality lost to refresh the page. In this episode, we explore in how to restore this functionality.

Kamal Logs Upload
Play
15:34 CC

Kamal Logs Upload

#531 Oct 12, 2025 pro
In this episode, we look at shipping application logs via the Kamal Hooks to a webhook endpoint. We'll use Discord as the final log storage.