webdevjourney22.hashnode.devUnderstanding promises and it's methods with Job HuntingI get it, understanding promises is hard, you think you understand it but then you realise, nah, I don't get it. What about job hunting? That's tough too right, so we'll mix both today, I'll help you 5d ago·7 min read
webdevjourney22.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsHave you ever wondered what happens after you enter an URL into your browser and hit enter. There’s actually a lot that happens, on so many levels. That request that you just created by hitting enter means “Hey I’m looking for the website for this do...Jan 30·6 min read
webdevjourney22.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupIf you’re new to HTML, you’ve probably felt this pain 👇 You want to write a simple layout, but you end up typing the same tags again and again Now imagine doing this dozens of times a day. This is where Emmet comes in. Emmet helps you write HTML muc...Jan 30·3 min read
webdevjourney22.hashnode.devCSS Selectors 101: Targeting Elements with Precision 🎯CSS seems obvious at first, we quickly start adding colors, playing with fonts, spacing, border and what not. But a very important fundamental thing gets missed here. The selectors. If you’re learning CSS, there’s one question you should ask as early...Jan 30·5 min read
webdevjourney22.hashnode.devUnderstanding HTML Tags and Elements (Beginner Friendly Guide)When you open a website, you see text, images, buttons, links, and layouts.Behind all of that is HTML — the foundation of every webpage. Think of HTML as the skeleton of a webpage.Just like a skeleton gives structure to the human body, HTML gives str...Jan 30·4 min read