Tag:web-development
All the articles with the tag "web-development".
How HTML, CSS, and JavaScript Journey Through the Network and Get Rendered in the Browser
What actually happens between typing a URL and seeing a page. How HTML, CSS, and JavaScript travel over the network and get parsed, laid out, and painted by the browser.
Qwik - The Next Evolution in Frontend Frameworks
An introduction to Qwik and its resumability model. What it is, how it cuts time to interactive, and why it matters for large web applications.
Symbol Keyword in JavaScript
A guide to the Symbol primitive type in JavaScript - what makes Symbols unique, how to use them as object keys, the global symbol registry, and well-known symbols like Symbol.iterator.