Thoughts on Terraform state management, infrastructure parallelism, and building better developer tools.
State fragmentation creates coordination problems Terraform can't see. The real issue isn't monolithic architecture—it's file-based storage.
Read moreTerraform state locking uses filesystem semantics for coordination. The result: global mutexes, deployment queues, and superlinear contention.
Read more