@prathamesh3
Nothing here yet.
Nothing here yet.
Feb 3 · 6 min read · Imagine 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...
Join discussion
Feb 3 · 4 min read · Introduction 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...
Join discussion
Jan 30 · 4 min read · Git 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...
Join discussionJan 27 · 7 min read · Now 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...
Join discussion