shibnathh0234.hashnode.devJavaScript Promises Explained with Kinder Joy we ask mummy ji to bring 1 Kinder Joy chocolate from the market She say "bazaar see aate hue lee kr aiyenge" That single moment that promise is exactly how JavaScript Promises work. What Is a JavaScr1h ago·5 min read
shibnathh0234.hashnode.devInside Git: How It Works and the Role of the .git FolderThe .git Folder When we run git init in a directory, Git creates a hidden subdirectory called .git. This not just a config folder. it is the database where everything lives. If we delete this folder, we loose our project history. folder inside struct...Jan 30·3 min read
shibnathh0234.hashnode.devGit for Beginners: Basics and Essential CommandsThe Time Machine for Code Git is a Save Button on steroids. In a video game, if we are about to fight a boss, we save your game. If we die, we reload the save. Git allows we to do the same thing with our code. It lets take snapshots of our project, t...Jan 30·3 min read
shibnathh0234.hashnode.devHow DNS Resolution WorksWhy DNS Exists the internet runs on IP addresses (like 142.250.193.206). Humans, are bad at memorizing random strings of numbers. We prefer words DNS is the phonebook of the internet. It maps the names we remember to the numbers computers need. But u...Jan 30·3 min read
shibnathh0234.hashnode.devUnderstanding Network DevicesThe Modem It takes the signal coming from the ISP(Internet Service Provider) and translates it into a language your computer understands. It also translates your computer's messages back into a signal that can travel down the wire. eg: Imagine you on...Jan 30·2 min read