Complex tech,
explained
simply.
Like finding the right nut in the right tree.
Hi, I’m Cesar “Aran” Pasillas โ software engineer, AI builder, and your bushy-tailed guide through Java, LLMs, microservices, and modern engineering.
No jargon forests. Just clear paths and well-hidden nuts of knowledge.
Aran DataNut
Chief Nut Architect
“Every complex system has a simpler version hiding inside it. My job is to find it โ like a nut under the snow.”
- RAG Pipelines
- Java Spring
- LLM Orchestration
- Microservices
- Whisper AI
- Vector Stores
Every post, same
friendly formula
Aran breaks down each concept the same way โ so you always know what to expect and always walk away with the nut.
chunks = vector_store.search(
query=“user question”, top_k=5
)
Aran DataNut
Chief Nut Architect
“Think of a RAG pipeline like my winter stash โ I don’t memorize every nut’s location. I just remember which tree to check.”
- RAG Pipelines
- LLM Routing
- Vector Stores
Aran’s Nutshell
Today’s Nut
What you take home today
“Don’t memorize the whole forest. Just know which tree to check. That’s RAG in one sentence.”
- RAG = map, not memory
- Embeddings = coordinates
Latest posts
-

Autowiring – @Qualifier
Spring has another a annotation that we can use when we have multiple beans to inject in a dependency, this annotation is @Qualifier. This annotation gives priority to one bean over others if two o more beans of the same type…
๐ฟ๏ธ
|
-

Autowiring By Name
Autowiring by Name is an approach, while creating an bean, the dependency is injected by matching the name of the reference variable to the bean name. This means that the developer has to ensure that the variable name is the same…
๐ฟ๏ธ
|
-

Autowiring By Type – @Primary
Spring has several ways to do the dynamic autowiring, una de ellas es el autowiring by Type using the @Primary annotation.
๐ฟ๏ธ
|
