Continued learning? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Continued learning?

I've completed the Java course and I've made a few Java projects on GitHub, but I'm not really sure on where to keep going from here. Should I learn about Java 8+ features? Is there more necessary foundational knowledge? Should I look at Spring Boot? What would some good next steps be?

1st Nov 2019, 1:07 PM
Oliver
Oliver - avatar
2 Answers
+ 2
It all depends in what direction you wanna go. Do you wanna write code for electronic devices? Do you wanna make Android apps? Do you wanna work with websites? What ever is your goal move in that direction.
1st Nov 2019, 1:17 PM
Inkosi
Inkosi - avatar
+ 2
Java 8 features, absolutely. Streams and lambda functions are too powerful to ignore. Spring boot is also a good direction, and you should get familiar with productivity / build tools like maven, gradle, junit...
1st Nov 2019, 7:57 PM
Tibor Santa
Tibor Santa - avatar