Tag
#Architecture
3posts

Tech3 min read
Why Cheap Hardware Won't Make Redis Replace a Core Database
As hardware gets cheaper, why not use Redis as the main database? The short answer: because the limitation isn't speed. It's guarantees and data semantics.
#System Design#Database#Redis#Architecture

Tech6 min read
When to Use Classes vs. Functions in Python: A Design Checklist
A repeatable mental checklist for Python developers to decide when to use classes, functions, instance state, and dependency injection.
#Tech#Python#Software Design#Architecture

Tech4 min read
Monolith vs. Microservices: The 'Mansion vs. Village' Mental Model
Is Microservices mostly hype? A mastery guide to the 'Distributed Monolith', Latency taxes, and knowing when to split.
#System Design#Architecture#Microservices