@inder0291
Nothing here yet.
Nothing here yet.
Jan 22 · 7 min read · What DNS is (explained in very simple terms) DNS (Domain name system) Records are the fundamental to translating URLs to IP addresses. Thanks to DNS, we only need to remember the website name rather than Full IP Address. DNS records make our experien...
Join discussion
Jan 20 · 3 min read · Why Version Control Exists Version control system exist to keep the track of our project , work on multiple features , collabrate etc. The Pendrive Analogy in Software Development This pendrive analogy helps us understand why we even need Git. Suppos...
Join discussionJan 20 · 2 min read · Understanding the .git Folder When you initialize a Git repository, a hidden folder named .git is created. This folder is the main of your repository. It contains all the necessary information to track changes, including your project's history, confi...
Join discussionJan 19 · 4 min read · What is Git ? Git is the tool that helps you to manage changes in you code. It helps you to keep track of every little changes to file. you can always look back at previous versions or undo mistakes if needed. Every developer gets a full copy of the ...
Join discussion