Hey everyone! I'm diving into Spring Boot but I'm struggling to find a decent YouTube playlist or course that really helps beginners like me. For those of you who have tackled Spring Boot, what resources did you find helpful? Any specific playlists or Udemy courses you'd recommend?
4 Answers
I'm usually not a big fan of video lessons, but this one is pretty solid: [Watch here](https://www.youtube.com/watch?v=Nv2DERaMx-4). It breaks things down nicely for beginners.
You should definitely check out the official Spring Boot documentation. It's really comprehensive and a great starting point: https://docs.spring.io/spring-boot/documentation.html.
If you're looking for specific sites, here are a few that might help:
- Spring Framework Docs: https://docs.spring.io/spring-framework/reference/index.html
- Baeldung's Spring Tutorial: https://www.baeldung.com/spring-tutorial
- Baeldung's Spring Boot Guide: https://www.baeldung.com/spring-boot
- Spring Boot Roadmap: https://roadmap.sh/spring-boot
These resources cover a lot!
Spring is a vast framework with lots of updates, and different companies use it in various ways. It's not just about learning from videos; you might want to try building something cool with it instead. That hands-on experience helps a lot!
That's a good point! I guess practicing with actual projects would really solidify my understanding.
Thanks for these links! I'll check them out for sure.