PGPriyal Guptainblogpriyal.hashnode.dev·Aug 7 · 5 min readHow JWT Authentication and Authorization Works in Spring BootJWT stands for JSON Web Token. It is a way to create stateless applications. These are applications where the server does not need to maintain a session for every authenticated user. Instead, the clie10
PGPriyal Guptainblogpriyal.hashnode.dev·Jun 17 · 3 min readHow to Contribute to Open Source as a BeginnerOpen source contributions are some of the most important experiences that help you build your portfolio. Not only do they help you build a strong resume, but they also help you learn multiple things. 10
PGPriyal Guptainblogpriyal.hashnode.dev·Jun 13 · 2 min readHow to approach DSA as a beginnerData Structures and Algorithms has to be one of the most important aspects of shaping career in tech but is also the most challenging part for beginners. You start by learning a language and then dive10