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 140 2Apr 2

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

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

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

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

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

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 13 2Nov 15 '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

Efficient and reliable message publishing with RabbitMQ and Elixir

I recently had to build convenience wrappers around producers and consumers for RabbitMQ in a pub-sub...

Learn More 11 0May 26

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

Unlocking Event-Driven Architectures with Amazon EventBridge

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

Learn More 10 0Apr 17

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

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

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

Microservice VS Monolithic

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

Learn More 10 1Dec 19 '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

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

.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

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 9 2Feb 20

Docker Compose Networking: A Guide to Efficient Container Communication

Docker Compose Networking: Simplifying Container Communication Docker Compose simplifies...

Learn More 8 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

Building Scalable Microservices with Node.js and Event-Driven Architecture

In modern software development, scalability is a critical factor in the success of an application....

Learn More 8 0Jan 7

An Alternative to Batch Jobs: Scheduling Events with EventBridge Scheduler

In a previous post, I wrote about EventBridge Scheduler and how we can use it to build a reminder...

Learn More 8 0Sep 10 '24

The simplest Message Queue using Redis

At Woovi we focus on shipping production code with the simplest architecture, this helps us scale...

Learn More 7 0Jul 22 '24

Building an Event-Driven Architecture for Content Embedding Generation with AWS Bedrock, DynamoDb, and AWS Batch

Hello everyone, In this blog, I’ll walk you through building an event-driven pipeline that converts...

Learn More 7 1Dec 20 '24