TAG5 notes
#system-design
note cqrs.md Command Query Responsibility Segregation Separating read and write models for scalability and clarity in system design note event_driven_architecture.md Event-Driven Architecture Moving from monolithic transactions to distributed orchestration in a global digital supply chain note catalog_pattern.md Database Patterns for Content Hierarchies Schema patterns for handling asset variants and internationalization ref lru_cache.md Thread-safe LRU Cache Using Segmented Locking for thread-safe LRU Cache ref distributed_rate_limiter.md Building a Distributed Rate Limiter Thread-safe Python reference implementations