@shibnath
Nothing here yet.
Nothing here yet.
Jan 30 · 3 min read · The .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...
Join discussionJan 30 · 3 min read · The 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...
Join discussionJan 30 · 3 min read · Why 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...
Join discussionJan 30 · 2 min read · The 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...
Join discussion