RRRavi Ranjan Sharmaincodebysnorlax.hashnode.dev·May 20 · 4 min readHow I Went From No Computer to Full-Stack Developer: A Self-Taught RoadmapWhen I graduated from high school, I faced a glaring problem: I wanted to explore the tech world, but I didn’t even own a computer. I had absolutely no working knowledge of how software was built. A f00
RRRavi Ranjan Sharmaincodebysnorlax.hashnode.dev·Apr 29 · 8 min readRebuilding JavaScript String Methods from ScratchI will never forget the sudden, cold sweat of my first real whiteboard interview. I had been studying for weeks. I knew React. I knew how to fetch data. I felt invincible. The interviewer, a quiet sen00
RRRavi Ranjan Sharmaincodebysnorlax.hashnode.dev·Apr 24 · 6 min readThe new Keyword in JavaScriptI vividly remember the day I got tired of copy-pasting. I was building a simple browser game, and I needed to create enemies. So, I wrote out an object. const goblin1 = { name: "Brog", health: 10000
RRRavi Ranjan Sharmaincodebysnorlax.hashnode.dev·Apr 24 · 5 min readThe "Sealed Envelope" Concept: Finally Understanding JavaScript CallbacksI need you to forget everything you know about functions for just a minute. If you’re learning JavaScript, you’ve probably hit the timing wall. You write a line of code to fetch user data from a serve00
RRRavi Ranjan Sharmaincodebysnorlax.hashnode.dev·Apr 22 · 17 min readLinux as a Confession: What the File System Tells YouClick me for best experience Most people use Linux. Fewer people read Linux. The file system isn't just a place to store files — it's a live, annotated record of how the operating system thinks: how i10