binarythoughts.hashnode.devJavaScript Promises and their MethodsLet us understand what are promises in JavaScript! PROMISES in JavaScript are values that might be available now, in future or never. It is used to handle asynchronous operations Aasan bhasha mai is5d ago·4 min read
binarythoughts.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionCSS (Cascading Style Sheets) is used to make our webpages look beautiful and attractive. It allows us to add colors, different fonts, cards, buttons, and many other design elements that make a webpage more interactive and visually appealing. But have...Feb 1·4 min read
binarythoughts.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupBeing a web developer, we all know that writing code can sometimes feel a little tedious. And when it comes to HTML, it can feel even more repetitive. Typing the same tags again and again…adding classes, IDs, attributes…opening tag, closing tag… repe...Feb 1·4 min read
binarythoughts.hashnode.devUnderstanding HTML Tags and ElementsWhen we open any website for example, chaicode.com we see a lot of content neatly arranged on the screen. Headings appear bigger, paragraphs are organised properly, images sit in the right places, and links are clickable. Everything looks structured ...Jan 31·5 min read
binarythoughts.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsHave you ever wondered what really happens when you type a URL into your browser and press Enter? Within seconds, a complete website appears on your screen text, images, buttons, animations everything in place. Isn’t it fascinating how the browser kn...Jan 31·5 min read