ASAryan Shawinaryanshaw.hashnode.dev·Jan 30, 2023 · 2 min readAsync and Defer in JavascriptDo you know about these essential concepts for JS Interviews? if not let's dive deep into it We will try to explain in it straightforward terms and not so fancy and overwhelming stuff What are async and defer? Async and defer are attributes that are ...01I
ASAryan Shawinaryanshaw.hashnode.dev·Jan 24, 2023 · 3 min readJWT Token Rotation and Reuse DetectionLet's consider the user authentication system as a base to explain the token rotation and reuse detection feature. What happens on a successful login? On successful login, both access and refresh tokens are generated Access Token: Last for a very sho...03DSM
ASAryan Shawinaryanshaw.hashnode.dev·Jan 17, 2023 · 4 min readSliding Window - Decoding Pattern 1Identify the Pattern Sliding Windows is one of the most important / most asked patterns in coding interviews, when there is a problem given to you in an interview that involves any kind of subarray or substring and you need to find the largest max/mi...00