#csharp
Read more stories on Hashnode
Articles with this tag
The Application of Event Sourcing in Real-world Scenarios. · Introduction to Event Sourcing In part one of this series, we explored CQRS. This article...
Implementing the Command Query Responsibility Segregation (CQRS) pattern in real-life scenarios. · Introduction Command Query Responsibility Segregation...
Serverless computing allows us to write and run our code in the cloud without necessarily bothering about infrastructure-related concerns: hosting,...
AWS S3 (Simple storage service) is an AWS service that provides users the ability to store and retrieve static data seamlessly and efficiently. In...
What happens when messages sent via a messaging queue fail to be processed? Is it skipped? Is the data or intention encapsulated in that message lost?...
Introduction In a distributed system, services must communicate and exchange data to achieve the software objectives. For example, imagine an...