19Thirty teams ship from one Terraform repository. How do you cut it into stacks so one bad apply cannot touch everyone?▼hard★ EssentialNewUberLinkedInWalmart Global Tech○ sign inStack boundaries follow blast radius and change frequency, not the org chart. The monorepo only pays for itself while a machine can answer, from a commit, exactly which roots need planning.Open full answer →
05Monorepo or many repos for forty microservices? Argue it from the operational side.▼hardNewGoogleMetaUber2 repliesunlockedA question where both answers are defensible and the reasoning is the entire score. The operational consequences are concrete: what happens when a shared library needs a security patch.Open full answer →
30Forty services in one monorepo. How do you decide what to build and test for a single change?▼hardNewGoogleMetaUber◆ premiumBuild graphs identify affected targets only when their dependencies are complete. The ladder from build-everything to content-addressed caching, hermeticity audits, and where undeclared inputs rot correctness.Open full answer →