UUUchechi Ucheinanalystyuchels.hashnode.dev00File Paths & Directory Structure E3h ago · 21 min read · When I first started learning to code, I kept running into the same wall. I'd follow a tutorial, type a command into the terminal, and get slapped with something like: Error: Cannot find module './utiJoin discussion
JDJyoti Dwivediinjs-learn-fun.hashnode.dev00Synchronous vs Asynchronous JavaScript3d ago · 4 min read · The Coffee Shop Revelation Picture a coffee shop with one barista. Two ways to handle orders: Synchronous (Blocking): Customer 1 orders → Barista makes coffee → Hands it over Customer 2 orders → BarJoin discussion
JDJyoti Dwivediinjs-learn-fun.hashnode.dev00Spread vs Rest Operators in JavaScript4d ago · 13 min read · The Pizza Party Paradox 🍕 Last Friday, my team ordered pizza for a hackathon. We had a problem: The Situation: 5 different pizza boxes 1 giant serving table Everyone wanted to grab slices from allJoin discussion
JDJyoti Dwivediinjs-learn-fun.hashnode.dev00String Polyfills and Common Interview Methods in JavaScriptApr 17 · 12 min read · The Broken Library Moment 📚 It was a cold Tuesday morning when I joined my first real dev job. The senior engineer handed me a task: "Make our app work on Internet Explorer 11." I laughed. "IE11? WhoJoin discussion
JDJyoti Dwivediinjs-learn-fun.hashnode.dev00The new Keyword in JavaScriptApr 13 · 10 min read · The Cookie Cutter Moment 🍪 Last Diwali, my little cousin asked me to help make cookies. She handed me a star-shaped cookie cutter and said, "Make a hundred of these." I pressed the cutter into the doJoin discussion
JDJyoti Dwivediinjs-learn-fun.hashnode.dev00Callbacks in JavaScript: Why They ExistApr 13 · 10 min read · The Coffee Shop Revelation ☕ Last semester, I worked part-time at a campus coffee shop. One day, my manager gave me a task: "Make a latte. When you're done, call out the customer's name so they can piJoin discussion
JDJyoti Dwivediinjs-learn-fun.hashnode.dev00Template Literals in JavaScriptApr 13 · 11 min read · The Birthday Card Disaster Last year, I volunteered to code a birthday email generator for my university's student club. Simple enough, right? Send personalized emails to 500 students with their namesJoin discussion
Ddevpromptsindevprompts.hashnode.dev1010 Claude Prompts for Faster Code Reviews (With Examples)Apr 12 · 17 min read · Code reviews are not the hard part of shipping. They are the slow part. Not because the feedback is difficult to give — because most of it is mechanical. Pointing out that a variable name is ambiguousJoin discussion
RMRupsa Mondalinru-dev.hashnode.dev00OOP in Java Part 2Apr 1 · 6 min read · In Part 1, we explored the fundamentals of Object-Oriented Programming (OOP) in Java — including classes, objects and inheritance. Here we will learn about encapsulation, polymorphism, abstract class Join discussion
SShayintoddlerstech.hashnode.dev00Synchronous vs Asynchronous JsMar 26 · 2 min read · what is synchronous code ? JavaScript is fundamentally a synchronous, single-threaded language that executes code line-by-line in a sequential order, where each instruction must complete before the Join discussion