itsmevishal.hashnode.devReal-time-chat-application (Backend)What we will be learning :- This application is real time chat application what i will be learning 1. Real time interaction using websocket 2. Developing frontend using the react 3. using tailwind css , zustand, react , dazzyUI 4. nodejs ,expressjs, ...Jul 23, 2025·11 min read
itsmevishal.hashnode.devA Comprehensive Guide to Using Git and GitHub for Version ControlWhat is Git and GitHub? Git is a distributed version control system that helps developers track changes to their source code over time. It allows for efficient collaboration and keeps a record of all modifications made to the codebase. GitHub is a cl...Jan 27, 2025·3 min read
itsmevishal.hashnode.devStep-by-Step Guide to Front-End Project Configuration on Windows for BeginnersInstall Node.js/NPM/GIT/VS CODE on Windows via Node.js Installer For users who prefer a graphical user interface (GUI) for software installation, Node.js offers a downloadable installer on its official website. Follow these steps to install Node.js a...Jan 22, 2025·6 min read
itsmevishal.hashnode.devInstallation of React Js application with Vite For Beginner'sSteps to Follow: Ensure Node.js is Installed: Make sure Node.js is installed on your system. Navigate to Desired Directory: Go to the folder where you want to set up your React.js application. Initialize Vite Project: Open the terminal in that fol...Jan 21, 2025·1 min read
itsmevishal.hashnode.devA Comprehensive Guide to FrontEnd Project Setup for React with Mac M Series Users1 :- Installation of HomeBrew Navigate to the HomeBrew Copy this command in to the Terminal(Press Command + Space and Type Terminal) /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" After you copy ...Jan 20, 2025·2 min read