Should I stick with C++ or switch to JavaScript for building a SaaS product?

0
1
Asked By CuriousCoder47 On

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

Answered By TechSavvy123 On

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.

QuickQuestion22 -

Will this affect my long-term skills? I hear a lot about needing to learn fundamentals first. Can I cover those in JavaScript?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.