Codersee
Kotlin on the backend
Codersee
Kotlin on the backend
In this blog post, I will explain Kotlin's groupBy() and partition() functions along with a few possible use-cases.
In this post, I would like to walk you through the differences between @ControllerAdvice and @RestControllerAdvice.
In this step by step tutorial I will show you how to implement a simple REST API with Ktor, Ktorm and PostgreSQL.
In this article, we'll learn what exactly @RestControllerAdvice and @ExceptionHandler are, and how to use them in a Spring Boot REST API.
In this article I will teach you what exactly SOLID principles are with Kotlin examples to get an even better understanding of the topic.
In this guide, I will teach you how to generate and secure a PDF in a Spring Boot REST API with Apache PDFBox and Kotlin.
This time, we will focus on differences between just(), defer(), fromSupplier() and create() methods in exceptions and null handling.
If you have ever been wondering what is Kotlin, or why is it worth spending your time learning it, then check out my latest video.
After reading this first article in a series, you will have a decent understanding of four ways of creating Monos in Project Reactor.