Conditional Queue
Play
18:23 CC

Conditional Queue

#498 Mar 2, 2025 free
In this episode we look at processing background jobs in a way that can conditionally send the work to be processed to different queues. This can be very powerful in situations where you need to process the job in different ways or send requests to different APIs.

Outlets and Permanent Tags
Play
13:45 CC

Outlets and Permanent Tags

#494 Feb 2, 2025 free
In this episode, we'll explore how we can add a "global" music player that will persist across different pages. Our approach will be unobtrusive and implemented in a maintainable way.

Skeleton Frames
Play
13:24 CC

Skeleton Frames

#490 Jan 5, 2025 free
In this episode, we look at implementing a temporary loader for turbo frame tags to give a visual of data that is loading.

Kamal Database Backups
Play
13:23 CC

Kamal Database Backups

#485 Dec 1, 2024 free
In this episode, we look at some precautions we can take with our production environment and setup recurring backups for the database.

Kamal Kitchen Sink
Play
31:57 CC

Kamal Kitchen Sink

#481 Nov 3, 2024 free
In this episode, we look at creating an entire infrastructure (proxy, load balancer, app servers, worker servers, database server, and a storage server) on our own hardware use Kamal to provision and deploy our Ruby on Rails application.