nm-javascript.hashnode.devControl Flow in JavaScript: If, Else, and Switch ExplainedIn our daily life we take lot of decision like if I'm in third i have to do the internship or any course like chaiorcode for the real world experience so in this situation you take the decision simila3d ago·5 min read
nm-blogs.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionWhen you write CSS, you’re not just writing styles you’re deciding where those styles should apply.That’s exactly where CSS selectors come in. Selectors are the foundation of CSS. If you don’t understand selectors, CSS will always feel confusing and ...Feb 1·4 min read
nm-blogs.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupIf you’re new to HTML, you probably spend a lot of time typing the same tags again and again. Imagine writing this manually <div class="card"> <h1>Title</h1> <p>Description</p> </div> Now imagine doing this 10 times. This is where Emmet becomes ...Feb 1·3 min read
nm-blogs.hashnode.devUnderstanding HTML Tags and ElementsIn this era of AI everyone is lacking in understanding of basic everyone is doing lot of things with AI without even understanding them. But if you do not understand the basic like HTML, CSS and JS in web development which is the core of every framew...Feb 1·5 min read
nm-blogs.hashnode.devHow a Browser WorksAs a coder many of them knows the website development but the browser where all the website displays is still Black Box for them, they don’t know how our browser works behind the sense. Browser handles many complex processes like Networking, Parsing ...Jan 31·4 min read