Click any tag below to further narrow down your results
Links
This article discusses the challenges of ensuring consistency in systems that use separate databases for transactions and master data. It highlights the "Write Last, Read First" principle to manage operations across these systems, emphasizing the importance of designating a system of record and ensuring idempotency in operations.
The article discusses the complexities of error handling in software systems, emphasizing that it's not just about individual components but how they interact globally. It explores scenarios where crashing might be appropriate or where systems can continue functioning despite errors, highlighting the importance of architecture and business logic in these decisions.