Akshay R Rakshayrr.hashnode.dev·Oct 15, 2022Message Brokers, Message Queues, and WorkersMessage 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. They ser...Discuss·2 likes·32 readsakshayrr
Akshay R Rakshayrr.hashnode.dev·Sep 29, 2022Authentication 101Basics 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 identity t...Discuss·1 likeauthentication
Akshay R Rakshayrr.hashnode.dev·Sep 27, 2022Rest APIREST 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 != HTTP Head...Discuss·43 readsREST API