Extracting Logic into a Gem
Play
15:54 CC

Extracting Logic into a Gem

#525 Aug 31, 2025 pro
In this episode, we look at some of the hurdles when extracting business logic out of an application into a gem.

LLM Usage
Play
15:53 CC

LLM Usage

#524 Aug 24, 2025 pro
In this episode, we track our prompt and completion tokens that are called from our application. This is a small feature, but can raise important insights to the usage of LLMs in our application as well as some user behavior.

Multitenant Conversion
Play
14:44 CC

Multitenant Conversion

#523 Aug 17, 2025 pro
In this episode, we will look at taking an existing application and set it up for multitenancy. This kind of functionality is often thought of during the initial development, but can later become a requirement and then tough decisions have to be made.

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.