sudeepgumaste.hashnode.devNon fungible tokens(NFT) for user auth in web 2 appsHi there, awesome human on the internet! GM✨! In this blog, we are going to be coding an authentication system that gives users access if they happen to hold an NFT in the wallet they sign in with. This is somewhat an intersection of web2 and web3. I...Jan 21, 2022·4 min read
sudeepgumaste.hashnode.devLet's code a Reaction component in Reacthttps://codesandbox.io/s/lingering-worker-nl2qk What will we be coding? We are gonna code a reaction component with following features User clicks on the button to trigger the reaction bar and the reaction bar closes on clicking on the button again....Sep 13, 2020·10 min read
sudeepgumaste.hashnode.devJSON web token(JWT) demystifiedIf you have ever dealt with authorized routes or resources in your web application, it is very likely that you have had to deal with JWT. You might have probably used an already available library to generate tokens ( Please continue doing so as they ...Aug 26, 2020·4 min read
sudeepgumaste.hashnode.devLet's code a dope loader with CSShttps://codepen.io/sudeepgumaste/pen/abdrorB Hey there amazing human! I came across this dope loader animation a while ago and I thought I should code that. Today in this blog post, we're gonna code that together! Sounds interesting? Then lest's jump...Aug 22, 2020·5 min read