October 2019
Intermediate to advanced
434 pages
11h 54m
English
How, and where, can we use Kotlin to develop backend services? To answer this, we could examine where can we use Java to write backend services. Java has long since been a popular choice for building backend applications, and because Kotlin targets the same JVM, we can deploy Kotlin services using similar frameworks and deployment methods.
Perhaps most popular is Spring, which has long been a go-to choice for Java developers when building enterprise applications. Today, this also includes Spring Boot and Spring Cloud, which aim to make it even easier to build individual services, or even an entire microservices architecture. When building with Spring, we can take advantage of Kotlin's popular ...
Read now
Unlock full access