diff options
author | EuAndreh <eu@euandre.org> | 2020-12-19 14:04:03 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-19 14:15:13 -0300 |
commit | 1cf879c3ce0ae2d2a2e94537a4e391e50e2d8191 (patch) | |
tree | 7632464151312225bf91075021c6fc5d8e2e042e /_slides | |
parent | Fix translation navigation link of collections (diff) | |
download | euandre.org-1cf879c3ce0ae2d2a2e94537a4e391e50e2d8191.tar.gz euandre.org-1cf879c3ce0ae2d2a2e94537a4e391e50e2d8191.tar.xz |
Add default links to end of slides
Diffstat (limited to '_slides')
-rw-r--r-- | _slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides | 20 | ||||
-rw-r--r-- | _slides/2020-11-14-on-local-first-beyond-the-crdt-silver-bullet.slides | 14 |
2 files changed, 18 insertions, 16 deletions
diff --git a/_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides b/_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides index a716ae9..0b8e800 100644 --- a/_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides +++ b/_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides @@ -1,9 +1,17 @@ --- + title: Rollout, feature flag, experiment, operational toggle + date: 2020-10-19 + layout: slides + lang: en + ref: rollout-feature-flag-experiment-operational-toggle + +article: _articles/2020-10-19-feature-flags-differences-between-backend-frontend-and-mobile.md + --- # Rollout, feature flag, experiment, operational toggle @@ -330,11 +338,9 @@ You should ask yourself: References: -1. these slides: [{{ site.tld }}/slides.html]({% link slides.md %}) -2. [prose version of this presentation]({% link _articles/2020-10-19-feature-flags-differences-between-backend-frontend-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)", - by Sten Pittet -5. [Accelerate](https://itrevolution.com/book/accelerate/), +1. "[Feature Toggles (aka Feature Flags)](https://martinfowler.com/articles/feature-toggles.html)", +1by Pete Hodgson +1. "[Continuous integration vs. continuous delivery vs. continuous deployment](https://www.atlassian.com/continuous-delivery/principles/continuous-integration-vs-delivery-vs-deployment)", +1by Sten Pittet +1. [Accelerate](https://itrevolution.com/book/accelerate/), by N. Forsgren, J. Humble and G. Kim diff --git a/_slides/2020-11-14-on-local-first-beyond-the-crdt-silver-bullet.slides b/_slides/2020-11-14-on-local-first-beyond-the-crdt-silver-bullet.slides index 425648f..47f5f04 100644 --- a/_slides/2020-11-14-on-local-first-beyond-the-crdt-silver-bullet.slides +++ b/_slides/2020-11-14-on-local-first-beyond-the-crdt-silver-bullet.slides @@ -10,6 +10,8 @@ lang: en ref: on-local-first-beyond-the-crdt-silver-bullet +article: _articles/2020-11-14-local-first-software-you-own-your-data-in-spite-of-the-cloud-article-review.md + --- # On local-first @@ -259,12 +261,6 @@ The tricky part is the end of the sentence: "**in spite of the Cloud**". References: -1. these slides: [{{ site.tld }}/slides.html]({% link slides.md %}) -2. [prose version of this presentation]({% link _articles/2020-11-14-local-first-software-you-own-your-data-in-spite-of-the-cloud-article-review.md %}) -3. "[Local-First Software: You Own Your Data, in spite of the Cloud](https://martin.kleppmann.com/papers/local-first.pdf)", - by M. Kleppmann, A. Wiggins, P. Van Hardenberg and M. F. McGranaghan -4. [The Morning Paper](https://blog.acolyer.org/2019/11/20/local-first-software/) - article -5. "[A Note on Distributed Computing][note-dist-comp]", by J. Waldo, G. Wyant, A. Wollrath and S Kendall - -[note-dist-comp]: https://web.archive.org/web/20130116163535/http://labs.oracle.com/techrep/1994/smli_tr-94-29.pdf +1. "[Local-First Software: You Own Your Data, in spite of the Cloud](https://martin.kleppmann.com/papers/local-first.pdf)", by M. Kleppmann, A. Wiggins, P. Van Hardenberg and M. F. McGranaghan +1. [The Morning Paper](https://blog.acolyer.org/2019/11/20/local-first-software/) article +1. "[A Note on Distributed Computing](https://web.archive.org/web/20130116163535/http://labs.oracle.com/techrep/1994/smli_tr-94-29.pdf)", by J. Waldo, G. Wyant, A. Wollrath and S Kendall
\ No newline at end of file |