@vikashdev03
self
Nothing here yet.
Nothing here yet.
Jan 27 · 4 min read · Before 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 ...
Join discussionJan 16 · 6 min read · 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...
Join discussionJan 6 · 4 min read · Now, 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...
Join discussionJan 1 · 7 min read · What 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...
Join discussion