DPDhawal Pandyaindhawalpandya01.hashnode.dev00Sixty Times a Second9h ago · 7 min read · You type a URL, press enter, and a page appears. A bunch of things happen in succession, and you see your kitty video, but between the moment the first byte of HTML arrives and the moment you see pixeJoin discussion
YPYash Panchalinnitroide.hashnode.dev00The Hidden Cost of Slow Feedback1d ago · 3 min read · There is a psychological threshold in software development that dictates whether you are in a state of deep focus or a state of persistent distraction. That threshold is roughly 400 milliseconds. If aJoin discussion
HHanisainstudent-access-tools.hashnode.dev00How I Built a Student Tablet Eligibility Checker with HTML and JavaScript3d ago · 10 min read · Students often need a reliable device for online classes, assignments, school portals, video calls, research, email, job applications, and family communication. But when someone searches for student tJoin discussion
UUUchechi Ucheinanalystyuchels.hashnode.dev00Why Everything in CSS is a Box4d ago · 14 min read · Have you ever set a width on an element, added some padding, and watched the whole thing become wider than it should be? You typed width: 300px, you were sure of it, and yet the element on screen was Join discussion
Ggarbagenoseingarbagenose.hashnode.dev00Creating a Website5d ago · 3 min read · Are you tired of being just another face in the vast sea of the internet? Want to stand out and showcase your unique personality and talents? Well, look no further, because today we're diving into theJoin discussion
FPFilip Peralovinperalov.hashnode.dev01Accessible Web Apps: A Div Is Not a ButtonJun 2 · 6 min read · Modern frontend frameworks give us structure to build complex, scalable web platforms. But if you look under the hood of many enterprise applications, you will find hundreds of clickable <div> elementSSara commented
YPYash Panchalinnitroide.hashnode.dev00The Distance Between an Idea and a PrototypeJun 1 · 4 min read · There is a specific, exhilarating feeling that every developer knows. It happens when you are scrolling through a design portfolio, reading an API documentation page, or simply taking a walk, and an iJoin discussion
YPYash Panchalinnitroide.hashnode.dev00A Decade of Browser Evolution, A Decade of Tooling StagnationMay 30 · 4 min read · If you want to understand the true pace of technological advancement, look at the web browser. Ten years ago, building a complex, highly interactive application within a browser window was a fragile eJoin discussion
SSSumit Sahainfreecodecamp.org00How Declarative Partial Updates Work in HTMLMay 29 · 28 min read · HTML has always supported streaming. The server doesn't need to build an entire page in memory before sending it to the browser. It can send the initial HTML first, then send more chunks as each chunkJoin discussion
YPYash Panchalinnitroide.hashnode.dev00Breaking the Cloud Dependency in Frontend ToolingMay 28 · 3 min read · When we set out to build a new online frontend IDE, the conventional wisdom was clear: spin up Docker containers in the cloud, pipe the editor interface through WebSockets, and process the compute remJoin discussion