Engineering practice
Engineering turns “it runs on my machine” into collaborative, replayable, releasable work: branching, review, automated pipelines, and environment promotion. Defaults here target personal and small-team setups—not enterprise playbook bulk.
Read first: foundations and architecture—process does not replace correctness or boundaries.
Scope
| Topic | Focus |
|---|---|
| Git workflow | Branches, commits, PRs, release tags |
| CI/CD | Build, test, deploy, quality gates |
Articles
| Topic | Page |
|---|---|
| Git workflow | git-workflow |
| CI/CD | cicd |
See also
- Contracts and merge gates: boundaries
- Stack-specific builds: frontend, mobile