Tag: architecture
All the articles with the tag "architecture".
-
Predileto '#13 - Scoped Concurrency in Async Python Workers
Software DevelopmentHow we built a gather_with_concurrency utility to parallelize Google Places API calls inside an SQS worker — and why scoped semaphores are safe in single-loop async architectures.
-
Predileto '#12 - Domain Events and Command Queues in Async Python
Software DevelopmentHow we designed a unified domain events bus alongside dedicated command queues in our Python backend — the architecture, the code, every design decision, and the trade-offs of event-driven async systems.
-
Predileto '#11 - Implementing the Unit of Work Pattern in Async Python
Software DevelopmentHow we implemented the Unit of Work pattern with async SQLAlchemy to fix transaction inconsistencies across three bounded contexts — from the problem discovery to the final implementation with code walkthroughs.
-
Predileto '#9 - DDD and Hexagonal Architecture in a Python Backend
Software DevelopmentA walkthrough of how Estate OS Service implements Domain-Driven Design with hexagonal architecture in Python — bounded contexts, ports and adapters, typed domain events, and the trade-offs that shaped the design.