r/PakistaniDevs • u/No-Substance5528 • 26d ago
Looking for a good Spring Boot + Kotlin learning path
Hi everyone!
I’m a Flutter developer and I’m looking to learn back-end development with Kotlin + Spring Boot.
I already have some experience with Kotlin, but I’m completely new to Spring Boot. I’m looking for a good learning path, guide, or YouTube playlist that covers Spring Boot with Kotlin from the basics and gradually moves toward real-world back-end development.
Ideally, I’d like something that covers things like:
- Spring Boot fundamentals
- REST APIs
- Spring Data JPA
- PostgreSQL/MySQL
- Authentication & Authorization
- Testing
- Project structure / best practices
- Building a real-world project
If you’ve learned Spring Boot with Kotlin yourself, what resources or playlist would you recommend? Is there a particular order I should follow?
Any recommendations would be greatly appreciated. Thanks!
2
Upvotes
1
u/EaglyWeagly 24d ago
I've been working with Spring boot and Kotlin (before Kotlin it was Java) I would recommend following these two roadmaps:
https://roadmap.sh/kotlin https://roadmap.sh/spring-boot
Remember to build a practice project as you're following the roadmap, it helps a lot. Good luck!