Articles

Building an Autonomous Agent Team That Replicates My Engineering Workflow

Four specialized agents and one orchestrating skill that replicate my explore-plan-implement-review-test loop, end to end.

AIClaude CodeAutomation

3 min read

The Dangers of High-Cardinality Labels in Prometheus

Every unique label combination in Prometheus becomes its own time series. Pick the wrong label, and that number never stops growing.

PrometheusObservabilityMonitoring

4 min read

Circuit Breaker Pattern

Timeout stops your service from crashing, but it doesn't stop you from wasting time and resources on a partner you already know is down. Circuit breaker does.

GoResilienceCircuit Breaker

3 min read

Crash and Timeout Simulation

How external service delays can destabilize your application, demonstrated with a client-server-partner Go simulation, and why request timeouts prevent it.

GoResilienceTimeout

3 min read

Know Better About N+1 Queries Problem

A common database performance issue when fetching parent records and their associated child records, and how eager loading fixes it.

DatabaseGoPerformance

3 min read