web-dev-cohort-26.hashnode.devPromises in JavaScript : The Complete Story through "Khel JS ka" QuizIn a live “Async in JavaScript” class at ChaiCode Web Cohort, some new thing happened. That - Not just teaching, Not just coding. But real-world production level small small thing debugging underst5d ago·6 min read
web-dev-cohort-26.hashnode.devCSS Selectors 101: Targeting Elements with Precision❗Think of CSS How to apply CSS? How does CSS know which element to style? —> CSS Selectors Why CSS Selectors are needed? HTML can create structure or frame of whole webpage and style that website structure through CSS. Imagine HTML as a page full of ...Feb 1·4 min read
web-dev-cohort-26.hashnode.devUnderstanding HTML Tags and ElementsHTML —> The Skeleton of a Webpage Think of a webpage like a human body: HTML —> Skeleton (structure) CSS —> Clothes (style) JavaScript —> Brain/Muscles (behavior) Without HTML, a web page has no structure at all. HTML tells the browser - What...Feb 1·2 min read
web-dev-cohort-26.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWhat Emmet is (in very simple terms) Real-world problem - When writing HTML, you repeat the same tags again and again —> Slow & Boring <div></div> <div></div> <div></div> <div></div> Solution for that: Emmet is a shortcut language for HTML You wri...Feb 1·3 min read
web-dev-cohort-26.hashnode.devTCP Working: 3-Way Handshake & Reliable CommunicationWhy TCP is Needed (Start With a Problem) Imagine sending data on the internet without rules: Data may arrive broken Packets may get lost Messages may arrive out of order Receiver may not know who is sending The internet needs a reliable system...Feb 1·3 min read