13 articles

📰 Dev.to · Allan Roberto

Articles from Dev.to · Allan Roberto · 13 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (9050) ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog
Using Ollama Locally to Save Money (and When to Switch to Cloud AI)
Dev.to · Allan Roberto 3w 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 3w 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 1mo 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 1mo 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 1mo 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 1mo 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 1mo 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 1mo 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 1mo 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...