Soft Limits
Play
21:09 CC

Soft Limits

#466 Jul 21, 2024 pro
In this episode, we look at creating soft limits around record creation. Soft limits are a way to programatically limit how many records a user can create. This can be very useful in cases where you have multiple tiered subscription plans and need to provide different limits.

Flash Messages
Play
13:48 CC

Flash Messages

#465 Jul 14, 2024 pro
Flash messages are used to provide feedback to users when certain actions occur, such as creating or updating a record. In this episode, we'll look at various issues with flash messages and workarounds to common problems.

Using LLMs to Generate Tags
Play
19:55 CC

Using LLMs to Generate Tags

#463 Jun 30, 2024 pro
In this episode we'll explore how to use AI to generate tags. We'll cover setting up a self-hosted solution using OpenWebUI and Olama within Docker. And, learn to use the AI to generate and update tags automatically through a background job.

From Heroku to Kamal
Play
25:26 CC

From Heroku to Kamal

#462 Jun 23, 2024 pro
Ready to migrate your app off of Heroku? In this episode, we guide you through a full migration, from backing up data to securing your new server setup.

Webhooks from Stripe Billing Portal
Play
22:02 CC

Webhooks from Stripe Billing Portal

#461 Jun 16, 2024 pro
In this episode, we dive into implementing Stripe Webhooks to manage subscription updates. By configuring webhooks and using Stripe CLI for local testing, we ensure our application can handle events like subscription cancellations and renewals efficiently, updating user statuses accordingly.