Worker Limits
Play
12:43 CC

Worker Limits

#520 Jul 27, 2025 pro
In this episode, we look at situations when an external API does not have a normal rate limit, but instead has concurrency limits. This can also apply to situations where you have limited resources on the API that you're calling. This can also work well in other situations where the background job is accessing limited resources.

Database Constraints
Play
13:43 CC

Database Constraints

#519 Jul 20, 2025 pro
In this episode, we have a look at two different scenarios where database level constraints are used to ensure the data integrity of our Rails application. The first scenario is more simple and the second one deals with associated records.

Password Managers
Play
10:23 CC

Password Managers

#518 Jul 13, 2025 pro
In this episode, we're going to look at using password managers (1Password and Bitwarden) to pass secrets into Kamal for deploying our applications.

Dependent Select
Play
15:55 CC

Dependent Select

#517 Jul 6, 2025 free
In this episode, we explore how to enhance standard select fields using a JavaScript library together with StimulusJS to create more dynamic and responsive dropdowns. The focus is on adding search functionality, handling dependent selections, and integrating smoothly with modern frontend setups.

Database Replica
Play
17:58 CC

Database Replica

#516 Jun 29, 2025 pro
In this episode, we'll look at database connection switching within a Rails application to switch between a primary and replica database. This has many benefits on applications which many many read and write transactions.