Chat Agent
Play
23:38 CC

Chat Agent

#501 Mar 23, 2025 pro
In this episode, we lay down the ground work to have a chat agent in our Rails application. We'll be creating this from complete scratch and set it up in a way that you can have responses generated however you want.

Confetti
Play
5:48 CC

Confetti

#500 Mar 16, 2025 pro
In celebration of Episode #500, we'll be looking at adding confetti to our Rails application. While seemingly a bit silly, this can add a bit of flare to your application when used properly.

Embeddings
Play
28:15 CC

Embeddings

#499 Mar 9, 2025 pro
In this episode, we explore embeddings and how they improve search and recommendations by converting text into numerical vectors. We'll set up a Rails 8 app with PostgreSQL + PG Vector, generate embeddings, and perform similarity searches.

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.

Development Approach
Play
19:59 CC

Development Approach

#497 Feb 23, 2025 pro
Working with 3rd party integrations can be time consuming, complicated and we can take many different approaches when creating a proof of concept. In this episode, we're going to look at creating a development environment with Jupyter Notebooks so that we can iterate fast and remove a lot of the complexities of our application.