hustleranas.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsHave you ever typed a website address in your browser and wondered: “What actually happens after I press Enter?” In just a few seconds, the webpage appears with text, images, buttons, and layout. But behind this simple action, many steps happen very ...Feb 5·5 min read
hustleranas.hashnode.devTCP vs UDP: When to Use What, and How TCP Relates to HTTPWhenever you open a website, watch a video, or send a message, data moves across the internet. But data does not move randomly. It follows rules so that information reaches the right place correctly. These rules are called protocols. Two of the most ...Feb 1·5 min read
hustleranas.hashnode.devUnderstanding HTML Tags and ElementsWhen you open any website, what you see on the screen is designed using many technologies. But the basic structure of every webpage is made using HTML. If a website was a human body, then: HTML would be the skeleton CSS would be the clothes JavaSc...Jan 30·5 min read
hustleranas.hashnode.devGit for Beginners: Basics and Essential CommandsWhen you start learning programming, one of the big challenges is keeping track of your code. You make changes, something breaks, you forget what you changed, and sometimes you even lose code that was working. That's where Git comes in handy. Git hel...Jan 30·5 min read
hustleranas.hashnode.devUnderstanding Network DevicesHave you ever wondered how the internet actually gets to your laptop, phone, or office computer? From the vast internet outside to your small home WiFi, many network devices work together. Each device has a specific role. If even one is missing, your...Jan 30·5 min read