A developer who is eager to build anything, I used in my daily life and enhance it with my touch. The only thing that helps me developing is my own imagination and youtube.
Hey !! I'm not a teacher or anything, just an engineer who like to share the things he get stuck on while developing.
Introduction When users sign in to a website or application, a session is established to eliminate the need for repeated credential entries. This session is managed through tokens, specifically the access token. The access token serves as proof of au...

In the interview process, you might encounter a seemingly straightforward question: looping over an array – easy peasy, right? You'd probably use a foreach or a basic for loop to iterate through the array elements. However, there's a twist: the inter...
