Tag
#Architecture
5posts

The AI Coding Agent Dictionary: Colloquial Prompts vs Standard Tech Terms
A battle-tested dictionary translating everyday developer prompts into precision architectural terms for AI coding agents to generate robust code.

Python Concurrency: Understanding GIL, Threading, and Multiprocessing from First Principles
In-depth guide to Python Concurrency: Master the GIL, understand Threading vs Multiprocessing, optimize I/O vs CPU workloads, and backend architecture.

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.

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.

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.