Blog

Thoughts on .NET development, GIS, architecture, and building enterprise software

Featured .NET Development

AI-Augmented Development: How I Use Claude and Copilot Daily

After 6 months of daily AI-augmented development, here's my honest workflow — what works, what doesn't, and how to stay in control.

Feb 16, 2026 · 8 min read · 523 views Read More
DevOps & Cloud

Kubernetes for .NET Developers: From Zero to Cluster

Feb 10, 2026 · 10 min · 191

Deploy your .NET microservices to Kubernetes — Deployments, Services, ConfigMaps, Secrets, and Ingress explained with real YAML.

Azure Docker
Read More
DevOps & Cloud

n8n Workflow Automation for .NET Developers

Feb 06, 2026 · 7 min · 180

Use n8n to automate blog publishing, social media posting, and email notifications — triggered by your .NET webhooks.

ASP.NET Core Docker
Read More
DevOps & Cloud

AWS Lambda with .NET 10: Cold Starts, Layers, and ARM64

Jan 29, 2026 · 7 min · 168

Deploy .NET 10 on AWS Lambda, eliminate cold starts with SnapStart, and cut costs 20% by switching to ARM64 Graviton.

Azure Docker
Read More
DevOps & Cloud

GitHub Actions CI/CD for .NET: Zero to Production

Jan 19, 2026 · 7 min · 288

Set up a complete CI/CD pipeline for your .NET app — build, test, Docker push, and Azure deploy — all in GitHub Actions.

Azure Docker
Read More
Architecture

Microservices vs Modular Monolith: An Honest Comparison

Jan 14, 2026 · 6 min · 403

After building both at enterprise scale, here's my honest take on when each architecture is the right choice.

ASP.NET Core Docker
Read More
DevOps & Cloud

Docker Multi-Stage Builds for .NET 10 — Smallest Possible Image

Jan 09, 2026 · 5 min · 236

Shrink your .NET 10 Docker image from 800MB to under 100MB using multi-stage builds and Alpine base images.

Azure Docker
Read More