prathameshblog.hashnode.devJavascript Promises: ChaiCode EdititionWhat are Promises? Promise is exactly same as the favourite line of Hitesh Choudhary sir, Areyy ruko ruko thamba thamba jra....." Technically which means, promise is an affirmation from the javascrip4d ago·8 min read
prathameshblog.hashnode.devHTML: The Lego Bricks of the InternetImagine you have a bucket of Lego bricks. You can build a castle, a Death Star, the Avengers tower, your own creation from your imagination and time.HTML is that bucket of bricks for the internet.It is the raw material of every single website, from G...Feb 3·6 min read
prathameshblog.hashnode.devChoosing between TCP and UDP-the transport methodsIntroduction The internet is basically a huge network of computers constantly sending tiny chunks of data to each other. But without rules, this data would arrive out of order, get lost, or collide with other data. To prevent chaos, the internet reli...Feb 3·4 min read
basicgitcommands.hashnode.devInside Git: The Role of .git folderGit is a version control system that most of us use daily, but honestly, not many people really understand what's happening behind the scenes. When we change a file and commit it, what actually happens? How does Git keep track of everything? Lets get...Jan 30·4 min read
basicgitcommands.hashnode.devGit for Beginners: Complete Guide with Essential CommandsNow that we know from the previous blog why Git exists, let's learn what Git actually is? The basic terminologies and the essential commands of Git with a problem solving approach. What is Git? Git is a basic software which is generally referred to a...Jan 27·7 min read