Kotlin + gRPC: Tooling, CI/CD, and Architectural Practices
In the previous articles of this series, we explored how to build idiomatic gRPC APIs with Kotlin from schema design using Protobuf to leveraging streams, coroutines, and Kotlin DSL builders. Now it’s time to look beyond the application code. In this article, we’ll have a sneak peek on what it Read more…