DEV Community

Discussion on: Java Spring Boot: Is there a specific learning path?

Collapse
 
riyanagueco profile image
Riri

I've been there before. I had a hard time looking for proper tutorials as well (spoiler: still haven't found one), but what helped me the most is following guides from the official Spring website and then Googling what else I need from there on out. Baeldung is pretty helpful for mini-tutorials on how to do this or that in Spring Boot.

I have to mention though that I was technically learning while developing what would be the final product (a web application). Since I didn't know what sort of tutorials I should be looking for from Baeldung, I had to just start developing and then go from there.

Collapse
 
chincholikarsalil profile image
Salil Chincholikar

Hey! Yes, I am checking out the guides.
I too think that I should start developing something rather than finding a hands-on alternative.
Thanks!