javascriptwithreaper.hashnode.devControl Flow in JavaScript: If, Else, and Switch Explainedproblem statement - What control flow means in programming The if statement The if-else statement The else if ladder The switch statement When to use switch vs if-else What is Control Flow? I15h ago·4 min read
javascriptwithreaper.hashnode.devUnderstanding Variables and Datatypes in JS.Problem Statement - What are variables and why are they needed? How to declare variables using var, let, and const Primitive data types (string, number, boolean, null, undefined) Basic difference 16h ago·4 min read
ech-tea-ml.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsWhat Really Happens Inside a Browser After You Press Enter Every day we open dozens of websites without thinking twice. We type a URL, press Enter, and within a second a fully designed page appears on the screen. Text is aligned perfectly, buttons re...Jan 30·6 min read
deeznetworks.hashnode.devcURL explainedWhat is a Server? A server is a computer connected over the internet whose job is to receive requests, process them and send responses. When we browse the internet, our browser is a client which sends a request to access a website to the server. The ...Jan 30·4 min read
deeznetworks.hashnode.devUnderstanding Network DevicesHow the Internet Reaches our System? High-Level View Internet (ISP) ↓ Modem ↓ Router ↓ Switch ↓ Devices (Laptop, Phone, Server) The internet does not directly connect to your laptop. It reaches you through multiple spec...Jan 30·3 min read