#akshayrr
Read more stories on Hashnode
Articles with this tag
What is gRPC? gRPC is a high-performance Remote Procedure Call (RPC) framework. gRPC enables efficient and simple communication. Microservices are...
What is a queue? Queue is a data structure that works on the principle of FIFO, First In First Out. So elements/tasks/items that enter the queue...
Message Broker: A message broker is software that enables applications, systems, and services to communicate with each other and exchange...
Basics Authentication is the process of verifying who a user is. Authorization is the process of verifying what users have access to. A real-world...
REST API (sweetly explained 😅) REpresentational State Transfer. REST is a set of guidelines. Uses HTTP as a mode of transmission (It is not...
Load balancer A load balancer is a device/software that distributes network traffic or client requests across a number of servers...