SCS Choudharyinsam1593.hashnode.dev·4d ago · 6 min readWhat Does It Mean to Become a Software Engineer When AI Is Changing Everything?A few years ago, becoming a software engineer seemed relatively straightforward. Learn a programming language. Learn data structures and algorithms. Build projects. Get an internship. Get a job. Keep 00
SCS Choudharyinsam1593.hashnode.dev·Aug 31 · 4 min readHow to Approach a Coding Problem Before Writing CodeIntroduction One of the biggest mistakes beginners make while solving programming problems is opening the editor and immediately starting to write code. I've done this too. I would read a problem, und00
SCS Choudharyinsam1593.hashnode.dev·Aug 16 · 3 min readArrays in C++ and JavaScript: What Changes and What Stays the Same?Introduction Arrays are one of the first data structures most developers encounter. They look simple: a collection of values stored together. But when you start using arrays in different programming l00
SCS Choudharyinsam1593.hashnode.dev·Aug 9 · 3 min readThe Beginner’s Trap: Learning More Instead of Understanding BetterWhen you're learning to code, it's very easy to measure progress by the number of topics you've completed. JavaScript today. CSS tomorrow. DSA after that. Then maybe React, Git, databases, and eventua00
SCS Choudharyinsam1593.hashnode.dev·Aug 2 · 2 min readRevision Is Where Learning Actually HappensWhen I first started solving coding problems, I thought progress only came from learning new concepts. The excitement was always in moving to the next topic, solving new questions, and checking anothe00