Tailwind Plus
Play
6:53 CC

Tailwind Plus

#522 Aug 10, 2025 pro
In this episode, we look at Tailwind Plus and how to integrate it into our Rails application. We will explore some of the necessary setup and what Tailwind Plus is not.

Model Context Protocol
Play
12:16 CC

Model Context Protocol

#521 Aug 3, 2025 free
Model Context Protocol (MCP) is an API interface for your applications that are formatted in a way that machine learning platforms can interact with them. They can be used to generate AI insights, perform tasks based on user input or other things.

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.