Topic
Backend
2 articles on this topic.
-
Redis in Practice: A Case Study with Hono and TypeScript
A practical case study of using Redis in a small Hono + TypeScript API - caching, counters, rate limiting, and short-lived state. Patterns that solve real backend problems, not abstract SET foo bar tutorials.
-
When to Use CPQ and the EAV Model - Lessons from Building a Prototype
CPQ and EAV are two of the most debated patterns in business systems. Here is when they actually make sense, when they are overkill, and why they so often end up in the same codebase.