Good evening all.
I trying to pivot to backend development with spring and Kotlin but I have not found resources online that are not outdated about spring using Kotlin. please can someone recommend courses, YouTube links or books to use for spring in Kotlin .
d
Daniel Pitts
02/08/2024, 8:38 PM
Spring doesn't change much just because you're using Kotlin, so while the documentation/tutorials may use Java, you can use the Kotlin syntax instead.
Daniel Pitts
02/08/2024, 8:39 PM
if you're new to both Kotlin and to Spring, I recommends learning basic Kotlin first (shouldn't take a long time), and then learn Spring second.
I use Kotlin for android development already I want to broaden my skillset
a
ashmelev
02/08/2024, 11:54 PM
Take a look here: https://spring.academy/
And yes, many of the examples will be in Java, but if you are using the IntelliJ IDE then you can simply copy/parse them and the IDE will convert them to Kotlin (not always perfectly, but it's quite good)
ashmelev
02/08/2024, 11:55 PM
Oh, and it will make your life easier if you focus on Spring Boot rather than stand-alone Spring. SpringBoot goes a very long way towards simpler deployment