VKVikash Kumarinvikashpatel.hashnode.dev·Mar 6 · 6 min readCAR XML Project Checklist Agar aap CAR XML project par kaam kar rahe ho, to conversion tool ke baad XML file me kaafi errors aate hain jo manually fix karne padte hain.Is post me main step-by-step checklist share kar raha hu j00
VKVikash Kumarinheyitsvikash.hashnode.dev·Jan 27 · 4 min readTCP vs UDP Explained: Understanding Their Roles and Relationship with HTTPBefore We Start: Why Do These Rules Exist? Before jumping into TCP and UDP, let’s first understand why such rules are needed. Imagine sending a message to your friend in another city. If there are no rules, your message might data flying everywhere ...00
VKVikash Kumarinvikashs-blog.hashnode.dev·Jan 16 · 6 min readInside Git: How It Works and the Role of the .git Folder:When I first learned Git, I only memorized commands like git init and git commit.They worked, but I didn’t really understand what Git was doing behind the scenes. So I decided to look inside Git itself — especially the mysterious .git folder.That com...00
VKVikash Kumarinvikashversion.hashnode.dev·Jan 6 · 4 min readWhy Version Control Exists: The Pendrive ProblemNow, Before Understanding why Version Control Exists, Let’s Understand What Is VCS: What is VCS? The Version Control System (VCS) helps you manage the changes made to a specific directory or a project over the course of time. Why Use VCS? • It helps...00
VKVikash Kumarinvikashdev.hashnode.dev·Jan 1 · 7 min readGit for Beginners: Basics and Essential CommandsWhat is Git Why Git is Used Git Basics and Core Terminologies Common Git Commands Now, let’s understand Git and VCS. When I started learning web development, managing my code felt chaotic.Files like project file1, project file2 and project file...00