© 2023 Hashnode
#event-driven-architecture
Use Case:- I am sure you all remember how much boilerplate code we used to write when we convert the DynamoDB stream to the business object. Here is a small snippet of the GoLang program. m := &En…
This blog post collects all the videos I made about launches related to serverless in AWS during 2023. (this is a post that keeps updating constantly) Serverless Badge https://youtu.be/1Cnlyq1SGVc A…
This demo shows how we can use Kafka Streams to combine and process incoming events from various sources. Once the aggregation process is complete and the consolidated data is prepared, a new, enriched event will be emitted to notify releva…
You can connect Dr. Droid with various data sources such as Segment, Amplitude, AWS CloudWatch, Sentry, and many more using Connectors. If you are using any of these providers already, you can pipe th…
Real-time data processing is essential for modern applications, as it ensures that insights are timely and accurate. The open-source project Dozer now provides a runtime environment that allows develo…
Introduction Modern applications are becoming increasingly intelligent and complex. To handle the increasing complexity and scalability challenges, developers split applications into a set of microser…
This year, I am a position driving medium size product to satisfy this year’s customer requests. During the design phase, I realized that I need one technical architecture to connect multiple componen…
It's day 75 of my #100DaysOfDevOps challenge, in this blog I'll be writing about what I learned today. Dive into asynchronous event-based collaboration in a microservices architecture. Collaboration i…
Event-driven architecture is one of the ways systems interact with each other. It closely resembles real life, where everything is an event. My waking up in the morning is an event, and my starting to…
Event-driven architecture (EDA) is a popular design pattern that allows applications to react to specific events in real-time. This approach enables the decoupling of components, making them more resilient and scalable. In this article, we'…