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 more

How 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 more

Null 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 more