#software-engineering
Read more stories on Hashnode
Articles with this tag
In modern distributed systems, ensuring reliable communication between microservices is a critical concern. One approach to address this challenge is...
In the realm of Domain-Driven Design (DDD), developers often encounter the concepts of Entity, Value Object, and Aggregate Root. These building blocks...
Two essential concepts in DDD are Domain Services and Application Services, which play distinct roles in shaping the architecture of a DDD...
Understanding the Event-Based Pattern The Event-Based Pattern is based on the concept of events, which are messages or notifications that are emitted...