📰 Dev.to · Pablo Ifrán
Articles from Dev.to · Pablo Ifrán · 8 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (10333)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · Pablo Ifrán
3d ago
Hexagonal Architecture in the Real World: Trade-offs, Pitfalls, and When Not to Use It
The honest finale to the Hexagonal Architecture series. Real costs, common pitfalls, when the pattern is overkill, and a practical decision framework for Python

Dev.to · Pablo Ifrán
1w ago
Hexagonal Architecture in Python: Wiring Adapters, Dependency Injection, and the Application Layer
How to wire domain objects, ports, and adapters into a real FastAPI app using dependency injection. Covers the application layer, adapter swapping for tests, an

Dev.to · Pablo Ifrán
1w ago
Designing a Domain Model That Actually Models the Domain
Anemic domain models put business rules everywhere except where they belong. Here's how to build domain objects with real behavior, value objects with self-vali

Dev.to · Pablo Ifrán
2w ago
Ports and Adapters: The Pattern Your Architecture Has Been Missing
Your domain shouldn't reach out to your database. Here's the pattern that enforces that boundary — with a full before/after refactor using Python, FastAPI, and

Dev.to · Pablo Ifrán
2w ago
Your Domain Doesn't Know About PostgreSQL (And It Shouldn't)
Most backend code conflates what your software does with how it does it. That confusion has a cost — and it compounds over time.

Dev.to · Pablo Ifrán
3w ago
Scaling PostgreSQL to 100M+ Vectors: Production Optimization Guide
Complete optimization guide for PostgreSQL vector databases: memory tuning, index strategies, query optimization, and troubleshooting for production scale.

Dev.to · Pablo Ifrán
3w ago
Building Production RAG Systems with PostgreSQL: Complete Implementation Guide
Step-by-step guide to building RAG systems that actually work in production, with working code and performance optimization

Dev.to · Pablo Ifrán
3w ago
PostgreSQL for AI: Why It's Actually Better Than Vector Databases
Real cost comparisons and performance benchmarks show PostgreSQL beats specialized vector databases for most AI use cases
DeepCamp AI