2023-01-28
2021-12-04
An overview of different approaches we can use to convert between the domain classes (which the business logic operates on) and the DTO classes which are exposed to the API.
2021-11-20
An overview of how using const val in kotlin enables interpolation & refactoring in strings passed to annotations
2021-09-03
It has always been possible to build gRPC services in kotlin through java interop, but with the recently improved first class support for kotlin in the official gRPC/protobuf libraries it is quite straightforward to build gRPC services in Kotlin which take advantage of kotlin native features like coroutines. In addition, the grpc-spring-boot-starter makes it really convenient for spring boot users to integrate gRPC.
2021-08-31
This post is a minimal recipe for configuring Liquibase runner through the Gradle kotlin DSL.
2021-03-25
This is the third post in our series of articles where we explore a JVM based stack comprising of Kotlin, Vert.X and jOOQ for development of GraphQL APIs.
2021-02-05
Second part of a series of articles outlining a lean approach for building GraphQL APIs on JVM
2021-01-31
First part of a series of articles outlining a lean approach for building GraphQL APIs on JVM