khushal87.hashnode.devLinking a custom domain from Google domains to Vercel appLinking a custom domain to a deployed application is confusing and at times you don't get a route on how to link the domain with the website. 😫 In this article, I will be explaining how to link a Custom domain brought in Google Domains service to a...Apr 29, 2021·4 min read
khushal87.hashnode.devImplementing Authentication in React using React Context API - Part 2 (React Context API)Authentication🔒 in frontend applications is always a daunting task for a beginner in ReactJS 🤔. One has to know the core concepts of ReactJS and well as how browser local storage, session storage etc. works in order to successfully implement the en...Nov 1, 2020·4 min read
khushal87.hashnode.devImplementing Authentication in React using React Context API - Part 1 (React Context API)Authentication🔒 in frontend applications is always a daunting task for a beginner in ReactJS 🤔. One has to know the core concepts of ReactJS and well as how browser local storage, session storage etc. works in order to successfully implement the e...Oct 22, 2020·5 min read