Topic Archive
Topic: Continuous-delivery
Engineering insights and technical observations related to Continuous-delivery.
•
13 min read
Deployment Is an Engineering Problem
A production-focused argument for treating deployment as system design: artifact identity, automation, rollback, data safety, and operational ownership.
release-engineeringdeployment-automationcontinuous-delivery
•
14 min read
Designing Safe Release Pipelines
A production-focused guide to release pipelines that reduce deployment risk through automation, evidence, rollout control, and rollback discipline.
release-engineeringci-cdcontinuous-delivery
•
14 min read
Feature Flags Are More Important Than Branches
A production-focused argument for treating feature flags as runtime release control, not decoration around branch strategy.
release-engineeringfeature-flagstrunk-based-development