I design and build secure, scalable, production-grade backend systems. I combine strong architectural thinking with modern engineering workflows to deliver reliable software with speed and precision.
I specialize in making deliberate architectural decisions that result in maintainable, secure, and truly reliable software in real production environments — currently deepening my expertise in Go for high-performance systems.
hex-auth-service
High-performance IAM built on hexagonal architecture — O(1) token validation, refresh token rotation, rate limiting, real-time breach detection.
Python FastAPI Redis PostgreSQL
go-iam-service
Go reimplementation of the IAM service, performance-first, Clean Architecture.
Go Prometheus
flowcore
Distributed, durable, and observable workflow engine — Sagas, versioning, multi-tenancy.
Python Celery RabbitMQ
high-performance-task-queue
Resilient asynchronous microservice for payments and critical operations, built with strict idempotency and fault tolerance.
Python FastAPI Celery RabbitMQ Redis
async-etl-framework
Modern, scalable asynchronous ETL framework.
Python Polars HTTPX Docker
dentalcloud
Complete SaaS platform for dental clinics — patients, appointments, and clinical records. Delivered to a real client, in production.
TypeScript Next.js Supabase
- 🏗️ Architecture is a deliberate decision — hexagonal/clean boundaries between domain logic and infrastructure
- 🔒 Security is a design constraint from day one, not a layer added at the end
- 💥 Systems are built to fail safely — idempotency, retries, dead-letter queues, observability
- 📝 Documentation and honest retrospectives are part of the deliverable, not an afterthought