As a noob who started learning Kotlin about a month ago (with almost no experience with Java, just skimmed through the Oracle’s Java 8 documentation before jumping into Kotlin) and just started with Spring framework, I want to ask for advice about how I should learn further. I followed the tutorial
https://spring.io/guides/tutorials/spring-boot-kotlin/, but of course this just was merely getting a taste of it.
Can anyone give some advice how I should further learn about the Spring framework efficiently?
Some questions that I had in mind:
1. Is it better to go through
Spring Framework’s documentation before going through
Spring Boot’s documentation?
2. Is it better to start with simpler frameworks, such as Spring MVC, before jumping into Spring WebFlux?