Miro Wengner
Miro is a Java Champion and Oracle ACE Pro with a career-long focus on enterprise AI, including machine learning, neural networks, and probabilistic algorithms. As a contributor to OpenJDK and Mission Control, he specializes in optimizing Java performance, system maintainability and AI utilization in the enterprise.
Beyond his engineering work, Miro co-authored the Duke’s Choice Award-winning Robo4j project and contributes to various open-source initiatives like OpenTracing and Pi4J. A recognized JavaOne Rock Star, he actively shapes the industry through the JCP, his technical blog, and frequent speaking engagements at global conferences such as JavaOne, CodeOne, Devoxx, JCON, JavaLand etc.
Stable, Secure, and Affordable Java
Azul Platform Core is the #1 Oracle Java alternative, offering OpenJDK support for more versions (including Java 6 & 7) and more configurations for the greatest business value and lowest TCO.
Step up your coding with the Continuous Feedback Udemy Course: Additional coupons are available
What do you know about the code changes that were just introduced into the codebase? When will you notice if something goes wrong?
Jakarta EE 11: Beyond the Era of Java EE
This user guide provides a brief history of Java EE/Jakarta EE and a detailed overview of some of the specifications that will be updated in Jakarta EE 11.
Do you want your ad here?
Contact us to get your ad seen by thousands of users every day!
[email protected]Geertjan Wielenga
AdministratorGeertjan is an open source and Java enthusiast, Java Champion, Apache Member, and leader of the Amsterdam Java User Group.
Learn MoreGeertjan Wielenga
AdministratorGeertjan is an open source and Java enthusiast, Java Champion, Apache Member, and leader of the Amsterdam Java User Group.
Learn MoreA N M Bazlur Rahman
AdministratorA N M Bazlur Rahman is a Software Engineer with over a decade of specialized experience in Java and related technologies. His expertise has been formally recognized through the prestigious...
Learn MoreRecent comments
Geertjan Wielenga
JC-AI Newsletter #1Thanks for the feedback! These items have now been taken care of.
A N M Bazlur Rahman
Thinking About Massive Throughput? Meet..."The virtual thread scheduler is a work-stealing ForkJoinPool, which is distinct from the common pool."...
All 3 Likes
-
-
JC-AI Newsletter #15Geertjan Wielenga
• 3 months ago
The aim of the article is to introduce my newly published book “Practical Design Pattern for Java Developers”.
It’s September 20th, OpenJDK 19 has been released. In this podcast, we discuss the new features and the changes that this release brings.
Although the Java 19 release is coming in September (2022-09-20), we already know what will happen in that release!
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.
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.
When simple web content or responses are required, Java 18 reduces the need to search for more complicated solutions like Jetty and Netty.
Let’s examine a program selection control mechanism, for a value, expression or variable type to influence program flow execution, for Switch.
Learn about observability configurations and libraries required over a range of frameworks using two JVM languages, namely Java and Kotlin.
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!
If you want to know what I spoke about in @jcon_conference in Germany, here's an interview I did at the @foojayio podcast:
#Java #JCON #JakartaEE #AI #A2A
Our team loves to meet and talk with the Java community from around the world. If you want to learn more. You can find all OmniFish presentations at: https://speakerdeck.com/omnifish, including links to the source code of related demos. Or get in touch for a free consultation call.
Another happy customer :)
"Their expertise and flexible hands-on troubleshooting support accelerated resolution of several unexpected hurdles and ultimately got us to a successful upgrade outcome."
If you would like to discuss how we could help your company, get in touch.
All 12 Comments
Geertjan Wielenga
• 10 months agoThanks for the feedback! These items have now been taken care of.
A N M Bazlur Rahman
• 4 years ago"The virtual thread scheduler is a work-stealing ForkJoinPool, which is distinct from the common pool." That's what it is mentioned...