AJAyush Jaininayushjjainn.hashnode.dev·22h ago · 9 min readMap & Set in JavaScriptLet me tell you about AML Sir, and if you have a professor even a little like him, you already feel my pain. AML Sir takes one of our labs, and he is, without any exaggeration, insanely strict. Formal00
KKKerry Kierinblog.theknowngood.com·2d ago · 11 min readStop Saying Vibe Coding Is EasyI spent the better part of the summer building a website with AI. I am not a developer. That was the whole point of the exercise. If you spend any time online you have seen the pitch. One click and yo10
ASAkanksha Sharmainakankshasharma.hashnode.dev·3d ago · 7 min readGit & GitHub Zero to Hero #1: What Is Git? A Beginner’s Guide 🚀If you've started learning development, you've probably seen commands like: git add . git commit -m "Initial commit" git push origin main And if you're a beginner, you might be thinking: “Okay… but w10
SFSimone Festaincertosinolab.hashnode.dev·4d ago · 10 min readBuild a Cross-Tab Drawing Canvas with JavaScript and BroadcastChannelWhat if two browser tabs could behave like parts of the same drawing surface? That was the idea behind a small experiment I recently built with the native JavaScript BroadcastChannel API. Draw a neon 10
AJAyush Jaininayushjjainn.hashnode.dev·5d ago · 13 min readThe Node.js Event Loop ExplainedIn my last Node post I told you about the chai tapri uncle, one person, twenty customers, and how he stayed calm by never standing still and waiting. That post was about the whole architecture. This o00
YPYogeshwar Peelainexploitnotes.hashnode.dev·5d ago · 4 min readBrunnerCTF : Git Gud Writeup (2026)Summary A Flask web app accepts a .tar upload of a "git repository" and runs git status and git log against it to display commit stats. Because the tar is extracted with no validation and real git com00
Ssyncfusioninsyncfusion-blogs.hashnode.dev·Aug 6 · 17 min readReal-Time Collaborative Editing in a React Block Editor Using YjsTL;DR: Learn how to add real-time collaboration to a React Block Editor using Yjs and WebSockets. This guide walks through building a shared editing experience with live document synchronization, user00
MAMuhammad Azlaan Zubairinblog.mdazlaanzubair.com·Aug 5 · 9 min readI Didn’t Rebuild My Portfolio to Look Better. I Rebuilt It to Be FoundA portfolio is often treated as a visual résumé: a polished landing page, a few project cards, and a contact link. I wanted mine to do more. This rebuild was about turning my portfolio into a durabl10
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
KSKanishka Shashiinjavasblog.hashnode.dev·Jul 31 · 5 min read10 TypeScript Tricks Every Developer Should Know (Explained Simply)TypeScript can feel intimidating at first — all those angle brackets and weird symbols. But once you learn a few tricks, it starts to feel like a superpower instead of a headache. Let's go through som10