@anshukhanna
Nothing here yet.
Nothing here yet.
Have you ever wondered how your browser knows which website to open when you write a web address like www.google.com. Behind the scenes, your browser does not understand websites names , it understand IP address. The process of translating a domain n...

When we use Git, we usually run commands like git add and git commit without thinking what is going on behind the scenes. In this article, I will tell you what is going behind the scene when we use git commands so that after reading this blog you can...

Before Git the software development was very messy , risky and stressful. They do not have the modern tools to track changes or smooth collaboration. Instead they relied on pendrive , mails and manually created folders to share code. So, to solve thi...

Git is a version control system used by developers to manage their code. When working on a project, we often make changes and need to track them properly. In this blog, I will explain the basic concepts of Git and commonly used commands. What is Git?...
