CCChaitanya Chandurkarincchandurkar.hashnode.dev·1d ago · 7 min readBuilding JSON Semantic Diff: Comparing JSON by Meaning, Not Just PositionI ran into this while comparing real-world payloads where the data was essentially the same, but the order of records had changed. A background process might sort an array differently, an API might re00
AJAyush Jaininayushjjainn.hashnode.dev·4d ago · 24 min readCreating Routes and Handling Requests with ExpressA few months back I took my first ever flight, Jaipur to Bangalore, to attend an event I was genuinely excited about. Chalo, finally ab jaana hai, maza aayega, that was the whole mood. Here is what st10
AJAyush Jaininayushjjainn.hashnode.dev·4d ago · 15 min readWhat is Middleware in Express and How It WorksMy JEE Advanced exam, basically India's toughest engineering entrance, was the next day, and since the center was in another city, we were staying at a relative's house. Pretty relatable, na, half of 00
AJAyush Jaininayushjjainn.hashnode.dev·4d ago · 12 min readStoring Uploaded Files and Serving Them in ExpressMy Mac has 256 GB of storage, and honestly that is very, very less. Windows laptops usually ship with a 1 TB drive out of the box, that is the one perk Windows folks genuinely have. But bas, that one,00
AJAyush Jaininayushjjainn.hashnode.dev·4d ago · 12 min readHandling File Uploads in Express with MulterThe first time I left for college, first year, first sem, all alone, I took the train. And yaar, the luggage. Mumma had packed basically half the kitchen, besan ke ladoo, makhana roasted in ghee, bada00
PKPRINCE KUMARinprincekumar-engineer.hashnode.dev·Aug 25 · 17 min readNext.js Explained: Why It Became the Default React FrameworkIf React is so popular, why was Next.js created? React changed how developers build user interfaces by making component based development simple and reusable. But as React applications grew, develope00
MKMudassir Khaninmudassirworks.hashnode.dev·Aug 11 · 13 min readNext.js Security Hardening: Middleware, Server Actions, and CSP Patterns That Hold UpIf you searched nextjs security after skimming an advisory and wondering whether your own app is exposed, this guide gives you the four places that actually break and the code that closes them. You wi11R
Mmehdiinmodern-web-dev.hashnode.dev·Aug 9 · 12 min readThe Cleanest Angular Architecture You Aren't Using YetBuilding enterprise Angular applications often starts with the same pattern: fetching raw data objects from a REST API and storing them directly in application state. However, as applications grow, tr00
Kkomaljawliyainkomaltechjournal.hashnode.dev·Aug 8 · 6 min readJavaScript Scared Me More Than HTML & CSSWhen I started learning web development, HTML felt simple. Then came CSS. It was a little confusing at first, but once I understood selectors, properties, Flexbox, and basic layouts, I started feeling00
Bbriggsinkudzujs.hashnode.dev·Aug 6 · 2 min readKudzu: Compiling React-shaped TSX to Static HTML Without HydrationReact-shaped TSX is a familiar way to describe user interfaces, but deploying it usually involves shipping a JavaScript runtime, hydration, or a client-side component tree. I have been experimenting w00