SBSwastisunder Badatyainswasti.hashnode.dev·May 31 · 7 min readUnderstanding Network DevicesEvery time you open YouTube, Instagram, Netflix, or any website… your request travels through many different network devices before reaching server. Most beginners thinks internet is just: Laptop → In00
JDJags Dubeyinblog.dubeyjags.cloud·May 2 · 3 min readControl Flow in JavaScript: If, Else, and SwitchEverything is not availale for everyone. Control Flow: The order in which code runs based on the conditions.Instead of code run all line by line it has to ignore some lines through some coditions. Use00
ACAdarsh Choubeyinnetworking--basics.hashnode.dev·Apr 25 · 2 min read🌐 Networking Basics Explained: Router, Modem, Firewall, Load Balancer, Switch & Hub🔌 1. Router A router connects different networks together. 👉 It connects your home network to the internet 👉 It decides where data should go Example: When you open a website, the router sends your 00
SAShivanshu Agrawalintech-blogs-shivanshu.hashnode.dev·Mar 17 · 4 min readControl Flow in JavaScript: If, Else, and switch explainedUnderstanding the program how it is being executed from line to line is a plus point for a programmer. What Control flow means ? Control flow can be stated as the flow by which controls transfer acros00
AKAshaaf Khaninashaaf.hashnode.dev·Mar 15 · 4 min readDeciding the Path: Mastering Control Flow in JavaScriptImagine you are standing at a crossroads. Should you take the left path or the right? Your choice depends on a condition: "Is the left path shorter?" or "Is it raining on the right?" In programming, t00
APAmruta Patilinamruta-patil.hashnode.dev·Mar 14 · 6 min readControl Flow in JavaScriptWhen we write programs, the computer normally executes code line by line from top to bottom. But real-world situations often require decisions. For example: If it is raining, take an umbrella. If th00
MMMd Mudassir Akhterinblogmudassir.hashnode.dev·Mar 14 · 5 min readControl Flow in JavaScript: If, Else, and Switch ExplainedImagine it’s a sunny Sunday morning in Muzaffarpur.You and your friend Nishar are super excited. You both put on backpacks, wear caps, and start a small hike to the nearby hill. There is a rumor of a 00
OGOmkar Guptainomkargupta.hashnode.dev·Mar 14 · 9 min readControl Flow in JavaScript — Making Your Code Actually ThinkHey there! 👋 If you are just starting out with JavaScript, this blog is for you. We are going to learn one of the most important things in programming — Control Flow. Don't worry, I'll keep it super 00
AMAbdulla Mullainall-about-javascript.hashnode.dev·Mar 14 · 4 min readControl Flow in JavaScript: If, Else, and Switch ExplainedWhen I first started learning JavaScript, one question kept coming to my mind: how does a program decide what code should run? A program doesn’t run everything blindly. It checks conditions and then d00
DPDurgesh Pandeyinblog-heyvenom.hashnode.dev·Mar 14 · 6 min readControl Flow in JavaScript: If, Else, and Switch ExplainedHow Your Morning Routine Teaches Control Flow Imagine your typical morning: If it’s a weekday, you get ready for college or work. Else if it’s Sunday, you probably sleep a bit more. Else, maybe it’00