Codersee
Kotlin on the backend
Codersee
Kotlin on the backend
In this article, I will walk you step by step through the process of creating a simple REST API using Micronaut with MongoDB and Kotlin.
After finishing this tutorial, you will be able to create a simple Spring Boot REST API CRUD with Spring Data Reactive MongoDB.
After finishing this article, you will have a fundamental understanding of the process of building Spring Boot REST API CRUD with MongoDB.
In today's article, I would like to show you how to set up the Keycloak admin client with Spring Boot and Kotlin.
In this step by step guide, I will show you how to set up a Keycloak server and connect to it using Spring Boot and Kotlin.
This time, I would like to teach you how to set up the Spring Boot GraphQL project with SPQR and Kotlin programming language.
In this step by step tutorial, we will learn how to create a simple app using GraphQL with Spring Boot and Kotlin and test it with GraphiQL.
In this article, I would like to show you some of the features and changes introduced in Kotlin 1.4 version.
This time, we will cover the basics of the Kotlin- loops. We will see, how to use for-loop, forEach, while, break and continue in our code.