HSHarshit Sharmaingit-basics.hashnode.dev00TCP vs UDP: When to Use What, and How TCP Relates to HTTP1d ago · 3 min read · Today's topic for the blog is the difference between TCP and UDP. Both are the ways that are used to transfer data packets from client to server, but when to use what -> TCP or UDP? So first understaJoin discussion
HSHarshit Sharmaingit-basics.hashnode.dev00Inside Git: How It Works and the Role of the .git Folder2d ago · 2 min read · In the previous blog, we learn about what is Git, its basic commands etc. Now in this blog, we will learn about that where git stores all the changes that user makes inside the code. .git folder The Join discussion
HSHarshit Sharmaingit-basics.hashnode.dev00Why Version Control Exists: The Pendrive Problem2d ago · 2 min read · In this blog, we will understand that what is the need of using a version control system. In the previous blogs, we learnt about git, its basic commands and how does git internally works. If you have Join discussion
HSHarshit Sharmaingit-basics.hashnode.dev10Git for Beginners: Basics and Essential Commands3d ago · 5 min read · Why Git? So the main question is : Why we use Git? Before Git, Software Development was already happening. Then what is the problem that we have to use Git. A case study: Suppose you are working on Join discussion