Kotlin on the RaspberryPi (Pi4J-Kotlin)
Learn about Pi4J-Kotlin, providing a Kotlin DSL for the already-mature Pi4J V2 API and take full advantage of Kotlin on the RaspberryPi!

Muhammad Hashim
8,120 viewsLearn about Pi4J-Kotlin, providing a Kotlin DSL for the already-mature Pi4J V2 API and take full advantage of Kotlin on the RaspberryPi!

Nicolas Frankel
3,035 viewsLet's focus on tracing by following a request across an API gateway, two apps based on different tech stacks, and their respective …

Nicolas Frankel
2,828 viewsI miss some features in Java that would improve my code's readability, expressiveness, and maintainability.

Nicolas Frankel
2,988 viewsLearn how to chop up the monolith by exposing the to-be-chopped parts via HTTP and use an API Gateway to route the wanted requests to one's …

Nicolas Frankel
3,477 viewsLearn about Kotlin context receivers to be able to pass additional parameters to a function without having to do it explicitly.

Miro Wengner
6,375 viewsLet's look at how frameworks work under the hood, namely Quarkus and Spring Boot, and how many threads they initiate to serve up results.

Miro Wengner
6,792 viewsLet's examine a program selection control mechanism, for a value, expression or variable type to influence program flow execution, for …

Nicolas Frankel
5,537 viewsJava is infamous for its NullPointerException: calling a method or accessing an attribute of an object that has not been initialized.

Learn about observability configurations and libraries required over a range of frameworks using two JVM languages, namely Java and Kotlin.

Julien Lengrand-Lambert
3,912 viewsKover is a code coverage tool for Kotlin. It's still in incubator phase but I took it for a spin and it is already very useful as part of …