The Runtime Theory
medium · 3h · 8 steps

Software Delivery: Version, Test, Release, Observe

Connect version control, test boundaries, deployment feedback, and rollback into a repeatable delivery system.

Curriculum (8 steps)

1

Git records snapshots and relationships between commits.

Start→
2

Use a visual Git sandbox to create branches, merge histories, resolve a conflict, and recover a commit by following references.

Start→
3

Tests provide evidence about behavior at different boundaries.

Start→
4

An interactive concept flow for choose tests by the failure they can catch, from its assumptions through the main operation and boundary checks.

Start→
5

Continuous delivery makes a change releasable through repeatable build, validation, and deployment steps.

Start→
6

Follow the key state changes and boundary checks involved in a change travels through delivery and feedback.

Start→
7

An interactive concept flow for a change travels through delivery and feedback, from its assumptions through the main operation and boundary checks.

Start→
8

Explain the model, execution steps, complexity, and limits of a change travels through delivery and feedback.

Start→