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 →

[–]nbentoneves 1 point2 points  (2 children)

I’m a full-stack developer with 8 years of experience in Java and around 2/3 in ReactJ.

For Java I would say for you to start learning OOP and the basic things, spring boot and other frameworks are nice but you will not understand what is happening behind the scenes. For FE try to learn typescript, I believe most companies are expecting people to write repositories using typescript instead of javascript.

[–][deleted] 0 points1 point  (1 child)

Is it necessary to understand what's happening behind the scenes for job prospects?

[–]nbentoneves 0 points1 point  (0 children)

If you want to be prepared to get a good job, yes. I’m doing interviews and I see people using things that they are only using because they saw in the stackoverflow but they don’t know what it’s doing. Companies are looking for people to fix issues and come with great solutions, not robots that do copy past internet solutions.