#event-driven-architecture
Read more stories on Hashnode
Articles with this tag
Event-driven architecture is a software design pattern that is used to build scalable and loosely-coupled applications. At the heart of this...
While event sourcing is not a new concept, its widespread adoption and usage in modern software development is a relatively recent phenomenon. · A common...
The "Right to be Forgotten" under the General Data Protection Regulation (GDPR) is a legal concept that allows individuals to request that their data...
Let's explore the events a service might work with to be a good citizen in an event-driven microservice architecture. · TL;DR If you are querying data...
One of the difficulties we have had with serverless development is the scope of integration testing. This blog will take you through the exploration...
For microservices to operate at the scale we need to adhere to its contract. · When we write code we are dealing with smaller pieces of code. We obsessed...