← Back home

Articles

Production lessons from building enterprise Azure infrastructure

Featured

The Cost of Data: Quantifying the Impact of Inscriptions on Bitcoin Node Operators

A data-driven analysis of what Ordinals and BRC-20 tokens actually cost node operators — storage, bandwidth, sync times, and the market failure nobody's pricing. 17 sources, real numbers.

How I Built a Bot That Trades Prediction Markets While I Sleep

Building an autonomous AI trading agent for Polymarket — architecture, half-Kelly position sizing, circuit breakers, and lessons from letting an AI trade real money.

Building Enterprise-Scale Azure Infrastructure

Complete series on lessons learned building and maintaining enterprise Azure hub-and-spoke architecture with 1,258 files of Bicep IaC.

Critical Azure IaC Patterns

What the documentation doesn't tell you about deployment order, race conditions, and circular dependencies.

I Ran a Cleanup Script Against Production Once

How I built multi-layer safety guardrails to ensure it never happens again.

All Articles

Hub-Spoke Deployment Orchestration

Managing deployment order and dependencies in complex hub-and-spoke Azure architectures.

When Your Azure Deployment Fails at Minute 61

Solving token expiration issues in long-running Azure deployments.

Breaking DNAT Circular Dependencies

Resolving circular dependencies when DNAT rules need the firewall's runtime-assigned IP.

The Bicep Wrapper Pattern

Creating maintainable abstraction layers over Azure Verified Modules.

The @batchSize Pattern in Bicep

Controlling deployment parallelism to avoid race conditions and throttling.

Environment Separation in Azure

Subscription-scoped deployment strategies for true environment isolation.

What-If Analysis for Azure Deployments

Preview infrastructure changes before they happen.

Observability for Long-Running Deployments

Monitoring and debugging multi-hour infrastructure deployments.

Gateway Orchestration in Azure

Coordinating ExpressRoute, VPN Gateway, and Routing Intent deployments.

Parameterization in Infrastructure Code

Building flexible, environment-aware IaC templates.

Operational Excellence in Azure IaC

Building for day-2 operations from day-1.

Cost Optimization Through Automation

Automated cost controls and environment-aware resource sizing.