Normalizes
Play
8:20 CC

Normalizes

#495 Feb 9, 2025 pro
In this episode, we'll have a look at various approaches to data consistency and why it could be important to normalize the data. We'll look at and old approach and a more current one along with the caveats associated with each of them.

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.