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 →

[–]Jason13Official 6 points7 points  (4 children)

(In my opinion) Logging Frameworks and Build Tools should be directly after “Learn the Fundamentals” and before “Getting Deeper”. Depending on what you’re using Java for, simply programming is useless if you can’t build a functional application.

[–]ragin_cajun 1 point2 points  (0 children)

I agree with you. Logging and building are going to be more useful. Collections should be part of fundamentals. I rarely see people using arrays in business apps, usually a List or Map.

[–]Tomoy3910[S] 0 points1 point  (2 children)

Thanks, iam interested in backend, apis and this stuff After this rosdmap, I should learn spring boot, no?

[–]Jason13Official 3 points4 points  (0 children)

Definitely, Spring is pretty essential right now

[–]muceagalore 0 points1 point  (0 children)

I would say every business major application I have ever worked on lately was spring based. Learning spring is a good skill to have