jsessentials.hashnode.devConditionals in JSThe conditional statements in any language are the statements which are used to give our program a way to choose between multiple choices or choose a path based on certain variables. Java script also 9h ago·5 min read
computernetworkseasily.hashnode.devTypes of DNS RecordsDNS records are like different types of contacts in a phonebook for computers IP address, it tells what domain name corresponds to which IP address and what type it is. DNS Records are specified and stored in the authoritative DNS servers. It has mul...Jan 30·4 min read
githubexplained.hashnode.devGit for Beginners: Basics and Essential CommandsWhat is Git and GitHub? Git is a version control system used for progress tracking, versioning and collaboration in a project. It is a software developed by Linus Torvalds. Git is a offline software that can be used for local projects or can be hoste...Jan 29·8 min read
gitinternalseasily.hashnode.devA Deep Dive into How Git WorksIn times like today when development and shipping of features is faster than ever before by the virtue of AI. The need of a version control system like Git is very high. It is a tool that must be in the toolbox of a developer, not only it helps in ve...Jan 27·6 min read
githubexplained.hashnode.devGit Chapter - 1: How it came to beLong before the arrival of Git onto this land. Developers traditionally wrote and saved their code locally on their computers, which had a very basic yet interesting issue known as The Pen Drive Problem. The Pen Drive Problem In a faraway kingdom, th...Jan 15·4 min read