#microservices
Read more stories on Hashnode
Articles with this tag
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...
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...