Taru Pathaktarupathak.hashnode.dev·Oct 11, 2024Learning React with Chai aur Code pt.2Okay so I am at episode 4 I mean lecture 4 of chai-aur-react series by Hitesh Chaudhary. Here, we see how raw javascript and react work in similar ways, but in javascript we had to write raw functions and configure them, really interesting. Though wi...chai-aur-react
Parth Chauhanparthdev.hashnode.dev·Aug 6, 2024🚀 Master Data Validation with Zod: A TypeScript-First Approach to Schema DeclarationIn the world of data validation, Zod stands out as a TypeScript-first schema declaration and validation library that promises simplicity and efficiency. Whether you’re dealing with simple strings or complex nested objects, Zod streamlines the process...zod
Sabhya Agarwalwebzen.hashnode.dev·Jul 19, 2024Lecture-4 Create your own react Library<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Custom React App</title> </head> <body> <div id="root"></div> <script src="./react.js"></...chai-aur-react
Anish sharmalearneasyway.hashnode.dev·Jun 20, 2024What Is Event Loop In JavaScript?JavaScript's runtime model is fundamentally based on the event loop, a powerful mechanism responsible for the proper execution of code. This model is what enables JavaScript to exhibit its asynchronous and non-blocking behavior, making it highly e...1 likeJavaScript
Sushant Pathaksushant007.hashnode.dev·May 29, 2024How to Set Up Tailwind CSS in Vite React ProjectsFirst of all, we will create a Vite project Inside the terminal, type the following commands: npm create vite@latest my-project cd my-project Now use the following commands to incorporate Tailwind into your project: npm install -D tailwindcss po...11 likesWeb Development
sidduganeshsidduganeshsid.hashnode.dev·Jan 28, 2024What is the best way to install pythonoffical website of python : https://www.python.org -> Downloads => download the python interpreter. (easy installation) extra = In windows you can use the git bash for linux cmds \=>Python is an interpreted language when python migrated from python 2...9 likes·32 readschai aur code