guys anyone can suggest free kotlin spring boot tu...
# server
e
guys anyone can suggest free kotlin spring boot tutorial series
c
I'd go with a Java one and just write Kotlin
Also, I'd go with Ktor over SpringBoot, as I dont like annotation magic.
3
e
@Cies I have done backend with ktor but I want to learn kotlin spring boot
r
e
thank you
b
@Cies how about spring boot with kotlin DSL_s_ ? Seems like magic is still here but not with annotation anymore and easier to track down 😄
c
Which DSLs do you mean?
b
I think mainly of this one: https://docs.spring.io/spring-framework/reference/languages/kotlin/bean-definition-dsl.html Was thinking about Spring Fu too but this is not relevant as experimental (cf ☝️ page foot note)
c
Oh crap beans. Forgot all about them, and must say I've been happier since 🙂
b
What do you mean by crap beans? Sorry I've been away some time 😂
c
I hate the bean spec. Prefer more immutable things like Java records or Kotlin data classes.