DEV Community

tung.codes
tung.codes

Posted on

Learn new programming language in 2023

Hi everyone, I'm a new developer. I have been learning Python for a long time and I also have a job. But by 2023, I want to learn new programming languages such as Golang and Javascript. What languages should I learn?

Top comments (7)

Collapse
 
vulcanwm profile image
Medea

welcome to the community! it depends on what you want to create with the programming language.

Collapse
 
tung_codes profile image
tung.codes

I'm a web developer and I used to use Python for that.

Collapse
 
vulcanwm profile image
Medea

same! i want to continue my web dev journey so i'm learning next.js, learning a framework in node.js might be good for you if you want to continue doing web development

Thread Thread
 
tung_codes profile image
tung.codes

Oh, Does next.js has a large community and easy to get a job?

Thread Thread
 
vulcanwm profile image
Medea

next.js is used by a lot of people and by some of the world's largest companies. Check out its website here: nextjs.org/

Collapse
 
go4webdev profile image
Go4WebDev • Edited

Node is not a language. It is a Javascript framework sort of. Javascript is interpreted and Go is compiled. Go is more like C++.

Node is more of web development and Go is more of backend, but can be used in web development as well.

Collapse
 
tung_codes profile image
tung.codes

Oh, Thank you.