ASAatish Singhinaatishsinghdev.hashnode.devยท6d ago ยท 4 min readInside Git: How It Works and the Role of the .git Folder1. How Git Works Internally When we start learning Git, we usually memorize commands like: git add git commit git push But to really understand Git, we need to know what happens behind the scenes. Th10
ASAatish Singhinaatishsinghdev.hashnode.devยท6d ago ยท 9 min readGit for Beginners: Basics and Essential CommandsBefore learning Git, it's worth knowing why it was introduced. In the early 2000s, the Linux kernel project used BitKeeper, a version control system developed by Larry McVoy and BitMover. It was free 10
ASAatish Singhinaatishsinghdev.hashnode.devยทJul 17 ยท 4 min readWhy Version Control Exists: The Pendrive Problem1. Why Does Version Control Exists? Version Control, also known as a Version Control System (VCS), is an essential tool in modern software development. It helps developers manage and track changes to 10
ASAatish Singhinaatishsinghdev.hashnode.devยทJul 1 ยท 7 min readHow ChatGPT Understands Your Questions?1. What is Generative AI? Before diving deep into Large Language Models (LLMs), let's first understand what Generative AI is. Generative AI (GenAI) is a type of artificial intelligence that can genera00