Sanath Swaroop Mulkysanathswaroop.hashnode.dev·Feb 5, 2025Beyond REST: A Journey into the World of gRPC and Asynchronous MessagingThere was a time when REST was the defacto standard of our microservices landscape—a familiar language that all our services spoke fluently. In the early days, REST’s straightforward HTTP verbs and JSON payloads brought us together in a harmonious co...45 readsREST API
Anubhav Guptaanubhavinsights.hashnode.dev·Jan 30, 2025Deploy Applications on AWS: A Step-by-Step Guide to EC2, ELB, Route 53, and MoreIn this guide, we’ll deploy a scalable and secure application on AWS, utilizing Memcached for caching, RabbitMQ for background task processing, MySQL for data storage, and Tomcat for application hosting. While this guide doesn’t cover full applicatio...1 like·30 readsSQL
UJJWAL BALAJIujjwal18.hashnode.dev·Jan 22, 2025Trello Migration: From RabbitMQ to Kafka for Better Scalability and Lower CostsIn the world of real-time collaborative tools, Trello stands out as a popular to-do application that allows users to manage tasks across boards and columns. One of its key features is real-time updates, where changes made by one user are instantly re...10 likes·100 readsSystem Design
Muhammad Sufiyaninnosufiyan.hashnode.dev·Jan 22, 2025RabbitMQ Delay Scheduler and TTL ImplementationThis document outlines the steps and concepts involved in implementing a delay scheduler and Time-To-Live (TTL) for messages in RabbitMQ. By the end of this guide, you will understand how to configure RabbitMQ to handle delayed message scheduling and...SMIT - Batch 10rabbitmq
praise chinonsomindscribe.hashnode.dev·Jan 20, 2025Kafka vs. RabbitMQ: Understanding the DifferencesIntroduction: What's All the Fuss About? Message brokers like Kafka and RabbitMQ play a crucial role in modern distributed systems. They enable seamless communication between services, support decoupled architectures, and ensure scalability. However,...System Design
Gusgsalazar.hashnode.dev·Jan 7, 2025Integración de Eventos SQL con RabbitMQ para Procesos AsíncronosEn sistemas modernos, la capacidad de reaccionar ante eventos en tiempo real es crucial. Integrar bases de datos como PostgreSQL con sistemas de mensajería como RabbitMQ permite procesar eventos de manera eficiente y desacoplada. Este documento explo...rabbitmq
Arijit Sarkararijit83sarkar.hashnode.dev·Jan 2, 2025RabbitMQ: Message Broker - A Brief IntroductionWe are all familiar with Hogwarts’ magical postal network, the Owl Post Office. This magical delivery system relies on owls to deliver packages and letters. They can even pick up an item from any address and give it to another using their magical tra...Java
Ahmad W Khanblog.ahmadwkhan.com·Nov 26, 2024Mastering Microservices and Event-Driven Systems with PythonSoftware development has undergone significant changes in the past decades. What started as procedural programming evolved into object-oriented design, monolithic architectures, and eventually distributed systems. With growing system complexity and d...66 readsPython
Ankur sainiankur0213.hashnode.dev·Nov 25, 2024Kafka is not for you!Kafka is widely use as a messaging or Message Broker system. As we all knows that Kafka has high throughput means it can handle millions of requests and data at a time without facing any problem. It provide the amazing scalability powers to you. It r...#blogwithcc
Parth Chauhanparthdev.hashnode.dev·Nov 23, 2024Understanding RabbitMQ: A Powerful Message Broker for Scalable ApplicationsIn today's world of distributed applications, seamless communication between different services is critical for achieving scalability, reliability, and fault tolerance. One of the most effective ways to handle this communication is through message qu...1 likerabbitmq