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
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
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