Author: Miro Wengner

Miro has been a member of the Java Community Process (JCP) for a very long time. He contributes actively to the OpenJDK and Java Mission Control/Flight Recorder project. His focus is on Java performance and maintainability. Miro has also contributed/is contributing to various other open source projects such as OpenTracing, Pi4J, and more. He is also co-author of the Robo4j project which has been awarded the Duke's Choice Award 2017. Miro has been recognized as a Java Champion and JavaOne Rock Star speaker. Aside from his daily duties as a Principal Engineer at OpenValue, he shares his knowledge at conferences (JavaOne, CodeOne, Devoxx, GeeCON etc.) and blogs. Miro believes in the Java ecosystem and wants to help move it forward!
-
Diving into JVM Framework Monitoring and Profiling
Let’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 -
Thinking About Massive Throughput? Meet Virtual Threads!
Virtual threads not only help to increase application throughput by running a much bigger number of concurrent tasks together, they also provide a framework to refactor already existing code.
Miro Wengner -
How to Create APIs with the Java 18 jwebserver Ready for Docker
When simple web content or responses are required, Java 18 reduces the need to search for more complicated solutions like Jetty and Netty.
Miro Wengner -
Examining the Switch Statement and the Factory Pattern in Three JVM Languages
Let’s examine a program selection control mechanism, for a value, expression or variable type to influence program flow execution, for Switch.
Miro Wengner -
Observability for JVM Frameworks with Grafana in Java and Kotlin
Learn about observability configurations and libraries required over a range of frameworks using two JVM languages, namely Java and Kotlin.
Christian Meyer, Miro Wengner -
What’s New and Exciting in Java 18?
Yes, Java 18 is here and in this article we explore the most important changes and, in my humble opinion, this release is an important one!
Miro Wengner