morethandev.hashnode.devDemystifying the cubic-bezier function ft. JavaScriptIntroduction If you are a professional web developer or just getting started then you might have come across the bezier-curve function in our beloved CSS. But have you ever wondered how it works underneath or how we can write that function in JavaScr...Feb 18, 2022·4 min read
morethandev.hashnode.devAnimation: A battle between CSS and JavaScriptIntroduction If you are just getting started with web development or a professional you might have come across animations, everyone favorite, you have used CSS transitions and javascript's web animation API but you might be thinking why we have 2 opt...Feb 10, 2022·3 min read
morethandev.hashnode.devHow to autofill the OTP while registering the user on the website? Let's find outIntroduction Ever wonder how some websites autofill the OTP field as soon as you get the OTP in your mobile device. Here the Web OTP API comes into action which with the help of just a few lines of code can boost up your form's usability. Input Field...Jan 28, 2022·3 min read
morethandev.hashnode.devHow to cancel a fetch request in javascript? Let's find outIntroduction: Ever wonder how to cancel the request when the user navigates to the gallery or some other resource-heavy page of your web application or web page and as soon as he taps the link to navigate the page you start fetching the request very ...Jan 27, 2022·2 min read