Ricardo Mello

Ricardo Mello @ricardohsmello

About: Senior Software Engineer, passionate about travel and addicted to Football. Oracle Certified Associate, Java SE 8 Programmer.

Location:
Brazil
Joined:
Mar 1, 2023

Ricardo Mello
articles - 14 total

Modeling Relationships With Hibernate ORM and MongoDB

In the previous article—Getting Started With Hibernate ORM and MongoDB—we learned how to configure...

Learn More 0 0Nov 4

Getting Started With Hibernate ORM and MongoDB

For years, Hibernate ORM has been one of the most popular frameworks in the Java ecosystem. It was...

Learn More 0 0Nov 4

Beyond Keywords: Hybrid Search With Atlas and Vector Search (Part 3)

Bringing together semantic vectors and exact keyword matching with $rankFusion If you’ve...

Learn More 2 0Sep 17

Beyond Keywords: Optimizing Vector Search With Filters and Caching (Part 2)

Enhancing precision with pre-filters and reducing costs with embedding caching Welcome...

Learn More 2 0Sep 16

Beyond Keywords: Implementing Semantic Search in Java With Spring Data (Part 1)

Building a semantic movie search app with embeddings and vector queries Have you ever...

Learn More 1 1Sep 15

Queryable Encryption With Spring Data MongoDB: How to Query Encrypted Fields

Information is one of the most valuable assets in computing and keeping it protected is even more...

Learn More 9 0Aug 6

MongoDB Aggregation Framework: A Beginner’s Guide

Finding exactly the data we need isn’t always a simple task. You’ve probably faced situations where...

Learn More 7 2Jun 10

MongoDB Compass — Convert Text into Queries with AI-Powered Natural Language

This is a tutorial for my YouTube Video In this tutorial, we’ll explore Query With Natural Language,...

Learn More 5 0Mar 12 '24

Deploying a Quarkus Application to AWS Elastic Beanstalk

In this article, we will explore how to deploy a Quarkus application to Elastic Beanstalk, and take a...

Learn More 2 0Mar 28 '23

Quarkus + Angular with Keycloak — Pt3

On this article, we 'll finish the development of our daily-quotes application. If you haven’t seen...

Learn More 1 0Mar 23 '23

Quarkus + Angular with Keycloak — Pt2

On this article, we 'll continue the development of our daily-quotes application. If you haven’t seen...

Learn More 1 0Mar 23 '23

Quarkus + Angular with Keycloak — Pt1

The purpose of this article is to explore the authentication mechanism of Keycloak. We are going to...

Learn More 4 0Mar 23 '23

Binary Search in Java - How it works?

Searching and Sorting are fundamental bases of programming and all programmers has at some time...

Learn More 3 0Mar 1 '23

What is a Binary Tree?

Trees are one of the most fundamental data structures to store data. Binary tree is defined as a...

Learn More 3 0Mar 1 '23