KKaraninaccess-tokens-and-refresh-tokens.hashnode.dev·Dec 20, 2025 · 7 min readGit stash commandOnce I was writing some code, very happily, because my fingers just won’t stop. After writing for some time, a sudden thought came in my mind that blew me away! 😱 I WAS WRITING CODE IN A WRONG BRANCH!!! I quickly thought of solutions, asked two of m...00
KKaraninaccess-tokens-and-refresh-tokens.hashnode.dev·Nov 30, 2025 · 3 min readVertical ScalingVertical scaling is a concept which is generally more used in “System Design”. So what exactly does vertical scaling mean? It means to make our computer more powerful We can do so by doing few of these things like: a) increasing its storage b) e...00
KKaraninaccess-tokens-and-refresh-tokens.hashnode.dev·May 31, 2025 · 3 min readLocal Storage & Session StorageThe local storage and session storage, both, are a type of storage management systems, in simple terms, they are used to store any value on the browser. In simpler terms, a local storage or a session storage is just a memory of a browser that it has ...00
KKaraninaccess-tokens-and-refresh-tokens.hashnode.dev·May 19, 2025 · 2 min readAccess and Refresh TokensIntroduction : Both access and refresh tokens are types of authorization/authentication tokens. Access tokens are used to authorize users to access a restricted or protected resource. Whereas, refresh tokens are used to obtain or re-generate new acce...00