APARMAN PATELinblog.armankumarpatel.in·Jan 23 · 4 min readGetting Started with cURLWhat is cURL cURL is a command-line tool. It lets you to send request to server and receive data from server, such as fetching a webpage or interacting with API directly from terminal. Why programmers need cURL Programmers can have direct and raw ac...00
APARMAN PATELinblog.armankumarpatel.in·Jan 21 · 4 min readUnderstanding How DNS Resolution WorksWhat is DNS Let's start with full name of DNS. Domain Name System. It is a system which translate human readable Domain Names to Machine readable IP address. Why need Domain Names We need Domain Name of server in order to connect with it, in human re...00
APARMAN PATELinblog.armankumarpatel.in·Jan 17 · 4 min readGit internals and Basic CommandsIn this article we are going to take a look how git works internally. We shall learn some basic git commands on the go. We shall start with empty project. In my case, have created a folder named "git-internals-learn-2", and opened that folder/project...00
APARMAN PATELinblog.armankumarpatel.in·Jan 13 · 3 min readWhy Version Control Exists: The Pendrive ProblemToday I am going to write down about Version Control System. Why it exists, what is its importance and what problem it does solve. Tracking Changes We are going to discuss in term of software developement. Let’s say, we are writing a software of any ...00