Message Queuing - RabbitMQ

Message Queuing - RabbitMQ

1. Message Queuing

Message queuing is a mechanism by which sender sends a message to receiver asynchronously. Sender and receiver may or may not interact with the message at the same…

Read More

Understanding Monolithic and Microservices Architecture

Introduction

In this article, we will try to understand the Monolithic and Microservices architecture in terms project team, analysis/design, development/construction, continuous integration /deployment and testing.


1. Monolithic Architecture

Before jumping…

Read More