aronamic.hashnode.devArray Methods You Must Know In JavaScriptIn this article we'll explore all must know array methods with easy explanations along with good examples. Before jumping on array methods lets clarify the understanding of array. What is Array? Array12h agoยท4 min read
aronamic.hashnode.devEmmet for HTML: A Beginnerโs Guide to Writing Faster MarkupWriting HTML the slow way (weโve all been there) When youโre new to HTML, writing even a small structure can feelโฆ tiring. You want a simple layout: a div inside it a heading then a paragraph maybe a list So you start typing: <div> <h1></h1> ...Jan 30ยท4 min read
aronamic.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionWhat is CSS and Why Do We Even Need It? Letโs imagine a simple webpage without CSS. It has text.It has links.It technically works. But it looksโฆ boring. All text looks the same.No spacing.No colors.No personality. Thatโs because HTML only describes s...Jan 30ยท4 min read
aronamic.hashnode.devUnderstanding HTML Tags and ElementsWhen we open a website, the first thing we notice is the design โ colours, layout, animations.But none of that comes first. Before a website can look beautiful or interactive, it needs a structure.Something that holds everything together.Something th...Jan 29ยท4 min read
aronamic.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsWhat Happens After I Type a URL and Press Enter? Letโs start with a question we almost never pause to think about: What actually happens after I type a URL and press Enter? It feels instant.The page appears.We move on. But inside the browser, a sur...Jan 27ยท5 min read