Writing

Blog

Technical articles, insights, and thoughts on software engineering, AI, and system design.

1 min read

RAG Systems in Production

Practical insights on deploying Retrieval-Augmented Generation systems at scale, from chunking strategies to evaluation metrics.

#rag#ai#llm#production
Read More
1 min read

MikroTik Hotspot Architecture

Designing scalable MikroTik-based hotspot systems for ISPs and venues, covering RADIUS integration and user management.

#mikrotik#networking#radius#infrastructure
Read More
Designing Multi-Tenant SaaS with Django
1 min read

Designing Multi-Tenant SaaS with Django

A practical guide to building scalable multi-tenant applications using Django, covering schema isolation, tenant routing, and performance considerations.

#django#saas#architecture#python
Read More
1 min read

Building Offline-First Desktop Apps

Lessons learned from building Electron applications that work reliably without internet and sync seamlessly when online.

#electron#offline-first#desktop#sync
Read More