Showing Post From Kotlin
Build REST API with Spring Boot and Kotlin
1. Overview In this article, we’re going to build a REST API using Spring Boot 2.x and Kotlin. Meanwhile, dedicated support for Kotlin was introduced since Spring Framework 5.
Read moreHow To Create a Spring Boot Project
1. Overview In this tutorial, we’ll look into the different ways we can create a Spring Boot project. 2. Using Spring Initializer in spring.
Read moreNull Safety in Kotlin
1. Overview In this article, we’ll look into the handling of null references in Kotlin. Any programming language which has the concept of null reference throws a NullPointerException.
Read moreHexagonal Architecture in Java
1. Overview In this tutorial, we’ll take a look into the hexagonal architecture in Java. To illustrate this further, we’ll create a Spring Boot application.
Read more