Articles
A high-level, class-based, object-oriented programming language. With Java Virtual Machine (JVM) Java applications are called WORA (Write Once Run Anywhere).- Latest
- Highest Rated
Article
Building a Quarkus Application to Perform MongoDB Vector Search
This article explores building a Quarkus application using MongoDB's vector search for smarter, context-aware search results. We'll cover generating embeddings with Gemini AI and creating a vector index in MongoDB. Learn how to enhance your application's search capabilities with this modern approach.Oct 07, 2024
Article
Why Unstructured Data is a Good Fit for Java
This article focuses on how Java developers can effectively manage unstructured data using MongoDB. The schema-less architecture, paired with its natural integration with Java’s POJO model, streamlines the handling of unstructured data, offering agility and scalability for modern applications.Sep 16, 2024
Article
How to Optimize Java Performance With Virtual Threads, Reactive Programming, and MongoDB
Join us as we delve into the dynamic world of Java concurrency with Virtual Threads and Reactive Programming, complemented by MongoDB's seamless integration. Elevate your app's performance with practical tips and real-world examples in this comprehensive guide.Aug 29, 2024
Article
Using MongoDB Change Streams in Java
Change streams allow users to subscribe to their app to any change in collection, database, or the entire deployment. Learn to use change streams with Java.Aug 28, 2024
Article
MongoDB ORMs, ODMs, and Libraries
MongoDB has ORMs, ODMs, and Libraries to simplify interactions between your app and cluster. Use the best database for Ruby, Python, Java, Node.js, PHP.Aug 28, 2024
Article
Streamlining Java Application Development With MongoDB: A Comprehensive Guide to Using Testcontainers
This tutorial will help you understand using testcontainers for writing JUnits test for a Spring and Java application.Jul 22, 2024
Article
MongoDB Orchestration With Spring & Atlas Kubernetes Operator
Learn how to use Spring application in production using Atlas Kubernetes Operator.Jun 12, 2024
Article
How to Build a Search Service in Java
In this article, we are going to detail an HTTP Java search service designed to be called from a presentation tier.Apr 23, 2024