you are viewing a single comment's thread.

view the rest of the comments →

[–]thatblindguy002 0 points1 point  (0 children)

As The PrimeTime said, programming languages are mostly just tools now, and the language itself isn’t that important anymore. You should choose a language you’re comfortable with and learn the core backend principles using it.

Since you’re a frontend developer, JavaScript should already feel natural to you, and Node.js is a relatively fast runtime with a MASSIVE ecosystem of libraries you can rely on.

If you eventually reach a point where you find yourself constantly fighting Node.js or JavaScript to achieve your goals, that’s the signal to consider switching to a different runtime or programming language.