Understanding BSON: A Beginner’s Guide to MongoDB’s Data Format
BSON is at the core of how MongoDB stores and transmits data. It extends JSON with additional data.
foojay is a place for friends of OpenJDK, providing free, reference materials and blogs for daily Java usage.

BSON is at the core of how MongoDB stores and transmits data. It extends JSON with additional data.

Learn how to use Spring AI and Java Virtual Threads to send hundreds of prompts to OpenAI in parallel.
Jefferson Lab is leveraging Java-based AI to overcome one of the most computationally intense challenges in modern science.

Join the Dutch Java community at J-Spring 2025, the premier Java conference in the Netherlands, taking place Thursday, June 5th at Jaarbeurs …

If you want to run a Vaadin application on an external servlet container like Apache Tomcat 11, you need to package your application as a …

The implementation of RAG introduces security considerations. Risks such as prompt injection, data poisoning, access control gaps, and data …

Create a Spring app that can stream in financial transactions from Apache Kafka, and upon insertion into the database, can use Atlas Vector …

Today and tomorrow, we will be at the JCON Conference in Köln, Germany. We have set up an interview booth to talk to speakers and visitors …

Autopo is a free and open source JavaFX application that automates .po file translation and validation with AI.

The task to load some JSON data to Pinecone was much more arduous than I had anticipated, but I learned a lot along the way!