HDHarsh Dubeyindecoding-dev.hashnode.dev·2d ago · 15 min readFrom One Click to a Screen Full of Data: A Full-Stack Story for People Who Never Studied Computer ScienceRead this before your first line of code — not after. Why I'm writing this Hi I'm Harsh Dubey I am an ECE grad, not a CSE one. Nobody ever sat me down and explained what a computer actually does. So w11S
PBPiyush Baraskarinpiyush-codes.hashnode.dev·Aug 29 · 2 min readLUMEN - FULL STACK IMAGE ANALYTICAL TOOL Lemme share a half-baked project of mine LUMEN, which I am currently working on. LUMEN - Full Stack Image Data Analyzer (will share the link after completing) It's primarily a learning project, not a 00
RARuben Alvaradoinralvaracode.hashnode.dev·Aug 27 · 2 min readCode Is Open, Secrets Aren'tAnything you put in the frontend or expose through routes is visible to users and AI agents, while secrets like API keys and credentials must stay server‑side. In this article I propose organizing you00
MMM Mubbashir Idreesinmubbashirdevsite.hashnode.dev·Jul 12 · 1 min readWeb Development, Explained in Simple Terms. 💻If you're new to web development, here's an easy way to understand the core technologies: 🦴 HTML → The structure of your website. 🎨 CSS → The design and styling that makes it look good. ⚡ JavaScript10
KSKanishka Shashiinhtml-dev09.hashnode.dev·Jul 10 · 11 min readKafka Explained Like You're 5: Events, Partitions, and Consumer GroupsIntroduction How does a large application process millions of events every day? Imagine a food delivery app during dinner time. Thousands of customers are placing orders, restaurants are accepting the21C
KSKanishka Shashiinnodej.hashnode.dev·Jul 10 · 11 min readReact Hooks Masterclass: useState, useEffect, and Custom HooksIntroduction How does React remember information between renders? Imagine clicking a button that increases a counter. The component function runs again after every click, yet React somehow remembers t10
KSKanishka Shashiinhtml-dev09.hashnode.dev·Jul 10 · 12 min readHow React Works Internally: Virtual DOM, Reconciliation, and RenderingIntroduction What actually happens when we call setState? You click a button. setCount(count + 1); The number on the screen changes instantly. But what happens behind the scenes? Does React rebuild 10
MMM Mubbashir Idreesinmubbashirdevsite.hashnode.dev·Jul 7 · 1 min readThinking about becoming a web developer but not sure where to start?Here's a simple breakdown: 💙 Frontend → User Interface & Experience 💚 Backend → Server, APIs & Databases 💜 Full Stack → Everything Together There's no perfect path—only the one that fits your inter10
HKHarshavardhan Katkaminharshakatkam.dev·Jul 4 · 10 min readHTTP Just Got a New Method — Meet QUERYIf you've ever designed a search endpoint, filter API, or complex read operation — you've hit the wall every backend engineer eventually hits. GET can't safely carry a body. POST isn't safe, idempoten21S
FAFortune Alebiosuinfortunethedev.hashnode.dev·Jun 24 · 11 min readBuilding a Multi-Container Setup for the 2026 FIFA World CupThe long awaited 2026 World Cup is finally here, and with FIFA increasing the team count to 48 teams from the long-standing 32 team count, there are now even more games to analyze and keep track of. H00