X

Software Architecture

AMQP

AMQP means Advanced Message Queuing Protocol. It is a protocol that is used for communication between two systems, which need…

Reverse Proxy

Reverse Proxy is a type of Proxy Server that sits in front of the web server and received the request…

API Gateway

API Gateway is a server that is a single entry point to your system. As you can imagine, primary function…

REST

Representational State Transfer or REST is a style of architecture in software and has been very popular in recent times.…

Microservices Architecture

As the name suggests, Microservices Architecture bundles multiple smaller, independent and clearly scoped services together. One can deploy these services…