@bipinbhatt
BSc CSIT Graduate
Nothing here yet.
Jan 30 · 5 min read · Introduction: What is git? Git is a version control system. It helps developers to track changes in files. It tracks all the information like: who changes the code, what changes are done, when the changes are done. It also lets you revert any changes...
Join discussion
Jan 30 · 2 min read · Why version control exists? let’s suppose you have a song lyrics file. Now you want to change one verse. You keep changing a lot of times. But after some time, you realise that the older one was better. So what will you do? nothing but regret. Cause ...
Join discussion
Jan 30 · 6 min read · Problem without DNS Before I start, I expect you to have basic understanding of IP addresses. You know, they are just numerical label that is given to each devices in a computer network to uniquely identify them, right? So, let suppose I wanna talk t...
Join discussion