Hey everyone! I'm based outside the U.S. and just graduated from college, eager to dive into programming with the goal of eventually creating a SaaS product. I've chosen not to pursue a traditional 9-5 job for now. I started learning C++ after following advice from someone who said low-level languages are great for beginners. I've been at it for about 4 months, learning the basics like syntax, variables, functions, loops, and even dabbled in OOP. Looking ahead, I'm keen on learning data structures and algorithms. My dilemma is whether I should continue with C++ or make the switch to JavaScript, especially since I'm interested in web development for my SaaS goals. I'm in no particular rush, but I want to focus on skills that will be beneficial in the long run. Any thoughts?
1 Answer
If your aim is to create a SaaS product soon, transitioning to JavaScript would definitely be more beneficial. It’s considered easier for web development, allowing for quicker results. C++ is more suited for system-level programming, which might not align with your SaaS ambitions. However, it is still worth understanding some basics about algorithms even if you switch over to JavaScript.
Will this affect my long-term skills? I hear a lot about needing to learn fundamentals first. Can I cover those in JavaScript?