Codersee
Kotlin on the backend
Codersee
Kotlin on the backend

In this step-by-step article, I will teach you how to set up multiple Kafka Brokers using Docker Compose, aka multi-node cluster.

In this step by step guide, I will show you how to set up Apache Kafka with Docker Compose from scratch and test it with a command line.
In this short video tutorial, I will show you how to install IntelliJ IDEA on Windows and set up it for Kotlin development.
This time, I would like to show you 16 IntelliJ Shortcuts that, when incorporated into your work, will definitely speed up your development.

In this article, I will show you how to implement an equivalent of a while loop in Project Reactor using the expand() method.

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.

This time, I would like to show you a @JsonProperty vs @JsonAlias Jackson annotation comparison and a few things worth remembering.

In this course, I will show you how to create a REST API using Spring WebFlux, PostgreSQL, and Kotlin and containerize it with Docker.

In this step-by-step guide, we will see how to deploy an example Spring Boot application to AWS App Runner and connect to Amazon RDS.

In this article I will show you how to configure Flyway migrations when working with Spring WebFlux and Spring Data R2DBC.