CI/CD Glossary
Every CI/CD term, defined.
Plain-English definitions of CI/CD, GitHub Actions, runner, and DevOps terminology - from "artifact" to "workflow". A fast reference that links straight to deeper guides.
CI/CD core
Pipelines, stages, builds, deploys.
GitHub Actions
Workflows, jobs, steps, actions.
Delivery, reliability & supply chain
Progressive delivery, DORA/SRE, supply-chain, and advanced runner terms.
Dynamic import boundaryA dynamic import boundary is the point where a module is loaded lazily with an import call, marking where a b…
Suspense boundaryA suspense boundary wraps part of a UI so that while its data or code is loading, a fallback is shown, lettin…
commitlintcommitlint is a tool that checks commit messages against a configured convention, rejecting commits that do n…
Deregistration delayDeregistration delay is the time a load balancer keeps serving in-flight requests while draining a target bei…
Explore other topics
GitHub ActionsWorkflow, runner, and YAML errors - diagnosed and fixed.
Node.js & npmnpm, yarn, and pnpm failures in CI - solved.
DockerBuild, run, compose, and registry errors - explained.
Pythonpip, poetry, venv, and pytest failures - fixed.
Java & JVMMaven, Gradle, and JVM failures in CI - resolved.
GoGo build, module, and test failures - diagnosed.