How to send prompts in bulk with Spring AI and Virtual Threads
Learn how to use Spring AI and Java Virtual Threads to send hundreds of prompts to OpenAI in parallel.

Raphael De Lio
6,656 viewsLearn how to use Spring AI and Java Virtual Threads to send hundreds of prompts to OpenAI in parallel.

Simon Martinelli
3,889 viewsIf you want to run a Vaadin application on an external servlet container like Apache Tomcat 11, you need to package your application as a …

Tim Kelly
17,843 viewsCreate a Spring app that can stream in financial transactions from Apache Kafka, and upon insertion into the database, can use Atlas Vector …

Ondro Mihalyi
4,531 viewsJakarta EE is a mature, powerful platform — but it’s also approachable, thanks to resources like these!

Kieran Hejmadi
7,616 viewsYou might associate Arm primarily with smartphones and the Java-based Android runtime. But no more after this article!

While working on my demo on WebAssembly and Kubernetes, I wanted to create three different binaries based on the same code: Native: compile …

Stefano Fago
8,117 viewsClean your Memory: exploring approaches for cleaning native resources, starting from finalize() method to the Cleaner API
Shai Almog
3,363 viewsDo you ever pull your hair out in frustration, why isn't this a part of Java? Thanks to Manifold you can solve that problem for everyone.

Mahendra Rao B
7,316 viewsIntroduction Consider a bustling restaurant environment. The kitchen receives a flood of orders, waitstaff dart between tables, and patrons …

Shai Almog
2,868 viewsPractical tips for debugging front-end network issues using browser tools, with insights on request replay, throttling & storage management.