Back to blog

Posts tagged: Architecture

Deep dives on AWS, .NET, automation, and CRM projects tailored for Panama.

Your Database Works. That Doesn't Mean It's Fine.
March 2, 2026

Your Database Works. That Doesn't Mean It's Fine.

Database sprawl and schema pollution: how small decisions today become tomorrow's impossible project. A real-world pattern and a prompt to audit your database with AI.

DatabaseSQL ServerPostgreSQLArchitectureTechnical Debt
Building Real-Time Dashboards with SignalR and .NET 8: Step by Step
February 18, 2026

Building Real-Time Dashboards with SignalR and .NET 8: Step by Step

Production-grade architecture for real-time dashboards: batched broadcasting, pre-computed metrics, Channel<T> pipelines, and a system that handles 100K+ daily transactions without melting your server.

SignalR.NETReal-TimeArchitectureBlazor
RAG: The Technology That Lets You Ask Questions to Your Documents — What It Is, How It Works, What It Costs, and When NOT to Use It
February 18, 2026

RAG: The Technology That Lets You Ask Questions to Your Documents — What It Is, How It Works, What It Costs, and When NOT to Use It

Complete guide on RAG (Retrieval-Augmented Generation): what it is, how it works step by step, full glossary, real use cases, when NOT to use it, and real pricing table with OpenAI numbers. No hype, no sales pitch.

RAGArtificial IntelligenceArchitectureOpenAISemantic Search
How AI Changed How I Code (And It Wasn't What I Expected)
February 8, 2025

How AI Changed How I Code (And It Wasn't What I Expected)

After 7+ years building systems for banking and insurance in Panama, AI transformed my workflow. But the secret isn't the prompts — it's the context.

AIProductivityArchitectureDevelopment
Multi-tenant SaaS in .NET: secure architecture to scale without rewriting
December 22, 2024

Multi-tenant SaaS in .NET: secure architecture to scale without rewriting

Practical guide to multi-tenant architecture in .NET: patterns, security, EF Core, and migration from single-tenant without breaking your product.

.NETSaaSArchitectureMulti-tenantEF Core