Blog
Thoughts on software architecture, AI, scaling, and building reliable systems.
Latest Articles
AI & Architecture12 min
Building AI Agents with RAG: From Theory to Production
How I built an AI agent that handles complex organisational workflows using retrieval-augmented generation and function calling. Architecture decisions, production trade-offs, and what actually worked.
Architecture & Scaling15 min
Scaling Multi-Tenant SaaS: Lessons from Smart PMS
A deep dive into building multi-tenant architecture that scales. Data isolation strategies, schema-per-tenant trade-offs, and what we learned running 10+ properties in production.
Backend & Infrastructure13 min
Real-Time Features in Production: WebSockets and Redis
How to build reliable real-time systems that hold up under load. WebSocket connection management, Redis pub/sub, fallback strategies, and how we monitor it all.