
Building an Agentic Warehouse Management System — Part 3: Tools, Decisions, and Actions
If you haven’t read the first two parts yet, I recommend starting with Part 1: Where AI Agents Add...
Author profile
Developer articles and tutorials by ricardohsmello.
Browse the latest writing surfaced through DevArt.

If you haven’t read the first two parts yet, I recommend starting with Part 1: Where AI Agents Add...

If you arrived here without reading the first part, I recommend starting with Part 1: Where AI Agents...

I spent a large part of my career working in banking and logistics. In logistics, I spent more than...

Kotlin, Quarkus, and MongoDB — do these three technologies work well together? In this...

This content is based on a talk that my colleague Tim Kelly and I presented at DevNexus 2026 in...

Description: Learn how to optimize a Spring Data MongoDB application through indexes and read...

Description: Explore Spring Data's capabilities by creating advanced queries with MongoRepository and...

Description: Learn how to integrate MongoDB with Spring Data in a simple and easy way. This first...

Description: Learn how to seamlessly integrate Java with MongoDB Queryable Encryption in a fully...

Description: Set up a Ktor project, implement CRUD operations, define API route endpoints, and run...

Description: Learn how to integrate Vector Search into your Kotlin with Ktor application using...

Have you ever imagined taking a photo of yourself, comparing it against a database full of...

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

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

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

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

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

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

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

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

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

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

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

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

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

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