Writing
Articles & tutorials
I write about cloud infrastructure, AI systems, and reliability engineering:published on FreeCodeCamp and Google Cloud's Medium publication. Practical, implementation-focused, and grounded in what actually works.
Published articles
How to Build and Deploy Multi-Architecture Docker Apps on Google Cloud Using ARM Nodes (Without QEMU)
A practical guide to building Docker images that run natively on both ARM and x86 processors using Google Cloud. Covers Docker Buildx, cross-platform compilation, and deploying to a GKE cluster with mixed CPU architectures for cost optimisation.
GCP Network Reliability: Going Beyond the Basics with Cloud Armor and Private Service Connect
Building a zero-trust network architecture on GCP:combining Cloud Armor for external DDoS and WAF protection with Private Service Connect for secure internal API connectivity, eliminating public IPs and legacy VPC peering.
How to Reduce Latency in Your Generative AI Apps with Gemini and Cloud Run
Building a globally distributed AI service with Cloud Run and Gemini:deploying across three continents (USA, Europe, Asia) and stitching regions together with a global load balancer for geography-aware, low-latency AI responses.
Cloud-Native Reliability: Building an Auto-Healing Web App on GCP with MIGs and a Global Load Balancer
Deploying a highly available, fault-tolerant web application on GCP using Managed Instance Groups and a Global External Application Load Balancer:with automatic failure recovery and traffic distribution across multiple zones.
Blog archive
Earlier posts published directly on this site.
IP Addresses & Subnetting - Every device needs an address to communicate
networking
Exploring Kubernetes with HKE
containers-orchestration
Advanced Secrets Management for CI/CD Pipelines with Doppler and GitHub Actions
ci-cd-pipelines
Deploying Actions Runner Controller for Cost-Efficient GitHub Actions
containers-orchestration
Triggering Workflows in Another Repository with GitHub Actions
ci-cd-pipelines