mahi-07.hashnode.devArray Methods You Must Know (JavaScript)JavaScript arrays are a core part of frontend development. Whether you are working with API responses, managing UI state, or building dynamic features, array methods help you write cleaner and more ef7h ago·5 min read
mahi-07.hashnode.devLearn Emmet for HTML: Speed Up Your Markup with This Beginner’s GuideIf you are a web developer, you must know about Emmet. Like what is emmet why we use it and also how it helps us. What is Emmet? Emmet is a free, open source toolkit for text editors that dramatically speed up HTML and CSS code by using short term, ...Jan 28·4 min read
mahi-07.hashnode.devUnderstanding CSS Selectors: Accurately Targeting HTML ElementsWhen learning CSS, one of the first and most important concepts you will encounter is CSS selectors. Selectors are the mechanism that allows CSS to identify and target specific HTML elements so that styles can be applied to them. Without selectors, C...Jan 27·4 min read
mahi-07.hashnode.devWhat is HTML and Why Do We Use It?HTML stands for HyperText Markup Language. It is the standard language used to create webpages. Every website you see on the internet—whether it is Google, YouTube, or a simple blog—uses HTML at its core. HTML is responsible for giving a webpage its ...Jan 27·4 min read
mahi-07.hashnode.devHow a Browser Works: A Beginner Friendly Guide of Browser InternalsLet’s imagine a scenario, you open your laptop or any of your device and type name of any website. Let’s take you type google.com into the addreess bar, then press enter. The page appear almost instantly. But wait for a second! Do you have a simple q...Jan 27·9 min read