shiv-o4.hashnode.devJavaScript Operators: The Basics You Need to KnowHey everyone! If you are just starting out with JavaScript, you’ve probably learned about variables—the "boxes" where we store our data. But having data sitting in boxes isn't very useful until we act5d ago·4 min read
shiv-o4.hashnode.devJavaScript Basics: Mastering Variables and Data Types (A Student's Guide)Hey fellow coders....! As we dive deeper into frontend development, we’ve landed squarely in the land of JavaScript. If HTML is the skeleton and CSS is the clothing, then JavaScript is the brain that 5d ago·4 min read
shiv-o4.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster Markup1. What is Emmet? Think of Emmet as shorthand for developers. Just like you might type "omw" instead of "on my way" in a text message, Emmet lets you type short abbreviations that automatically expand into full blocks of HTML code. 2. Why is it Usef...Feb 1·3 min read
shiv-o4.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionThink of selectors as ways to choose elements. Without them, your CSS is just a list of styles with nowhere to go. 1. Why CSS Selectors are Needed Imagine you are in a room full of people. If you shout "Hey, person!", everyone will look at you. If yo...Feb 1·3 min read
shiv-o4.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsHow a Browser Works: A Beginner-Friendly Guide 1. What a browser actually is Beyond just "opening websites," think of a browser as a translator and a performer. It takes complex code (HTML, CSS, and JavaScript) that looks like a foreign language to u...Feb 1·4 min read