Set up continuous deployment for your Angular app, then add a feature flag, so you can change its behavior without multiple deployments
Tag: continuous integration
Continuous Integration: What You Don’t Know Can Hurt You
Blind spots have a way of coming back to bite you down the road. When building software, the size of that “bite” grows exponentially with time.
Feature Flags vs. Feature Branches
Which is a better approach to developing, testing, and delivering new code: feature flags, or feature branches? Can you move faster without merge hell?
The Path To Progressive Delivery
Last week I said I would start a two-part series on progressive delivery. Here’s the promised first installment. Whether you’d rather read or watch the …