Skip to main content

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

TopicFocus
Git workflowBranches, commits, PRs, release tags
CI/CDBuild, test, deploy, quality gates

Articles

TopicPage
Git workflowgit-workflow
CI/CDcicd

See also