Tracking Writebook Changes
Play
15:10 CC

Tracking Writebook Changes

#464 Jul 7, 2024 free
In this episode, we look at setting up a mechanism to track the changes from an externally developed product. We'll also discuss branching strategies and how to develop your own features on top of Writebook.

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.

Stripe Billing Portal
Play
25:33 CC

Stripe Billing Portal

#460 Jun 9, 2024 pro
In this episode, we revisit embedding Stripe, now that it's out of beta, and demonstrate how to integrate it seamlessly into your Rails application. We explore setting up Stripe for handling subscriptions, including a hosted management page where users can view invoices, change plans, or cancel subscriptions.