Articles
Technical writing on software engineering, data engineering, cloud infrastructure and architecture. Authored in Markdown, stored in the repository.
Building Event-Driven Systems with RabbitMQ and FastAPI
A practical guide to designing event-driven architectures for real-time applications. Covers exchange types, consumer patterns, and failure handling.
ETL Pipeline Design for Spatial Data
Lessons from building cross-platform spatial data pipelines. Covers schema design, audit tables, and data integrity validation.
The Strangler Fig Pattern in Practice
How to migrate a monolith to microservices without downtime. A case study from the GVIVE platform migration.
Database Performance Tuning for High-Throughput Systems
Practical techniques for optimizing database performance. Covers indexing, query analysis, and schema design.
From IT Analyst to Software Engineer: My Career Path
How I progressed from IT operations to building distributed systems. Lessons on growth, ownership, and technical depth.
Managing AWS Infrastructure with Terraform
Why infrastructure as code is essential for production systems. Covers Terraform patterns, state management, and team workflows.