JSJayesh Sojitrainjayesh-sojitra.hashnode.dev·3d ago · 4 min read Building Forms That Don't Make Users Hate YouForms get a disproportionate amount of user frustration for how "simple" they seem technically. The actual problem is rarely the validation rules themselves — it's when and how those rules get communi00
JSJayesh Sojitrainjayesh-sojitra.hashnode.dev·Sep 12 · 4 min read What I Actually Look for in a Frontend Code ReviewStyle issues are the easiest thing to comment on in a code review, and usually the least valuable — a linter should be catching those automatically, not a human reviewer's attention. Here's what I act00
VBVivek Biswasinzero2ds.hashnode.dev·Sep 11 · 4 min readDays 2-5: A Missed Morning, Gradebook Charts, and My First Real Fundamental Analysis ConceptsCatching up on four days at once here, since life did not exactly cooperate with the schedule this week. Day 2: When the plan meets real life Started strong: up at 5:30 AM, a proper workout, and a 4 k00
PAPiyush Agarwalinpiyushcodespythonhashnodedev.hashnode.dev·Jul 31 · 1 min readPython Challenge: Day 1 - Variables and My First Codename = input("enter your name: ") print("Hello " + name + ", welcome to Python World!") num1 = int(input("enter your first number: ")) num2 = int(input("enter your second number: ")) result = num1 + n11P
JJulianinjulianmoreno.hashnode.dev·Jul 23 · 2 min readBuilding My First C++ Grade Manager: Solving Real Student Problems 📊Hey everyone! 👋 As a computer science student, I'm always looking for ways to apply what I learn in class to real-world problems. I firmly believe that building tools you actually need is the best wa00
LGLalit Gujarinai-blog-hub.hashnode.dev·Jul 1 · 7 min readHow Claude Understands Your Questions?1. What is an LLM? LLM stands for Large Language Model. It's an AI system trained on massive amounts of text data to understand and generate human-like language. The problem LLMs solve: Before LLMs, c00
EAEshaan Agrawalineshaanaghashnodedev.hashnode.dev·Jun 29 · 6 min readHow I Found a Silent API Bug in a 3,548-Star MCP ServerThe API accepted your request. Returned HTTP 200. And then quietly did nothing. No error. No stack trace. Just an empty result where your Cypher query should have run. This is the story of how I found21O
SYSaurabh Yadavinthesaurcecode.hashnode.dev·Jun 27 · 4 min readProject and the Pendrive gotchasThe Story of Why Git & GitHub Changed Software Development Forever 🚀 Imagine a time before Git and GitHub existed. Back then, developers didn't have cloud repositories or version control systems. The00
JJubsindreaded-developer.hashnode.dev·Jun 24 · 8 min readSo You Can Write Code But Can't Design a System — We Need to Talk 🏗️💀Let me set the scene. It's a Monday morning. Sprint planning. The product manager slides over a new requirement: "We need real-time notifications for all users." Someone in the back confidently says: 00
SKSaswat Kumar Pandainrootsaswat.hashnode.dev·Jun 23 · 1 min readStep oneStarted The Linux Command Line by William Shotts today. My goal is to learn shell before going deeper into system work and eventually build my Linux distro— I'll share more about as I go. See you next00