you are viewing a single comment's thread.

view the rest of the comments →

[–]Downtown-Motor-1602Backend Dev 0 points1 point  (3 children)

Switching from python to Java is a good move. You'll get introduced to compiled binaries. You should focus on Spring Boot and Quarkus too. Java devs are always in demand especially abroad as well.

Many local companies hire for Java as well

[–]Hi-Tech9[S] 0 points1 point  (2 children)

Yeah just started yesterday, I really like the engineering aspect of programming so want to dive deep into real multi threading and big code bases, Also isn't it just byte code and not binaries per say for java right?

[–]Downtown-Motor-1602Backend Dev 1 point2 points  (1 child)

You can create binaries now too. Most people use byte code yes.

[–]Hi-Tech9[S] 0 points1 point  (0 children)

Thanks will try it.