Runtime Code Analysis in the Age of Vibe Coding
In the era of vibe coding—where large amounts of code are introduced or refactored in short bursts, often with the help of LLMs—you need …

Suneet Kamath
2,384 viewsIn the era of vibe coding—where large amounts of code are introduced or refactored in short bursts, often with the help of LLMs—you need …

Jonathan Vila
1,876 viewsRegister for the developers' conference in Barcelona next June, with Java, AI, Cloud, Frontend and Managing.

Scott Sellers
2,060 viewsEvery year, I look forward to our State of Java Survey & Report because it gives us a view into how organizations are using Java…

Every six months, we get a new version of Java. Java 26 is just around the corner and will be released soon. But most companies stick to LTS …

Ricardo Mello
5,610 viewsWhen we think about a system that operates at scale, we are usually talking about an application that needs to serve millions of users. This …

Angelo Rubini
2,008 viewsProfiling a Java Application Running Inside an Unikernel with JProfiler Unikernels are often associated with minimalism and tight resource …

Matteo Rossi
4,618 viewsOver the past decade, the Java ecosystem has gradually abandoned the idea that increasing the number of threads is the scalable solution to …

Nicolas Frankel
1,546 viewsA couple of years ago, I developed a small Kotlin GUI to help me rename my files in batch. I actually created it with different JVM …

Cristobal Escobar
1,549 viewsWe're excited to announce BoxLang 1.10.0, a feature-packed release that brings powerful functional programming capabilities, elegant loop …

Matteo Rossi
2,091 viewsFor many years, REST has been the standard architectural style for creating APIs in the Java ecosystem. Frameworks such as Spring MVC and, …