TVTanishq Vermaincodewithtanishq.hashnode.dev·12h ago · 4 min readHTML Forms: A Beginner's Guide to Creating Interactive FormsForms are how websites talk back to their visitors. Every time you log in, search for something, sign up for a newsletter, or check out with a shopping cart, you're using an HTML form. If you're new t00
KSKanishka Shashiinnodej.hashnode.dev·Aug 4 · 7 min readUnderstanding Node.js Architecture: A Deep DiveNode.js has become one of the most popular runtimes for building scalable network applications, powering everything from REST APIs to real-time chat apps and streaming services. But what makes it so g10
SMSatyajit Mishrainblogs.satyajitmishra.me·Jul 28 · 36 min read🚀 Spring Boot Learning Journey: From Beginner to Full-Stack Java Developer🚀 Spring Boot Journey #06: Building a Student Management REST API with Spring Boot, MySQL & Spring Data JPA Part of my Spring Boot learning journey, where I build real-world backend projects and sha00
SKShubham Kumar Singhinblog.realdev.club·Jul 16 · 15 min readHow I Deployed a Full-Stack Application on a DigitalOcean VM Using Nginx and PM2Introduction Until now, I had mostly run my full-stack applications locally using localhost. But this time, I wanted to understand what actually happens when we deploy an application to a real server 22S
BSBilal Shahinbilalshah.hashnode.dev·Jul 15 · 9 min readFrom MERN to Modern Full Stack: Everything That ChangedIs the MERN Stack Still Worth Learning in 2026? What Modern Full Stack Development Looks Like Today For a long time, MERN was one of the most popular ways to build full stack JavaScript applications. 00
ATAyush Tiwariinayushshandilya.hashnode.dev·Jul 11 · 2 min readDay2Today I have learned about creating my own custom library. I also get to know about working of react ,how it works under the hood. Firstly, I created a folder inside which I've created a HTML and a JS10
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
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 compone10