gRPC for Kotliners
gRPC is a worthy alternative for REST, let's explore together what it is and how to use it as a Kotlin developer.
Posts about kotlin.
gRPC is a worthy alternative for REST, let's explore together what it is and how to use it as a Kotlin developer.
Annotations are extremely versatile especially if we write our own processor to overcharge our development. Learn how to write one in Kotlin.
In the world of Kotlin, contracts represent a deal between the developer and the compiler. As a developer you can share insight of your code with the compiler and it can use this extra info for better code analysis.