asgharalifs.hashnode.devWhy Version Control ExistsLet's see the problems we have. Suppose you and your friend are building a project, and you want to work together on a project. so before version control exits for sharing code, there were pendrives and emails to share code. So you build some feature...6d ago·2 min read
asgharalifs.hashnode.devGetting Started with cURLWhat is Curl ? (Client url) which is called Curl, is command line tool used to send and recive data from server. Curl uses various protocols mostly used are HTTP/HTTPS. Why programmers need cURL: cURL is very powerfull comand line tool that helps in ...Feb 14·2 min read
asgharalifs.hashnode.devHow DNS Resolution WorksHow does DNS work? DNS resolution involves converting example.com into an IP address, an IP address is given to each device on interent, think of it like a street address to find a home, an IP address works like that. How does DNS work? There are 4 D...Feb 10·3 min read
asgharalifs.hashnode.devDNS Record Types ExplainedWhat is DNS? Domain Name System (DNS) is interent phonebook that converts human readble names into Ip Address. What is a DNS record ? DNS records are instructions that live in authorated DNS server and provide information about domain. In simple word...Feb 1·3 min read