abhijeethkv17.hashnode.devA Comprehensive Guide to JavaScript Promises and Promise methods: From Confusion to ClarityHello everyone! If you have been diving into JavaScript for the very first time then it is very common for you to feel stuck or intimidated when you first hear or learn about "Asynchronous JavaScript"5d ago·7 min read
abhijeethkv17.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWe have all been there. You start a new web project, open your code editor, and then it happens. You have to type out <html>, then <head>, then <body>, then a <div>, then another <div>. Before you even get to the "cool" part of your website, your fin...Jan 29·5 min read
abhijeethkv17.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionWelcome to the world of CSS! If you have been playing around with HTML, you know it is great for putting content on a page. You have your paragraphs, headings, and images. But let’s be honest. Without styling, an HTML page looks pretty boring. It’s j...Jan 29·6 min read
abhijeethkv17.hashnode.devUnderstanding HTML Tags and ElementsWhat HTML is and why we use it? If you consider a website to be a house, then HTML is the wall bricks and the foundation of the house. HTML or HyperText Markup Language is not a Programming Language meaning it does not handle any logic such as “if-el...Jan 28·7 min read
abhijeethkv17.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsHave you ever wondered what actually happens when you type a website address like google.com into your address bar and press Enter? In the blink of an eye, a blank white screen transforms into a fully interactive webpage with images, text, and button...Jan 27·6 min read