ASArsalaan Shaikhinarsalaan99.hashnode.dev·Jan 29 · 6 min readAll About DNS.What is DNS ? A Domain Name System is heart of the internet. It is often compared to a Telephone Phonebook. Which contains contact info of different / all resources on internet. Every machine on internet have IP address. It is the unique numerical id...00
ASArsalaan Shaikhingit-101.hashnode.dev·Jan 28 · 8 min readInside Git: How It Works and the Role of the ".git/ " Folder .P.S :- Git means the Entire software. & .git/ the folder that is created when we run “git init “. Git is a code tracking software. It’s main task is to keep track of all the changes that were made to a file, stores these changes in itself using encry...00
ASArsalaan Shaikhingit-101.hashnode.dev·Jan 23 · 3 min readWhy Version Control Exists ? The Pen-drive Problem !!!Overview of the Problem. Let’s take a look at the above image as an example. Owner writes a code P1. Get stuck asks Helper for help. Ships / send his code to Helper using Pen-Drive / mail. Helper modified the code ( Added many lines / Deleted few ...00
ASArsalaan Shaikhingit-101.hashnode.dev·Jan 22 · 7 min readGit _101 - Basics & Essential Commands.Güten Tag !!! If you are just stepping into the world of writing code. There might be a chance you have heard about Git, Github. What are they ? Ain’t they same? Are they really important to learn ? Can’t i just share my code on mail ? These might be...00