Posted on:
January 15th, 2025
Tips and Tricks #54: Use CQRS for Complex Domain Logic
Separate read and write operations for better scalability and simpler code.
Separate read and write operations for better scalability and simpler code.
Build modular, tested, documented data transformations with dbt.
Use table partitioning to dramatically speed up queries on large datasets.
Use MERGE (upsert) for safe, rerunnable data pipelines that handle duplicates gracefully.
After spending two decades building enterprise applications, I’ve watched countless […]
After two decades of building enterprise systems, I’ve witnessed numerous […]