Sentiment Analysis with Java, Quarkus, LangChain4j, and Local LLMs
Let’s get in and build a Quarkus REST API that classifies text sentiment using a local LLM model (like Phi-3 Mini) pulled in via Ollama.

Markus Eisele
2,785 viewsLet’s get in and build a Quarkus REST API that classifies text sentiment using a local LLM model (like Phi-3 Mini) pulled in via Ollama.

David Vlijmincx
4,737 viewsExploring how to profile and benchmark Java code using JMH and Async profiler.

Ricardo Mello
26,323 viewsOne of the discussions that always leaves me with both doubts and excitement is the one about system architecture.

Gerrit Grunwald
4,982 viewsRecently Azul announced that AVD makes it possible to identify vulnerable components on a jar file level but also on class file level.
Frank Delporte
3,429 viewsThis is the third blog post in a series on faster Java application warmup with ReadyNow. If you haven’t been following the series, go back …

Vincent Vauban
6,694 viewsSpringBoot and Kafka Streams – Event Routing & Testing. Build a Kafka Streams app to validate and route Lille city tour!

Anthony Goubard
6,306 viewsIn this series, I'm focusing on what's old in the JDK, not that known, and can be useful. A few hidden gems in the JDK.

In the second part of our JCON interviews, recorded at the conference in May, we focuses on general evolutions within the Java world and how …

Vivekanandan Sakthivelu
5,744 viewsIn a multi-threaded, distributed environment like MongoDB, when clients execute queries concurrently, operations interleave with one another …

Ondro Mihalyi
6,136 viewsBoost Jakarta EE database performance by leveraging the following best practices.