vinitaam.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionCSS - Cascading style sheets is a very essential part of web development, HTML makes the structure of the webpage and CSS is used to impart visual effects to the website making it appealing. In this article we are going to learn about CSS selectors W...Feb 15·3 min read
vinitaam.hashnode.devGit for Beginners: Basics and Essential CommandsWhat is Git Git is a version control system that tracks changes done to file, this is useful when multiple people are working on the same file each one can track their own work and also revert in case anything goes wrong because of any additions in ...Feb 15·3 min read
vinitaam.hashnode.devWhy Version Control Exists: The Pendrive ProblemEvery developer uses some or the other version control system. But have you ever thought about how programmers managed code before version control systems existed. Version Control Exists VCS is a tool used in software development and collaborative p...Feb 15·2 min read
vinitaam.hashnode.devUnderstanding Network DevicesThe whole world is dependent on the internet for connectivity but have you ever thought how this internet actually reaches us? The internet is a global network where data is transferred in signals that are carried through fibre optics wires from one...Jan 31·4 min read
vinitaam.hashnode.devUnderstanding DNS Record TypesHow do you think the browser knows what website you are trying to reach, where it is located or what is the IP on which it is located? All these questions are answered by the Domain Name System. Introduction: Humans are not good at remembering numbe...Jan 31·4 min read