blog.harshdotexe.meJavaScript Arrays 101What arrays are and why we need them To start simple, Arrays are group/collections of different type(in JS) of values stored in order. So why do we need them, simple because we deal with peta and zett3h ago·3 min read
blog.harshdotexe.meCSS Selectors 101: Targeting Elements with PrecisionWhy CSS Selectors Are Needed Imagine a webpage with hundreds of elements: Headings Paragraphs Buttons Images CSS needs a way to answer one simple question: “Which elements should I apply this style to?” That’s exactly what CSS selectors do. CSS...Jan 30·3 min read
blog.harshdotexe.meUnderstanding HTML Tags and ElementsYou may be beginner who want to learn something new or a professional who is just here to brush up his memories. Fear Not, in this I will be covering HTML Tags and Elements to get you on the full-stack bus in no time. What HTML is and Why we use it ...Jan 30·3 min read
blog.harshdotexe.meEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupEmmet is defined in the official docs as “a plugin for many popular text editors which greatly improves HTML & CSS workflow,” with the help of shorthand commands that save us time. For instance, if you type ! in your .html You can generate the basic ...Jan 30·2 min read
blog.harshdotexe.meHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsHave you ever wondered, “What happens after I type a URL and press Enter?” or What a browser actually is? Inside your browser, dozens of components wake up and start working together to turn text files into pixels on your screen. Let’s take a look. ...Jan 30·4 min read