SASabir Aliinblog-sabir.hashnode.dev·Jan 30 · 3 min readGit for Beginners: Basics and Essential CommandsWhat is Git Git is a distributed version control system (VCS) used to track changes in source code during software development. It allows multiple developers to work on the same project efficiently, without overwriting each other’s work. Why use Git ...00
SASabir Aliinblog-sabir.hashnode.dev·Jan 30 · 3 min readGetting Started with cURLWhat is cURL? Curl (client-URL) is a command line utility app. In the same way your web browser accesses online resources via the address bar, so curl does the same via the a command line interface. For example, open a new tab and go to this website,...00
SASabir Aliinblog-sabir.hashnode.dev·Jan 30 · 7 min readMechanism of DNS ResolutionWhat is DNS? The Domain Name System (DNS) is a critical part of the internet. DNS is often likened to a phone book. The DNS takes human-readable domain names, such as www.apple.com , and maps them to numeric IP addresses that are readable by machines...00