[widgets_on_pages id="Home widgets"]

Java Articles by Foojay.io

October, 2025

  • 14 October

    The Cost of Not Knowing MongoDB – Part 1: appV0 to appV4

    Author: Artur Costa Original post on Foojay: Read More Table of Contents The application: finding fraudulent behavior in transactionsThe load testInitial scenario and data generatorThe instances configurationApplication Version 1 (appV1) Schema Bulk upsert Get reports Indexes Initial scenario stats Load test results Issues and improvements Application Version 2 (appV2) Schema Bulk upsert Get reports Indexes Initial scenario stats Load tests …

    Read More »
  • 14 October

    JC-AI Newsletter #7

    Author: Miro Wengner Original post on Foojay: Read More Fourteen days have passed, and it is time to present a fresh collection of readings that could influence developments in the field of artificial intelligence. Beyond focused tutorials that can enhance your understanding of AI applications, this newsletter concentrates on Hallucination, Java Code Generation, Testing, Agentic System Architecture and LLM benchmarking …

    Read More »
  • 13 October

    What Happens When 10,000 JVMs Collaborate in One Production Environment

    Author: Simon Ritter Original post on Foojay: Read More Table of Contents Limitations of OpenJDK How Azul Platform Prime removes the limits of traditional JVMs A large global enterprise achieved a performance and efficiency milestone, running 10,000 Java Virtual Machines (JVMs) that collaborate and share optimizations with one another, using Azul Platform Prime’s Optimizer Hub. The enterprise improved application responsiveness and …

    Read More »
  • 13 October

    BoxLang v1.6.0 – Performance, AI-Powered Docs, and Advanced Async Monitoring

    Author: Cristobal Escobar Original post on Foojay: Read More Table of Contents What’s New in 1.6.0? We’re thrilled to announce BoxLang 1.6.0, a release that delivers massive performance improvements, intelligent developer tooling, and enhanced async capabilities. This release focuses on making BoxLang faster, smarter, and more observable than ever before. 🚀 What’s New in 1.6.0? 🤖 BoxLang Documentation Meets AI: …

    Read More »
  • 9 October

    Keywords Meet Vectors: Hybrid Search on MongoDB

    Author: Arek Borucki Original post on Foojay: Read More Table of Contents What is hybrid search?How does it work in MongoDB? Why movies collection are the perfect demo Inspecting the anchor document Sanity checks Step 1: Prepare the query vector Step 2: Run semantic search Step 3: Apply hybrid scoring Step 4: Hybrid ranking with Reciprocal Rank Fusion (RRF) Wrap-up …

    Read More »
  • 7 October

    Working with Geo Location Data

    Author: Justin Jenkins Original post on Foojay: Read More MongoDB makes it really easy to work with location data (sometimes called Geo Data) by simplifying how to store this type of data and streamlining how you query for it so you can easily create “find nearby” queries, or plot your location data with ease! Let’s start with the basics: modeling …

    Read More »
  • 6 October

    Super Early Bird Tickets: Voxxed Days Amsterdam

    Author: Geertjan Wielenga Original post on Foojay: Read More Table of Contents Speaker Line-up Tickets & Participation After this year’s success, the Voxxed Amsterdam team is proud to announce that next year will be even bigger, with more speakers, breakouts, sponsors, and attendees. We warmly invite you to join and meet us at the JUG Square on April 1–2, 2026 in Amsterdam. Date: April 1–2, 2026Location: Pathé Amsterdam …

    Read More »
  • 6 October

    Foojay Podcast #79: AI4Devs Interviews – Part 1

    Author: Frank Delporte Original post on Foojay: Read More Table of Contents VideoPodcast (Audio only)Content On September 19th, 2025, the first AI4Devs conference took place in Amsterdam. I grabbed my camera and microphone to talk with speakers and attendees about the revolution in AI-powered coding and application development. In this first part, we’ll explore Spring libraries, security, infrastructure and scaling, …

    Read More »
  • 3 October

    Ai4Devs Amsterdam: Successful Inaugural Developer-Focused AI Conference

    Author: Geertjan Wielenga Original post on Foojay: Read More Table of Contents 50% Live Coding The inaugural AI4Devs conference in Amsterdam, held recently Friday 19 September, a collaboration between Java Champion Jonathan Vila, local developer agency IO Digital (in particular Joost Kaan, Arno Koehler, and Michel Blankenstein), and the Friends of OpenJDK (Foojay.io), proved to be a resounding success, bringing together approximately 200 …

    Read More »
  • 2 October

    Agents Meet Databases: The Future of Agentic Architectures

    Author: Thibaut Gourdel Original post on Foojay: Read More Table of Contents A Quick Overview of AgentsPath 1: Standardized Integration with MCP serversPath 2: Custom Integrations for Control and FlexibilityAccuracy, Security, and Performance Considerations Accuracy: Ensure Reliable Query Generation Security: Maintain Protection and Guardrails Performance: Manage Unpredictable Agentic Workloads The Agentic Future Depends on Databases With 2025 hailed as “the …

    Read More »