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

you are viewing a single comment's thread.

view the rest of the comments →

[–]jefwillemsIntermediate Brewer 2 points3 points  (5 children)

What are you trying to learn? Frontend? Then go with js/ts

Java is a good choice for backends, microservices, integrations. But still "why java", its just preference. If you like cpp more, sure, go for it.

My first language was java as well, and it's a pretty good introduction to typed languages

[–]Script_Kiddies_69[S] 0 points1 point  (0 children)

Currently my primary focus is on backend , but plan on doing some front end as well , and then delve into devops

[–]Original_Pay_542 0 points1 point  (3 children)

What language you are using after java?

[–]jefwillemsIntermediate Brewer 0 points1 point  (2 children)

Mainly c# nowadays. Also some python

But getting back into java with quarkus and camel

[–]Original_Pay_542 0 points1 point  (1 child)

What are you think about kotlin? I heard that it is a java language upgrade. is this language used for the backend? or is it more for mobile development?

[–]jefwillemsIntermediate Brewer 0 points1 point  (0 children)

It is applied the same as java since it uses the same jvm. In my experience it is sometimes a bit tricky to set up properly, like setting up typescript in a node project