2012-10-21 03:14:50 +02:00
|
|
|
<!doctype html>
|
2022-08-12 08:19:15 +02:00
|
|
|
<html lang="en">
|
2011-06-07 21:10:59 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2016-03-20 18:57:30 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
2012-10-21 03:14:50 +02:00
|
|
|
|
2016-03-20 18:50:14 +01:00
|
|
|
<title>reveal.js</title>
|
2012-10-21 03:14:50 +02:00
|
|
|
|
2020-03-06 19:58:40 +01:00
|
|
|
<link rel="stylesheet" href="dist/reset.css">
|
|
|
|
<link rel="stylesheet" href="dist/reveal.css">
|
2021-02-04 14:15:35 +01:00
|
|
|
<link rel="stylesheet" href="dist/theme/black.css">
|
2012-08-08 07:14:12 +02:00
|
|
|
|
2020-05-08 21:04:19 +02:00
|
|
|
<!-- Theme used for syntax highlighted code -->
|
2021-02-04 14:15:35 +01:00
|
|
|
<link rel="stylesheet" href="plugin/highlight/monokai.css">
|
2011-06-07 21:10:59 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2012-06-03 23:30:37 +02:00
|
|
|
<div class="reveal">
|
2011-12-27 06:29:00 +01:00
|
|
|
<div class="slides">
|
2023-05-06 15:12:33 +02:00
|
|
|
<section>
|
|
|
|
<section data-markdown>
|
|
|
|
# About me
|
|
|
|
|
|
|
|
* Dirk Nederveen, [@dirk@blog.ndrvn.nl](https://blog.ndrvn.nl/u/dirk)
|
|
|
|
* Husband, father of 3, Streaming Engineer (QA) @Jet-Stream
|
|
|
|
* Interests:
|
|
|
|
- Theology
|
|
|
|
- Neurospychology
|
|
|
|
- Reading
|
|
|
|
- Beer brewing
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="toc">
|
|
|
|
<h1>TOC</h1>
|
|
|
|
<ol style="list-style: lower-roman;">
|
|
|
|
<li><a href="#/deployment-anxiety-disorder">Deployment Anxiety Disorder</a></li>
|
|
|
|
<li><a href="#/regulation">Regulation</a></li>
|
|
|
|
<li><a href="#/feedback-latency">Feedback latency</a></li>
|
|
|
|
</ol>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="deployment-anxiety-disorder">
|
|
|
|
<section>
|
|
|
|
<em>
|
|
|
|
Please raise your hand if you ever...
|
|
|
|
</em>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li class="fragment">deployed code that you didn't trust
|
|
|
|
<span class="fragment">with a service disruption as a consequence 😱💥</span>
|
|
|
|
</li>
|
|
|
|
<li class="fragment">deployed code that you <em>did</em> trust
|
|
|
|
<span class="fragment">that did boom anyway 😱💥</span></li>
|
|
|
|
<li class="fragment">worked with an acceptance/staging environment
|
|
|
|
<span class="fragment">and production still did boom 😱💥</span>
|
|
|
|
</li>
|
|
|
|
<li class="fragment">held off a deployment on a Friday, to avoid '😱💥'</li>
|
|
|
|
<li class="fragment">... on a Thursday</li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-markdown>
|
|
|
|
# Deployment Anxiety Disorder
|
|
|
|
|
|
|
|
*A troublesome fear that prod go boom. Symptoms may include:*
|
|
|
|
- excessive or insufficient release planning
|
|
|
|
- difficulty to perform updates
|
|
|
|
- panic attacks
|
|
|
|
- CYA strategies
|
|
|
|
- entertaining thoughts about working at Hornbach
|
|
|
|
</section>
|
|
|
|
<section data-markdown>
|
|
|
|
# Stress hormones
|
|
|
|
|
|
|
|
* natural response to stress
|
|
|
|
* acute stress: adrenaline
|
|
|
|
* fight-or-flight response
|
|
|
|
* prepares your body for action
|
|
|
|
* prolonged stress: cortisol
|
|
|
|
* freeze response
|
|
|
|
* restlessness
|
|
|
|
* anxiety disorders, depression
|
|
|
|
* mortal enemy AND big ally
|
|
|
|
* big ally if you learn to regulate the body response to stress hormones
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="regulation">
|
|
|
|
<section data-markdown style="font-family: 'Comic Sans','Comic Neue';">
|
|
|
|
# Regulation
|
|
|
|
|
|
|
|
* Respond to stress hormones for your benefit
|
|
|
|
- from *fight* to *take control*
|
|
|
|
- from *flight* to *take a break*
|
|
|
|
- from *freeze* to *accept*
|
|
|
|
* Apply brakes
|
|
|
|
* Control emotions
|
|
|
|
</section>
|
|
|
|
<section data-markdown style="font-family: 'Comic Sans','Comic Neue';">
|
|
|
|
# Emotional regulation in software delivery
|
|
|
|
|
|
|
|
* Apply brakes
|
|
|
|
- Commit to an *acceptable* workload
|
|
|
|
- Communicate about your needs
|
|
|
|
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<section data-markdown style="font-family: 'Comic Sans','Comic Neue';">
|
|
|
|
# Value stream mapping
|
|
|
|
|
|
|
|
How does the value stream through the organisation?
|
|
|
|
</section>
|
|
|
|
<section data-markdown>
|
|
|
|
- Customer calls with a question about sending an invoice on Monday 1 May, Support Hero logs ticket BS-1234 in Jira
|
|
|
|
- Product Owner, Tech Lead and Support Hero have triage meeting on Thursday 4 May, bug confirmed, priority 'Highest'
|
|
|
|
- Product Owner and Tech Lead have backlog grooming meeting on Friday 5 May
|
|
|
|
- Team has Sprint Planning meeting on Monday 8 May, commit to BS-1234 for 2 Story Points
|
|
|
|
</section>
|
|
|
|
<section data-markdown>
|
|
|
|
- Jr. Dev picks up BS-1234, needs clarification and sends Customer an email on Wednesday 10 May
|
|
|
|
- Customer responds Thursday 11 May, 16:00
|
|
|
|
- Jr. Dev starts implementation on Monday 15 May, opens PR #2345 in GitHub
|
|
|
|
- Sr. Dev responds to PR #2345 on Tuesday 16 May 16:00, needs improvement
|
|
|
|
</section>
|
|
|
|
<section data-markdown>
|
|
|
|
- Jr. Dev processes feedback on Thursday 18 May, 10:00
|
|
|
|
- Sr. Dev merges PR #2345 on Thursday 18 May 🎉
|
|
|
|
- Operations Team prepares release after Sprint end, and deploys update on Tuesday, 23 May
|
|
|
|
</section>
|
|
|
|
</section>
|
2011-12-27 06:29:00 +01:00
|
|
|
</div>
|
2021-11-11 15:13:31 +01:00
|
|
|
</div>
|
2012-03-24 17:48:16 +01:00
|
|
|
|
2020-05-04 10:39:37 +02:00
|
|
|
<script src="dist/reveal.js"></script>
|
2020-05-18 20:52:51 +02:00
|
|
|
<script src="plugin/notes/notes.js"></script>
|
2020-05-18 14:41:56 +02:00
|
|
|
<script src="plugin/markdown/markdown.js"></script>
|
|
|
|
<script src="plugin/highlight/highlight.js"></script>
|
2011-12-05 03:07:33 +01:00
|
|
|
<script>
|
2020-05-18 20:52:51 +02:00
|
|
|
// More info about initialization & config:
|
2020-05-19 18:27:00 +02:00
|
|
|
// - https://revealjs.com/initialization/
|
|
|
|
// - https://revealjs.com/config/
|
2012-08-12 02:25:55 +02:00
|
|
|
Reveal.initialize({
|
2019-06-10 06:57:07 +02:00
|
|
|
hash: true,
|
2020-05-18 20:52:51 +02:00
|
|
|
|
2020-05-19 18:27:00 +02:00
|
|
|
// Learn about plugins: https://revealjs.com/plugins/
|
2020-04-23 09:39:26 +02:00
|
|
|
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
|
2012-08-12 02:25:55 +02:00
|
|
|
});
|
2012-08-04 21:53:52 +02:00
|
|
|
</script>
|
2023-05-06 15:12:33 +02:00
|
|
|
<script>
|
|
|
|
document.querySelectorAll('.slides section a[href^="http"]').
|
|
|
|
forEach(a => a.setAttribute('target', '_blank'))
|
|
|
|
</script>
|
2011-06-07 21:10:59 +02:00
|
|
|
</body>
|
2012-08-04 06:33:27 +02:00
|
|
|
</html>
|