© 2023 Hashnode
#akshayrr
Message Broker: A message broker is software that enables applications, systems, and services to communicate with each other and exchange information. They can validate, store, route, and deliver messages to the appropriate destinations. …
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 example, when you go through security in a college, you show your ID to authenticate your …
REST API (sweetly explained 😅) REpresentational State Transfer. REST is a set of guidelines. Uses HTTP as a mode of transmission (It is not necessary to use though). Data can be sent in various forms, Eg: HTML, JSON, XML etc. REST != …