ABARITRA BHATTACHARJEEinaritrablogs.hashnode.dev·Nov 9, 2024 · 4 min readHandling HTML forms with Node JSIntroduction Forms form a core part of building functional web pages. It allows to take user input data, perform actions, and interact with the website. From login pages to surveys and contact forms, they are essential to gather and process user data...00
ABARITRA BHATTACHARJEEinaritrablogs.hashnode.dev·Oct 25, 2023 · 5 min readReact UseState Hook demystifiedWhat are hooks and why use them? Hooks are a feature introduced in React version 16.8 that allows functional components to have state and lifecycle features, which were previously only available in class components. They provide a way to reuse statef...00
ABARITRA BHATTACHARJEEinaritrablogs.hashnode.dev·Dec 31, 2022 · 7 min readA Beginner's Guide to Git And GitHubWhat is Version Control Version control, also known as source control, is defined as the process of tracking and managing changes made to software code. Version control systems are software tools that help software teams manage changes to source code...00
ABARITRA BHATTACHARJEEinaritrablogs.hashnode.dev·Dec 25, 2022 · 5 min readDeploy your React App in Minutes!Idea Recently I was working on a React project, following some tutorials and trying out new things. But the problem came around when I tried to deploy the application. I was familiar with static website hosting with GitHub Pages and Netlify, which co...00
ABARITRA BHATTACHARJEEinaritrablogs.hashnode.dev·Jul 15, 2022 · 2 min readSelecting a Good Text EditorHaving set up C, you can run C programs from your PC. But a question remains, where to write a program. You can write the programs in notepad also, but doing so you will miss out on some key features of a text editor like Syntax Highlighting Auto-C...00