IJIndrajeet Jhainindrajeetjhanetwordeviceexplain.hashnode.dev·Jan 31 · 3 min readUnderstanding Network DevicesHow Internet Reach Home or Office Internet start from big data centers. It travel through cables towers and fiber. Finally it reach our home or office. Many devices help internet reach our laptop and mobile. Each device has own job. Internet → Networ...00
IJIndrajeet Jhainindrajeetpendriveproblemversioncontrol.hashnode.dev·Jan 31 · 3 min readWhy Version Control Exists: The Pendrive ProblemWhy Version Control Exists Version control exist because developers need safe way to save code. Before version control coding was very risky. If code lost there was no backup. If mistake happen no way to go back. Version control solve this problem. C...00
IJIndrajeet Jhainindrajeetgit.hashnode.dev·Jan 31 · 3 min readInside Git: How it Works and the role of .git FolderHow Git Work Internally Git work like saving system for code. It save code again and again. Git not save only file but save whole project state. Every time we save Git make new copy. Old copy never delete. This help go back anytime. Code → Save → Sav...00
IJIndrajeet Jhainindrajeetdev.hashnode.dev·Jan 31 · 3 min readGit for Beginners: Basics and Essential CommandsWhat is Git Git is a tool used by developers to manage code. It help save changes in files over time. Git remember what change you did and when you did. If something break you can go back to old version. Git work on your computer and not only on inte...00
IJIndrajeet Jhainindrajeetdev.hashnode.dev·Jan 28 · 3 min readHow DNS Resolution WorksDNS and dig Command :- What is DNS and why name resolution exists DNS means Domain Name System. DNS is like phonebook of internet. Human remember name not number but computer only understand number. So DNS help change name like google.com into IP add...00