#web
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...
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...
Some basics first URL? URL = Uniform Resource Locator. A URL is the address of a given unique resource on the Web. The resource can be an HTML...