From b74dc2dcb2c37113cff5d68d193500459e791f30 Mon Sep 17 00:00:00 2001 From: Dirk Nederveen Date: Fri, 19 May 2023 20:08:46 +0200 Subject: [PATCH] Reformat --- .editorconfig | 7 ++ index.html | 275 +++++++++++++++++++++++++------------------------- 2 files changed, 146 insertions(+), 136 deletions(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..dd86bed2 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true + +[*] +indent_size = 2 +trim_trailing_whitespace = true +insert_final_newline = true +indent_style = space diff --git a/index.html b/index.html index 0fd1f2a3..0a5ed42c 100644 --- a/index.html +++ b/index.html @@ -1,156 +1,159 @@ - - - - reveal.js + + + - - - + reveal.js - - - - -
-
-
-
- # 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 -
-
+ + + -
-

TOC

-
    -
  1. Deployment Anxiety Disorder
  2. -
  3. Regulation
  4. -
  5. Feedback latency
  6. -
-
+ +
+
+
+
+ # About me -
-
- - Please raise your hand if you ever... - + * 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 +
+
-
    -
  • deployed code that you didn't trust - with a service disruption as a consequence 😱💥 -
  • -
  • deployed code that you did trust - that did boom anyway 😱💥
  • -
  • worked with an acceptance/staging environment - and production still did boom 😱💥 -
  • -
  • held off a deployment on a Friday, to avoid '😱💥'
  • -
  • ... on a Thursday
  • -
-
+
+

TOC

+
    +
  1. Deployment Anxiety Disorder
  2. +
  3. Feedback latency
  4. +
+
-
- # Deployment Anxiety Disorder +
+
+ + Please raise your hand if you ever... + - *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 -
-
- # Stress hormones +
    +
  • deployed code that you didn't trust + with a service disruption as a consequence 😱💥 +
  • +
  • deployed code that you did trust + that did boom anyway 😱💥 +
  • +
  • worked with an acceptance/staging environment + and production still did boom 😱💥 +
  • +
  • held off a deployment on a Friday, to avoid '😱💥'
  • +
  • ... on a Thursday
  • +
+
- * 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 -
-
+
+ # Deployment Anxiety Disorder -
-
- # 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 -
-
- # Emotional regulation in software delivery + *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 +
+
+ # Stress hormones - * Apply brakes - - Commit to an *acceptable* workload - - Communicate about your needs + * 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 +
-
-
+
+ # Regulation 🏗️ -
-
- # Value stream mapping + * 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 +
- How does the value stream through the organisation? -
-
- - 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 -
-
- - 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 -
-
- - 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 -
-
-
-
+
+ # Emotional regulation in software delivery 🏗️🏗️ - - - - - + + + + + + - // Learn about plugins: https://revealjs.com/plugins/ - plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ] - }); - - -