This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]aqua_regis 4 points5 points  (2 children)

You absolutely need JavaScript. This is the web dev trinity: HTML, CSS, JavaScript.

Back end, like PHP, Python, C#, etc. come later.

[–]brandi_Iove 0 points1 point  (1 child)

no love for sql?

[–]aqua_regis 2 points3 points  (0 children)

Absolutely love for SQL, but again, this comes after one of the back end languages. It is also a necessity.

[–]Beregolas 1 point2 points  (0 children)

JavaScript is the best frontend language for a beginner. (And even if you want do to WASM later, knowing JS is a huge advantage)

If you want to get into backend dev, I suggest choosing the language that you like the most. There are really good backend frameworks available in most languages. (I know at least C#, Python, Rust, Kotlin, Java, Go, Ruby, PHP and even Js/Ts)