Language Learning Flashcard System - Part 1
In this post, we'll write a Java Spring Boot REST API backend application without any frontend, that will store flash cards and decks in …

In this post, we'll write a Java Spring Boot REST API backend application without any frontend, that will store flash cards and decks in …

In the production environment, in a MongoDB Atlas database, a collection contains massive amounts of data stored, including aged and current …

In this article, we will explore how to implement RBAC at the application level, using MongoDB to store user metadata and keeping the …

In a recent design review, a customer was enriching new data as it came in. As the enrichment process was fairly complex, they ran into some …

We need to code our way from the search box to our search index. Performing a search and rendering the results in a presentable fashion, …

MongoDB’s replica set architecture uses distributed consensus to ensure consistency, availability, and fault tolerance across nodes. At the …

In this article, we focus on a concrete, real-world scenario: using a database, specifically MongoDB, without contaminating the main domain. …

In this blog, we share how the Java developer experience team optimized the MongoDB Java Driver by strictly adhering to this principle. We …

When we think about a system that operates at scale, we are usually talking about an application that needs to serve millions of users. This …

Over the past decade, the Java ecosystem has gradually abandoned the idea that increasing the number of threads is the scalable solution to …