React Hook Form with Next , Zod and and Schadcn UIfirst make the zod Schema for the data import * as z from 'zod' // login schema export const LoginSchema = z.object({ email:z.string().email({message:"email required"}), password:z.string().min(1,{message:"password is required"}) }) //regis...Mar 5, 2025·7 min read
JavaScript Pirate Adventure: Discover the Lost Array Methods & Boost Your Coding Skills!💎Unlocking the Hidden Treasures of JavaScript: A Pirate's Guide to Mastering Array Methods!Feb 3, 2025·6 min read
What I have Learned while Building Landing Page of NetflixI have build the Netflix clone ,and here are the few sections that are really good and have fun to make themlet;s see one by one and there code how they are built Here is recourse: live link : https://gopal-nd.github.io/netflix-clone/ code : https://...Jan 31, 2025·2 min read
Mastering CSS Specificity: Understanding the Algorithm and Effective Tag Selection MethodsLet’s say ,I am working on a web development project and structured the application using html , now you should style html page. so you started styling the page , give style for the button red, button class green, and button id orange. you expect the...Jan 25, 2025·12 min read
Git TutorialGit is a free and open-source version control system used to track changes in computer code, documents, and other digital content. In This tutorial I will demonstrate the Git command good to know Setup the git environment in the device To see the com...Jan 23, 2025·13 min read
What is DNS. Why it is Importent.As a internet user or a web developer it has been fine without knowing much about the DNS. You probably don’t care too mach about it. But let me say something really intresting, In year 2021 Oct Facebook experienced a DNS error which brought them a l...Jan 23, 2025·7 min read
The Internet. How it works and Why it Matersif you Think internet is wireless. You are wrong ,Internet is connected via a optical cables all around the world. It is just like a connection that we make between the two devices using the wire as medium to transfer the data, but in very large scal...Jan 23, 2025·3 min read