✕ Clear all filters
13 articles
▶ Videos →

📰 Dev.to · Allan Roberto

13 articles · Updated every 3 hours · View all reads

All Articles 113,451Blog Posts 122,830Tech Tutorials 28,956Research Papers 23,285News 16,846 ⚡ AI Lessons
Using Ollama Locally to Save Money (and When to Switch to Cloud AI)
Dev.to · Allan Roberto 🛠️ AI Tools & Apps ⚡ AI Lesson 3mo ago
Using Ollama Locally to Save Money (and When to Switch to Cloud AI)
🚀 Introduction AI is powerful — but it can also become very expensive very quickly. If...
Building Semantic Search with Spring Boot, PostgreSQL, and pgvector (RAG Retrieval)
Dev.to · Allan Roberto 🔍 RAG & Vector Search ⚡ AI Lesson 3mo ago
Building Semantic Search with Spring Boot, PostgreSQL, and pgvector (RAG Retrieval)
In the previous article, we built the indexing pipeline for our knowledge base: documents are...
Implementing the Transactional Outbox Pattern with Quarkus
Dev.to · Allan Roberto 🏗️ Systems Design & Architecture ⚡ AI Lesson 3mo ago
Implementing the Transactional Outbox Pattern with Quarkus
Introduction In distributed systems, one of the hardest problems is guaranteeing data...
Building a Simple REST API in Go (Without Frameworks)
Dev.to · Allan Roberto 🔧 Backend Engineering ⚡ AI Lesson 3mo ago
Building a Simple REST API in Go (Without Frameworks)
Modern backend development often starts with a framework. But sometimes the best way to understand a...
Why Developers Should Pay Attention to Go (Golang)
Dev.to · Allan Roberto 🔧 Backend Engineering ⚡ AI Lesson 4mo ago
Why Developers Should Pay Attention to Go (Golang)
In the last decade, backend development has largely revolved around languages like Java, Python, and...
Let's build a flow to vectorize data
Dev.to · Allan Roberto ⚡ AI Lesson 4mo ago
Let's build a flow to vectorize data
Indexing Knowledge Base Content with Spring Boot and pgvector ...
Indexing Knowledge Base Content with Spring Boot and pgvector
Dev.to · Allan Roberto ⚡ AI Lesson 4mo ago
Indexing Knowledge Base Content with Spring Boot and pgvector
In the previous article, we configured PostgreSQL as a vector database using pgvector. But a vector...
start with vectorizetion using docker and postgres
Dev.to · Allan Roberto ⚡ AI Lesson 4mo ago
start with vectorizetion using docker and postgres
Turning PostgreSQL Into a Vector Database with Docker ...
Turning PostgreSQL Into a Vector Database with Docker
Dev.to · Allan Roberto ⚡ AI Lesson 4mo ago
Turning PostgreSQL Into a Vector Database with Docker
To store and query embeddings, we need a database capable of handling vector similarity search. A...