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.

Feature Toggle from Scratch
Play
15:42 CC

Feature Toggle from Scratch

#458 May 26, 2024 pro
In this episode, we build a feature toggle system from scratch without using external dependencies like Redis. We'll create an endpoint to enable or disable specific parts of an application dynamically, focusing on a maintainable approach for future extensions.

Exporting ICS Files
Play
12:16 CC

Exporting ICS Files

#453 Apr 21, 2024 pro
In this episode, we look at exporting Internet Calendar files (ICS) so that they can be imported into a calendar app. We'll also explore some practices in making wise decisions in how we structure our applications.

Tags from Scratch
Play
22:19 CC

Tags from Scratch

#452 Apr 14, 2024 pro
In this episode, we create a tagging system for models that is highly reusable. We'll explore creating the tagging system, filtering on tags and persisting the tags in an unobtrusive way.

Previous/Next Record
Play
9:54 CC

Previous/Next Record

#449 Mar 31, 2024 pro
In this episode, we'll explore the process of creating Previous and Next links for a record, but then refactor it to be more maintainable.