Tag: Microservices

Learning RabbitMQ

Course Details RabbitMQ is one of the most popular open-source message brokers in use today. This lightweight software can help companies that have adopted a microservices model stitch together and enable communication between their services. This course demonstrates …

Microservice architectural structure as described by https://www.c-sharpcorner.com/article/microservice-using-asp-net-core/

Working With Microservices

ChocAn Enterprise Software View on GitHub

Azure Event Grid

As we build more and more involved cloud-based applications, there is inevitably the need for the various parts of our solutions to talk to each other, not to mention a lot of long running tasks in the cloud are asynchronous in nature. So how …

Azure Service Bus

Azure Service Bus allows applications to talk to each other. The applications may be written in any major platform. They’re able to talk to each other asynchronously via queues, topics, and subscriptions. While queues allow you to build First In, First Out messaging paradigms, topics …

Node.js Microservices

Microservices Design Patterns