101 followers
🥑 Developer Advocate for Apache APISIX ✍️ Blogger at http://blog.frankel.ch 🎓 Learner 📖 Author of https://leanpub.com/integrationtest
My journey in programming began over two decades ago, a time when JavaScript was a far cry from its current state, and developers were primarily...
I recently compared three OpenTelemetry approaches on the JVM: Java Agent v1, v2, and Micrometer. I used Kotlin and coroutines without overthinking. I...
In this post, I'll explain how to provide a default value when querying an absent key in a hash map in different programming languages. Java Let's...
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...
In my earlier post about moving from Kotlin Scripting to Python, I mentioned several reasons: Separating the content from the script Kotlin...