Codersee
Kotlin on the backend
Codersee
Kotlin on the backend
In this practical tutorial, I will show you how to expose web endpoints using Spring Boot 3 and Kotlin router DSL (functional style).
In this, revisited article I will show you everything you need to know when working with Spring WebClient and Kotlin coroutines.
In this practical guide, I will show you how to create a reactive REST API using Spring, Kotlin, coroutines, and Kotlin Flows.
This time, I would like to show you how to solve a pretty common issue when mapping Postgres jsonb to Jackson JsonNode in Spring Data JPA.
In this, the third article about Flyway on my blog, we will see how to add Flyway to an existing Spring Boot project.
In this, step-by-step article, I will show you how to create a Spring Boot console app with Kotlin from scratch.
In this blog post, I would like to show you how to handle 3XX status codes properly and follow redirects with Spring WebClient.
In this step-by-step guide, I will show you how to create a Kafka Producer and Consumer with Spring Boot and Kotlin.
In this article, we will take a look at the Jackson @JsonView annotation and how can we use it when working with Spring Boot and Kotlin.