js-tutorials.hashnode.devUnderstanding Variables and Data Types in JavaScriptVariable :- Understand with example, suppose you want take tea, milk . so you need a cup or glass right , similarly in computer we have data in form of binary number(0/1) and store at the memory . and9h ago·4 min read
rayvishal.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsEver you think what happen when we type url in the browser and press enter ← , most people think when i type google.com and websites open and webpage show but the behind the schene our browser done most operation in miliseconds like Resolves DNS Op...Feb 15·2 min read
rayvishal.hashnode.devDNS Record Types ExplainedBefore moving into the DNS Record i would like you ask something How does a browser know where a website lives? suppose when we type google.com how does our browser know - Which server to contact? Where emails should go? Whether the domain is veri...Feb 15·2 min read
rayvishal.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionWe write the HTML for the structure of webpage and apply the css for the syyling the webpage so for apply the css on the html element first we need to select those html element ,there were selector comes in. CSS Selector - CSS selector is used to tar...Feb 15·3 min read
rayvishal.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupSuppose want the code of HTML without any emmet feel boring and very slow <html> <head> </head> <body> <h1> Headinbg Tag </h1> <p> This is paragraph </p> </body> </html> So what we did we write every tag line by line and one by one like o...Feb 15·2 min read