SBShreyansh Buildsinthelastdeploy.hashnode.dev·1d ago · 5 min readWhat Actually Happens When You Type a URL?How a Network Packet Leaves Your Device Have you ever wondered what actually goes on behind the scenes when we type google.com and click search? Let's remove the whole internet for a moment. Forget ab00
NINehal Ingoleinlearnwithnehal.hashnode.dev·Sep 7 · 6 min readRendering Types in Next.jsWhen I started learning Next.js, one thing that confused me the most was the different rendering methods. Terms like SSR, CSR, SSG, ISR, and Partial Prerendering sounded complicated at first. After wo00
HTHideaki Takahashiinkoukyosyumei.hashnode.dev·Sep 3 · 6 min readh5i: a headless browser purely written in Rust. no Chromium, no V8What changes when a browser is designed for models instead of humans? Imagine fifty AI agents opening documentation pages at the same time. None of them needs a toolbar. None cares about smooth scroll00
GZGenglin Zhenginbulkpictools.hashnode.dev·Sep 2 · 7 min readHow to Convert a GIF into a Live Photo for iPhone Without an AppYou have an animated GIF you want to use as your iPhone lock screen wallpaper. The problem: iOS doesn't accept GIFs directly — it needs a Live Photo. This article explains the full conversion process 00
Zzerocloudpdfinzerocloudpdf.hashnode.dev·Aug 28 · 6 min readHow to Delete Pages From a PDF Inside Your Browser: A Technical Deep Dive into pdf-lib, pdf.js, and the PDF Page TreeMost online PDF tools handle page deletion by uploading your file to a remote server, running the operation there, and sending the result back. This works, but it means your document leaves your devic00
LDLakshay Dhoundiyalinlakshaydhoundiyal.hashnode.dev·Aug 26 · 10 min readBrowser-in-the-Browser Attack: How Fake Login Windows Steal Real PasswordsImagine you're browsing a website. You click “Sign in with Google.” A familiar login window appears. The logo looks right. The colors look right. The layout looks right. Even the little browser frame 20
VPVed Pandeyinvedpandeydev.hashnode.dev·Aug 20 · 25 min readModern Next.js: Routing, Layouts, Server Components, API Routes & Server ActionsEver wondered if a React app can have both its frontend and backend living in the same project, instead of two separate codebases? That's one of the amazing thing that NextJS offers, in this article w10
TKTushar Kumar Jaiswalinwebdevcohort2026.hashnode.dev·Aug 17 · 16 min readHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsWhat a browser actually is (beyond “it opens websites”) Analogy of browser~ Imagine the internet is a giant library where every book is written in a language computers understand. Think of a browser a00
LRLuna Roseinlunarose80.hashnode.dev·Aug 11 · 5 min readI Built an Image-to-PDF Converter That Never Uploads User FilesA simple file conversion problem made me rethink where web applications should process user data. When developers build a file conversion tool, the first solution is usually obvious: Send the file to 01L
LDLakshay Dhoundiyalinlakshaydhoundiyal.hashnode.dev·Aug 4 · 9 min readWhat Happens When You Click “Remove Account From This Browser”?Imagine you're using a friend's laptop. You log into your Google account, check your Gmail, open a few files in Drive, and browse the web. Everything works normally. Before leaving, you notice an opti30