LLinnxinlinnx.hashnode.dev·2d ago · 2 min readSchool Gossip Is A Distributed SystemI used to think distributed systems were complicated. Then I joined school Apparently all you have to do is say one sentence Just one Not a secret, not even a conspiracy Just... "Yeah, she talked with00
LLebCitinlebcit.hashnode.dev·6d ago · 2 min readBlog-Doc ReloadedIt's been almost two years since Blog-Doc received an update. I was away for a while and only recently came back. While looking through my open-source projects, I realized I had completely forgotten a00
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 the11C
Llilaindeveloper-advocate.hashnode.dev·Jul 10 · 4 min readWhy Sunil Sandhu Built Differ: A Blogging Platform for the AI EraTL;DR: Sunil Sandhu launched Differ in 2024 as an algorithm-free blogging platform. Readers browse and search content without engagement-driven feed manipulation. Built for an internet where humans an00
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 00
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 t00
KSKanishka Shashiinhtml-dev09.hashnode.dev·Jul 10 · 19 min readNext.js Explained: Why It Became the Default React FrameworkThe question that started it all If React is so popular, why was Next.js created? React solved a real problem: building complex, interactive user interfaces out of small, reusable, declarative compone00
KSKanishka Shashiinnodej.hashnode.dev·Jul 8 · 19 min readReact Fundamentals: Components, JSX, State, and Re-renderingThe question that started it all Why did developers create React when JavaScript already existed? JavaScript could already change a web page after it loaded — you could grab an element with document.g00
DCDavid Cletusindavidcloudjourney.hashnode.dev·Jul 8 · 9 min readFrom Zero to Auto-Scaling Hero: Deploying a VMSS on Azure 🚀📚 This is part of a series! I've already covered the foundational pieces in earlier posts: 🔗 https://davidcloudjourney.hashnode.dev/inside-azure-networking-how-i-created-a-virtual-network-with-custo00
OBOliver Bloominoliver-bloom-musings.hashnode.dev·Jul 8 · 7 min readHow to Start Writing Technical Articles: A Guide for DevelopersQuick Answer If you're wondering how to start writing technical articles, the best approach is to write about problems you've personally solved, choose a platform with an established technical audienc00