#kotlin
Read more stories on Hashnode
Articles with this tag
I recently compared three OpenTelemetry approaches on the JVM: Java Agent v1, v2, and Micrometer. I used Kotlin and coroutines without overthinking. I...
My demo of OpenTelemetry Tracing features two Spring Boot components. One uses the Java agent, and I noticed a different behavior when I recently...
Displaying images on your website makes for an interesting problem: on one side, you want to make them publicly available; on the other, you want to...
Implicit returns are a feature in some languages. They have recently bitten me, so here's my opinion. Statements, expressions, and returns Before...
GitHub offers a way to customize one's profile by allowing one to create a README in a specific repository, named as your profile, e.g.,...
A couple of years ago, Reactive Programming was all the rage, but it had one big issue: reactive stopped as soon as you accessed a SQL database. You...