Per
Everything on SkillVeris tagged Per — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 2 libraries
Study Notes(2)
Database-per-Service Pattern
Each microservice owns and exclusively accesses its own database, preventing hidden coupling through shared schemas and letting teams evolve their data models…
State Locking
State locking prevents two Terraform operations from writing to the same state file simultaneously, protecting against corruption and lost updates.