I’d like to counter and tell beginners learn the fundamentals of computer science and data structure and algorithms before jumping into any programming languages.

The fundamentals are essential to be able to proceed.
Reposted from Ansh
Here are some tips I would give beginners learning to code in 2024:

1. Start with the basics of JavaScript/Python as that’s usually the most approachable.
2. Build something small like a small game like hangman or anything can be played in the console/terminal.
3. Slowly build more complex projects

Comments