SSShivanshu Shuklainshuklashivanshu.hashnode.dev·Jan 31 · 4 min readInside Git: How It Works and the Role of the .git FolderWe all use Git daily. We memorize the commands: git add, git commit, git push. But for many developers, what happens after we hit enter is a black box. It feels like magic. But Git isn’t magic—it’s a beautifully simple database consisting of a few ...00
SSShivanshu Shuklainshuklashivanshu.hashnode.dev·Jan 31 · 6 min readGit for Beginners: basic and essential commandsIf you have ever accidentally deleted a file or wished you could go back to a version of your code that actually worked, you need Git. 1. What is Git? (The "code tracker") It is a tool that sits on your computer and records every change you make. If ...00
SSShivanshu Shuklainshuklashivanshu.hashnode.dev·Jan 31 · 3 min readWhy Version Control Exists: The Pendrive ProblemIf you have ever worked on a college project or a shared document before learning Git, you are likely familiar with a folder that looks something like this: Project_Final Project_Final_v2 3. Project_Final_FINAL 4. Project_Latest_Real_Final ...00
SSShivanshu Shuklainshuklashivanshu.hashnode.dev·Jan 31 · 8 min readUnderstanding Network DevicesA netwok is a group of connected computers that are able to send data to each others . Are you ever think about how internet reaches our home or offices ?? Actually internet is connected to all over the world by opical fiber cables.. yaah literally b...00
SSShivanshu Shuklainshuklashivanshu.hashnode.dev·Jan 31 · 2 min readHow DNS Resolution WorksWhat is DNS DNS is basically phonebook of internet . Anology DNS is like the internet's phonebook. Just as we don't memorize phone numbers but save them under names, DNS converts domain names into IP addresses. Every website have an IP address wh...00