Articles by Tag #kotlinserverside

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Kotlin + gRPC: Build your first service in four steps

This is the first article in a hands-on series where we'll explore how to build gRPC services using...

Learn More 4 0Apr 11

Taking Kotlin Builders to the Next Level: A Type-Safe DSL Approach

You might recall my Simplifying the Builder Pattern article about using Kotlin Data Classes as a...

Learn More 1 0Feb 15

Scope Isolation in Kotlin DSLs with @DslMarker

In the previous article Taking Kotlin Builders to the Next Level: A Type-Safe DSL Approach, we...

Learn More 4 0Apr 5

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...

Learn More 3 0May 7

Kotlin + gRPC: Nesting, Composition, Validations, and Idiomatic Builder DSL

In the first two articles of this series, we built our first gRPC service in Kotlin and explored the...

Learn More 3 0Apr 23

Turning Parquet File into a Queryable RESTful with DuckDB, Quarkus & Kotlin

Parquet files are a powerhouse for storing large, columnar datasets in big data workflows....

Learn More 0 0Feb 23

Kotlin + gRPC: Streaming, Deadlines, and Structured Error Handling

In the previous articles of this series, we built a solid foundation: from setting up a gRPC service...

Learn More 2 0Apr 30

Kotlin + gRPC: Enhance Protobuf schema design with Optional, Repeated, Maps, Enums, Oneof and backwards compatibility

In the previous (first) article of this series, we introduced gRPC and Protocol Buffers by building a...

Learn More 1 0Apr 16