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-08-06
Documenting a database schema is often an afterthought, even though it is really important esp. for onboarding new developers into the project. This post outlines a really straightforward approach to tackle this using tbls, liquibase & jOOQ.
2021-08-06
An overview of how the vue composition API can significantly reduce the boilerplate around GraphQL integration
2021-08-02
An overview of how to adapt jooQ to naming conventions which are not supported out of the box
2021-08-02
An overview of the jooq query builder can be used alongside Netflix DGS library for building GraphQL Servers
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-03-18
An overview of how to exclude certain requests from being batched when using Apollo batch link
2021-03-17
An overview of how to use multiple terminal links like upload link and batch link together
2021-02-05
Second part of a series of articles outlining a lean approach for building GraphQL APIs on JVM