sarfrazashrafi.hashnode.devComprehensive Guide to Using React-Hook-Formform is important and complex part of any application. A comprehensive guide to using React-Hook-Form for handling and validating complex forms in your React applications handling form is complex you can manage simple form, however when i comes to co...Jul 21, 2024·3 min read
sarfrazashrafi.hashnode.devThe Complete Guide to Shadcn: All You Need to KnowA concise guide to installing and using Shadcn UI library in your Next.js projects shadcn is one of the best ui library i have ever used in my project. in this short article, we will explore shadcn ui and understand how it work under the hook. so wit...Jul 20, 2024·2 min read
sarfrazashrafi.hashnode.dev15 basic javascript interview questionwhat is javascript? what is the role of javascript engine? javascript is a programming language that is used for converting static pages to intrative and dynamic pages. javacript engine is a program present in web browsers tha executes javascript co...Jul 16, 2024·3 min read
sarfrazashrafi.hashnode.devDockerize your applicationin this short article, we will explore and understand about one of the most important technology Docker like what is docker, how it work and how can you use docker in our project. so without further ado, let’s get right into it What is Docker docker ...Jul 16, 2024·3 min read
sarfrazashrafi.hashnode.devNextAuth Made Easy: Integrating Google and GitHub Authenticationin this article, we will understand how to add the feature of Login with Google/Github to be able to to authenticate the user using nextauthjs, so that we don't have to write so many code for our application. so without furthur ado, let's get right i...Jul 7, 2024·3 min read