aboutsummaryrefslogtreecommitdiff
path: root/_slides
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-10-13 23:36:31 -0300
committerEuAndreh <eu@euandre.org>2020-10-13 23:40:12 -0300
commit4367aa572bb6e29fa21755a2119e8626d285c364 (patch)
treeab85e6033e675f1065f8b36adf86a3339155ae5c /_slides
parentfeature flag article: finish first draft, without spell checking nor proofrea... (diff)
downloadeuandre.org-4367aa572bb6e29fa21755a2119e8626d285c364.tar.gz
euandre.org-4367aa572bb6e29fa21755a2119e8626d285c364.tar.xz
feature flag article+slides: Timestamp them with 2020/10/14
Diffstat (limited to '_slides')
-rw-r--r--_slides/2020-10-14-rollout-feature-flag-experiment-operational-toggle.slides (renamed from _slides/2020-10-09-rollout-feature-flag-experiment-operational-toggle.slides)4
1 files changed, 2 insertions, 2 deletions
diff --git a/_slides/2020-10-09-rollout-feature-flag-experiment-operational-toggle.slides b/_slides/2020-10-14-rollout-feature-flag-experiment-operational-toggle.slides
index 775f567..00b97a7 100644
--- a/_slides/2020-10-09-rollout-feature-flag-experiment-operational-toggle.slides
+++ b/_slides/2020-10-14-rollout-feature-flag-experiment-operational-toggle.slides
@@ -1,6 +1,6 @@
---
title: Rollout, feature flag, experiment, operational toggle
-date: 2020-10-09
+date: 2020-10-14
layout: slides
lang: en
ref: rollout-feature-flag-experiment-operational-toggle
@@ -318,7 +318,7 @@ You should ask yourself:
References:
1. these slides: [euandre.org/slides.html]({% link slides.md %})
-2. [prose version of this presentation]({% link _articles/2020-10-12-feature-flags-differences-between-backend-frontent-and-mobile.md %})
+2. [prose version of this presentation]({% link _articles/2020-10-14-feature-flags-differences-between-backend-frontent-and-mobile.md %})
3. ["Feature Toggles (aka Feature Flags)"](https://martinfowler.com/articles/feature-toggles.html),
by Pete Hodgson
4. [Continuous integration vs. continuous delivery vs. continuous deployment](https://www.atlassian.com/continuous-delivery/principles/continuous-integration-vs-delivery-vs-deployment),