You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _pages/talks.md
+63-1Lines changed: 63 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,9 @@ I have done quite a few different talks and workshops during my career and here
18
18
|[Kanban in Action - improve my kanban board](#kanban-in-action---improve-my-kanban-board)| In this talk, we examine numerous ways that your board can be changed and improved to help you and improve your work | 1-2 hours |
19
19
|[Kanban in Action - process improvements now! And forever!](#kanban-in-action---process-improvements-now-and-forever)| This is a workshop where we not only learn the basics of kanban and lean but also start to build out a board that we can start using tomorrow and then forevermore | 3 hours |
20
20
|[Kanban in Action - upstream work](#kanban-in-action---upstream-work)| In this workshop, we examine the earlier phases of development and see how lean principles and kanban can help us to improve flow. | 2-3 hours |
21
-
|[Serverless - What? Why? How?](#serverless---why-what-how)| In this presentation I will give you an overview of the next paradigm shift for developers - serverless. We will see how we can move faster with these capabilities. There will be demos | 1-2 hours |
21
+
|[Impact mapping - a hands-on introduction](#impact-mapping---a-hands-on-introduction)| Impact mapping is a great tool that covers a missing part for many teams; knowing WHY we are doing something. This is a workshop where we get to know more about impact mapping and get our hands dirty using it. | 1-3 hours |
22
+
|[User story mapping - a hands-on introduction](#user-story-mapping---a-hands-on-introduction)| User story maps helps team to create and slice user stories into small increments of a value. This is a workshop where we get to know more about user story mapping and get our hands dirty using it. | 1-3 hours |
23
+
|[Mob programming - a hands-on introduction](#mob-programming---a-hands-on-introduction)|[Mob programming](https://www.marcusoft.net/tags/#mobprogramming) is a power way of developing together as a team, and is the most effective way I have seen to create great software. This is a workshop where we get to know more about impact mapping and get our hands dirty using it.| 1-3 hours |
22
24
23
25
## The Bungsu Story - inspirational presentation
24
26
@@ -185,3 +187,63 @@ This is an overview of what serverless is but there will be code as well, nothin
185
187
### Length
186
188
187
189
1 - 2 hours
190
+
191
+
## Impact mapping - a hands-on introduction
192
+
193
+
Impact mapping is a great tool that covers a missing part for many teams; knowing WHY we are doing something. Typically teams get stuck in long lists of feature requests and very quickly the reasons for these items being prioritized over others are lost. This can easily lead to us building the wrong thing, and even building the thing wrong.
194
+
195
+
Impact mapping is a strategic planning technique that ensures that the whole team have a common goal and understand the impact we are trying to make.
196
+
197
+
### Outcomes
198
+
199
+
- Theoretical understanding about what impact mapping is and why it is a good tool for product development teams
200
+
- Practical understanding about how to conduct effective workshops to create impact maps
201
+
- Know how to use impact maps to structure the work ahead
202
+
203
+
### Audience
204
+
205
+
Any team member of a digital development team.
206
+
207
+
### Length
208
+
209
+
1-3 hours
210
+
211
+
## User story mapping - a hands-on introduction
212
+
213
+
Making user stories that are small and still deliver some value to an end user is one of the most important features of user stories, but also one of the hardest things to do well. User story mapping is a technique that helps you in this job and also, as a wonderful side-effect, gives you the opportunity to plan releases, MVPs (minimum valuable product) or MLP (minimal loveable product).
214
+
215
+
### Outcomes
216
+
217
+
- Understand what user story maps are and when to use them
218
+
- Practical experience in creating user story maps
219
+
- Learn how to plan with user story maps
220
+
221
+
### Audience
222
+
223
+
Any team member of a digital development team.
224
+
225
+
### Length
226
+
227
+
1-3 hours
228
+
229
+
## Mob programming - a hands-on introduction
230
+
231
+
Mob programming (aka Software teaming) is one of the most innovative, provocative and effective ways I have come across in doing software development. Working in mob was also the first time I felt part of a real team that was working *together* to create value.
232
+
233
+
Mob programming is very easy to learn but has a lot of subtleties to make it enjoyable and effective.
234
+
235
+
Mob programming doesn't have to be applied to software development, but that was where it first was used. Ask me to tweak it to your setting.
236
+
237
+
### Outcomes
238
+
239
+
- Get ready to start using mob programming in your team
240
+
- Learn about the ways that mob programming can help you to reach new levels of effectiveness
241
+
- Get hands-on experience starting using mob programming in your team.
0 commit comments