Articles by Tag #eventdriven

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Understanding concepts in Event Driven Architectures (EDA)

Event Driven Architecture has become a very popular choice in recent times for developing highly...

Learn More 136 2Apr 2

Integrate Kafka with a Serverless application

We are all working with the microservices pattern, or at least in a context with multiple teams where...

Learn More 35 2May 22 '24

Event-Driven Architecture with NestJS: Using the EventEmitter Module

In today's software development landscape, building scalable and maintainable applications is a...

Learn More 32 0Jun 8 '24

Building Type-Safe Event-Driven Applications in TypeScript using Pub/Sub, Cron Jobs, and PostgreSQL

In this post, I’ll walk you through how to create an event-driven Node.js app in TypeScript. We will...

Learn More 28 0Nov 13 '24

Free ngrok alternative for async web dev - the Hookdeck CLI

ngrok is great. It's been the go-to for many a web developer who wants to be able to expose a locally...

Learn More 23 4Jul 29 '24

Complex Event Filtering with AWS EventBridge Pipes, Rules and No Custom Code.

It can be a guilty pleasure introducing AWS Lambda functions into your solution. Lambda functions are...

Learn More 21 0May 9 '24

My HNG Journey. Stage Three: Building a Robust Messaging System with FastAPI and RabbitMQ/Celery for Asynchronous Email Handling

Introduction My only encounter with a message broker service until this point was when I...

Learn More 18 2Jul 15 '24

Apache Kafka: Topics, Partitions, Brokers

Introduction In this post, we're going to take a deeper dive into Apache Kafka. If you'd...

Learn More 17 0Apr 22

5 Learnings from sharing Kafka vs Fluvio Benchmarks on Reddit

To have a readable blog, all the links are at the bottom except the link to the Fluvio project. ...

Learn More 15 0Feb 14

Event Driven services using Kafka, SurrealDB, Rust, and Go.

Kafka? To understand the purpose of Kafka you need to experiment with it in various...

Learn More 15 2Jun 4 '24

Why you Shouldn't Use Amazon SQS for multiple Consumers—Choose Amazon SNS Instead! (Part 1)

Day 019 - 100DaysAWSIaCDevopsChallenge Recently, I’ve come across questions in communities...

Learn More 15 2Oct 14 '24

This stranger EventBus Mesh

During the year 2024, I have been presenting how I integrated a company central bus into a set of...

Learn More 15 0Sep 18 '24

How to Prevent Race Conditions in a Node.js System Using Mutexes and RabbitMQ

In distributed systems, ensuring data consistency across multiple concurrent processes is critical....

Learn More 14 9Dec 20 '24

Introduction to Apache Kafka: The Backbone of Event-Driven Architectures

Hi Guys! wanted to share the my exploration and research of Kafka collected all the information and...

Learn More 11 0Aug 18 '24

Simple Pub/Sub with Redis

Woovi is building an instant payment infrastructure for Pix (Brazil's most popular payment...

Learn More 11 2Jul 24 '24

Reliable Notification Systems: Implementing Dead Letter Queues with RabbitMQ and Node.js

Introduction In the world of message-driven applications, handling failed messages...

Learn More 11 2Nov 15 '24

Reactive Streams in Java: Using Project Reactor

Introduction In the world of modern application development, the ability to handle...

Learn More 11 0Jun 19 '24

Microservice VS Monolithic

Monolithic Architecture Monolithic applications are designed as a single, unified package that...

Learn More 10 1Dec 19 '24

How LinkedIn Uses Kafka, Samza and RocksDB to Smartly Route Notifications?

LinkedIn understands the importance of staying connected within your professional network, even when...

Learn More 10 0Jul 6 '24

Design Pattern: Publisher-Subscriber

The Publisher/Subscriber Pattern, commonly referred to as Pub/Sub, is a powerful design pattern that...

Learn More 10 0Jul 15 '24

Event-Driven Magic: Exploring AWS EventBridge

I kept thinking about what Werner Vogels said in his speech at AWS re:Invent in December 2022, the...

Learn More 10 2Jul 20 '24

Unlocking Event-Driven Architectures with Amazon EventBridge

Introduction As modern applications shift towards microservices and serverless...

Learn More 10 0Apr 17

The best pub/sub services: 5 pub/sub solutions compared

Choosing the right pub/sub platform is one of those decisions that will have a lasting impact on your...

Learn More 10 0Sep 10 '24

C# | Implementing Event Driven Microservices Architecture

Note You can check other posts on my personal website: https://hbolajraf.net In this...

Learn More 9 0Jul 29 '24

Kafka Demystified: A Developer's Guide to Efficient Data Streaming

When diving into the world of distributed systems and real-time data processing, Apache Kafka stands...

Learn More 9 2Sep 1 '24

Building Your Own Scalable Video Streaming Server: Part 2 - Setup & Core Implementation

Alright, in Part 1, we got the 30,000-foot view of our microservices architecture for video...

Learn More 9 2Apr 13

.Net Core Microservice Communication Using Kafka.

In today’s data-driven world, real-time data processing is critical for many applications. To meet...

Learn More 9 0Dec 20 '24

Deploy scalable, cost-effective event-driven workloads with Amazon EKS, KEDA, and Karpenter

📚 Introduction: Nowadays, businesses need to handle large amounts of data and events...

Learn More 8 0Aug 26 '24

Node.js Walkthrough: Build a Simple Event-Driven Application with Kafka

Have you ever wondered how some of your favorite apps handle real-time updates? Live sports scores,...

Learn More 8 0Jun 25 '24

Masking sensitive data in real-time with AWS serverless services

If quickly checking for sensitive information in new data uploaded to an S3 bucket is critical, we...

Learn More 8 2Feb 20