chryzcodechryzcode.hashnode.net·Apr 3, 2023Message Broker: Memphis.DevFirstly, what is a message broker? A message broker is an architecture pattern, software or server that facilitates, provides and enables the connection, communication and exchange of information between applications, systems and services for message...Discuss·50 likes·51 readsSoftware Engineering
Rose ChegeforRose Chege's team blogtechtipsblog.hashnode.net·Sep 13, 2022Top 5 Cloud-Native Message Queues (MQs) with Node.js SupportMessage queues (MQs) allow you to run distributed services. This article will go over MQs in further detail. Then Discuss the benefits cloud-native has to provide for your application and why we need it for MQs. Finally, highlight the top five cloud ...Discuss·10 likes·38 readsNode.js
Amr Hassanamr-hassan.hashnode.net·Sep 17, 2022Message queue battle royal SQS vs KafkaKafka and SQS are very popular message queues, for Kafka, it's a huge scale and operational pain, SQS with plug and play and far far less operational pain. It becomes harder to choose which one to use as a developer, as a developer we will always cho...Discuss·30 readsmessage queue
chryzcodechryzcode.hashnode.net·Apr 3, 2023Message Broker: Memphis.DevFirstly, what is a message broker? A message broker is an architecture pattern, software or server that facilitates, provides and enables the connection, communication and exchange of information between applications, systems and services for message...Discuss·50 likes·51 readsSoftware Engineering
M B A R Kmbarkt3sto.hashnode.net·Jan 24, 2023How to Setting Up RabbitMQ on Windows?Introduction RabbitMQ is a popular message broker that enables applications to communicate with each other through messages. It is open-source and supports multiple messaging protocols, making it a versatile option for a wide range of applications. I...Discuss·127 readsrabbitmq
Jinalkumar PatelforJinalkumar Patel's Blogjinalkumarpatel.hashnode.net·Oct 23, 2022Outbox Pattern For Reliable MessagingBefore jumping into "Outbox Pattern", Let's understand the scenario and problem it solves. When working with Microservices Architecture, there is a need to communication between different microservice. There are mainly two types of communication "Sy...Discuss·168 readsMicroservices
Joshua Stewardconcurrentflows.hashnode.net·Oct 22, 2022AsyncMediator Series - Part 1Inspiration Origination executes distinctly from Consumption From the beginning 🤔 The idea of a Mediator is generally the go to when we want to decouple a Request from its Processing. There's already some well established and widely used mediator ...Discuss·117 readsAsyncMediator - Ultimate Decouplingmediator
Amr Hassanamr-hassan.hashnode.net·Sep 17, 2022Message queue battle royal SQS vs KafkaKafka and SQS are very popular message queues, for Kafka, it's a huge scale and operational pain, SQS with plug and play and far far less operational pain. It becomes harder to choose which one to use as a developer, as a developer we will always cho...Discuss·30 readsmessage queue
Syed Jafer KforMake Readingsyedjaferk.hashnode.net·Sep 17, 2022How to handle a big request to avoid user holding time ?Introduction In a normal request-response cycle, server will be getting the request from client, process the request and sends the response back to the client (browser). During this cycle, browser won't allow the user to interact with the application...DiscussCourse: HTTPasynchronous
Rose ChegeforRose Chege's team blogtechtipsblog.hashnode.net·Sep 13, 2022Top 5 Cloud-Native Message Queues (MQs) with Node.js SupportMessage queues (MQs) allow you to run distributed services. This article will go over MQs in further detail. Then Discuss the benefits cloud-native has to provide for your application and why we need it for MQs. Finally, highlight the top five cloud ...Discuss·10 likes·38 readsNode.js