aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-10-19 17:34:34 -0300
committerEuAndreh <eu@euandre.org>2020-10-19 17:37:12 -0300
commit80423aba286e4c826e60639c013b3b5a55118cbf (patch)
tree0decc5eb0cdaa08defdd2e521c9d8d44a63a6336
parentWIP add initial draft of hiring article (diff)
downloadeuandre.org-80423aba286e4c826e60639c013b3b5a55118cbf.tar.gz
euandre.org-80423aba286e4c826e60639c013b3b5a55118cbf.tar.xz
Publish rollout slides and article
Diffstat (limited to '')
-rw-r--r--_articles/2020-10-19-feature-flags-differences-between-backend-frontent-and-mobile.md (renamed from _articles/2020-10-14-feature-flags-differences-between-backend-frontent-and-mobile.md)5
-rw-r--r--_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides (renamed from _slides/2020-10-14-rollout-feature-flag-experiment-operational-toggle.slides)5
2 files changed, 4 insertions, 6 deletions
diff --git a/_articles/2020-10-14-feature-flags-differences-between-backend-frontent-and-mobile.md b/_articles/2020-10-19-feature-flags-differences-between-backend-frontent-and-mobile.md
index c93ddd4..b27f480 100644
--- a/_articles/2020-10-14-feature-flags-differences-between-backend-frontent-and-mobile.md
+++ b/_articles/2020-10-19-feature-flags-differences-between-backend-frontent-and-mobile.md
@@ -1,11 +1,10 @@
---
title: "Feature flags: differences between backend, frontend and mobile"
-date: 2020-10-14
+date: 2020-10-19
layout: post
lang: en
ref: feature-flags-differences-between-backend-frontent-and-mobile
category: presentation
-published: false
---
*This article is derived from a [presentation][presentation] on the same
@@ -19,7 +18,7 @@ differences aren't covered.
I'll try to make this distinction clear, with some final best practices I've
acquired when using them in production.
-[presentation]: {% link _slides/2020-10-14-rollout-feature-flag-experiment-operational-toggle.slides %}
+[presentation]: {% link _slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides %}
[feature-flags-article]: https://martinfowler.com/articles/feature-toggles.html
## Why feature flags
diff --git a/_slides/2020-10-14-rollout-feature-flag-experiment-operational-toggle.slides b/_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides
index 00b97a7..e787f5e 100644
--- a/_slides/2020-10-14-rollout-feature-flag-experiment-operational-toggle.slides
+++ b/_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides
@@ -1,10 +1,9 @@
---
title: Rollout, feature flag, experiment, operational toggle
-date: 2020-10-14
+date: 2020-10-19
layout: slides
lang: en
ref: rollout-feature-flag-experiment-operational-toggle
-published: false
---
# Rollout, feature flag, experiment, operational toggle
@@ -318,7 +317,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-14-feature-flags-differences-between-backend-frontent-and-mobile.md %})
+2. [prose version of this presentation]({% link _articles/2020-10-19-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),