#software-architecture
Read more stories on Hashnode
Articles with this tag
What’s Event Carried State Transfer, and what problem does it solve? Do you have a service that requires data from another service? · What’s Event...
What's Event Choreography? Let's back up a bit to answer that. Event Driven Architecture is a way to make your system more extensible and loosely...
Software architecture is about making key decisions that will impact how you can make decisions in the future. It's about giving yourself options at...
Should you delete records from your database or instead use a soft delete? · Should you delete records from your database or instead use a soft delete? I...
The world is asynchronous. A lot of the workflows and business processes you encounter out in the world are long-running and driven by asynchronous...
I often read comments about how Domain Driven Design is too complicated or overkill. Then there are others new to DDD that want to apply it,...