Juan GiupponiVol. 03 — 2026
19:34 GMT-3

Blog

Technical notes on development, architecture, and applied AI.

R/012026-04-08

From monolith to microservices: how to migrate without breaking everything

A practical guide on how I start with a monolith, monitor traffic by module by storing it in the database, and then extract microservices with Redis when it actually makes sense.

Microservices · Redis · API · Architecture · Monolith · Scalability · 12 min read
12 minREAD →
R/022026-03-26

Workers and queues: how we moved heavy processes out of the main app

Practical case of how we delegated AI content generation, video, and image processing to dedicated workers with Redis and BullMQ so the main app doesn't block under load.

Workers · BullMQ · Redis · Node.js · Architecture · Microservices · Async · 14 min read
14 minREAD →
R/032026-03-06

Integrating AI into development

A practical guide based on a presentation and academic paper to use AI in development without drowning in noise, hallucinations, or context overflow.

AI · LLM · Workflow · Agent.md · Skills · 15 min read
15 minREAD →
R/042026-04-28

Santia: architecture of a citizen WhatsApp bot in production

How we built the Municipalidad de San Nicolás WhatsApp assistant: BuilderBot, Gupshup, deterministic flows, an AI agent on n8n, and 63,000 real conversations that taught us what diagrams don't show.

WhatsApp · Bot · Architecture · n8n · LLM · BuilderBot · Government · 12 min read
12 minREAD →