-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
412 lines (397 loc) · 20.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Who Do You Want To Be?</title>
<meta name="author" content="Joe Schmetzer">
<meta name="description" content="A talk on managing your career">
<link rel="stylesheet" href="reveal.js/dist/reset.css">
<link rel="stylesheet" href="reveal.js/dist/reveal.css">
<link rel="stylesheet" href="reveal.js/dist/theme/simple.css">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="reveal.js/plugin/highlight/monokai.css">
<style type="text/css">
.reveal > .footer {
position: absolute;
padding: 0;
margin: 0;
bottom: 0;
left: 0;
width: 100%;
height: 3em;
font-size: 30px;
text-align: center;
background-color: #ddd;
border-top: 1px solid #aaa;
z-index: 3;
}
.reveal .footer p {
padding: 10px;
line-height: 1;
}
.reveal .upcoming-slide iframe .footer {
display: none;
}
.reveal > .slides section {
/* leave room for footer */
margin-bottom: 130px;
}
.reveal > .slides section.slide-with-background {
background-color: rgba(255, 255, 255, 0.75);
border-radius: 20px;
}
.section-header {
line-height: 2em !important;
}
.section-header > ol > li { color: #999; }
.section-header > ol > li.active { color: #000; font-size: larger; }
#title {
top: 0 !important;
right: 0;
width: 75%
}
#title h1 {
font-size: 1.5em;
}
#title h2 { font-size: 1.2em; }
html.image-left div.slide-background.present {
background-position: left;
background-size: contain;
max-width: 60%;
max-height: 90%;
margin-left: 1em;
margin-top: 1em;
}
html.image-left section.present {
width: 66%;
left: 33%;
}
</style>
</head>
<body>
<div class="reveal">
<div class="footer">
<p><span class="footer-title">Who Do You Want To Be?</span> • <a href="https://twitter.com/tumbarumba">@tumbarumba</a></p>
</div>
<div class="slides">
<section id="title" class="slide-with-background" data-background-image="images/animals-sm.jpg" data-state="topright">
<h1>Who Do You Want To Be?</h1>
<aside class="notes">
<ul>
<li>This is a talk I originally gave to the London based Meet-a-Mentor organisation in 2018</li>
<li>This is a call to action to everyone: take control of your own career</li>
<li>Divided into 3 parts:
<ul>
<li>Do you know what is your own personal career goal?</li>
<li>Don't do this alone. Seek help</li>
<li>Unsolcited advice</li>
</ul>
</li>
</ul>
</aside>
</section>
<section id="goalsetting">
<section id="progress1">
<h2>Topics</h2>
<ul>
<li><strong>Goal Setting</strong></li>
<li>Mentoring</li>
<li>Advice</li>
</ul>
</section>
<section id="motivation">
<h2>Why Do We Go To Work?</h2>
<aside class="notes">
<ul>
<li>We have to. Money, debts, survival. We're inherently lazy. Extrinsic motivation</li>
<li>We love to. Being part of something, building something we care about. We're inherently
motivated if all the problems will just get out of the way. Intrinsic motivation</li>
</ul>
</aside>
</section>
<section id="drive"
data-background-image="images/drive-cover.jpg"
data-background-position="10px 40%"
data-background-size="25%">
<h2>Drive</h2>
<ul>
<li class="fragment">Autonomy</li>
<li class="fragment">Mastery</li>
<li class="fragment">Purpose</li>
</ul>
<aside class="notes">
<p>To motivate employees who work beyond basic tasks, be aware that these three factors will increase
performance and satisfaction:</p>
<ul>
<li>Autonomy — Our desire to be self directed. It increases engagement over compliance.</li>
<li>Mastery — The urge to get better skills.</li>
<li>Purpose — The desire to do something that has meaning and is important. Businesses that only
focus on profits without valuing purpose will end up with poor customer service and unhappy
employees.</li>
</ul>
</aside>
</section>
<section id="mission">
<h2>My Mission</h2>
<blockquote class="fragment">
Bring mutuality, mastery and respect to the process of making
humane, impactful software systems
</blockquote>
<p class="fragment"><a href="https://exubero.com/2018/05/30/the-joy-of-work/">https://exubero.com/2018/05/30/the-joy-of-work/</a></p>
<aside class="notes">
<ul>
<li>This is a set of values. The blog post lists a number of practices I think are effective</li>
<li>The intent is to help give me guidance on how I respond to different options - does this help
with my mission?</li>
<li>It probably won't help you. You need to come up with your own mission...</li>
</ul>
</aside>
</section>
<section id="whatdoyouwant">
<h2>What Do You Want?</h2>
<aside class="notes">
<ul>
<li>You might not now what you want</li>
<li>You need to experience different situations, teams, companies, bosses</li>
<li>... but have a thing about what makes you happy, what gives you purpose</li>
</ul>
</aside>
</section>
<section id="findyourpurpose">
<h2>I Don't Know What I Want</h2>
<p class="fragment">Your mission is to <strong>find your purpose</strong></p>
<aside class="notes">
<ul>
<li>Lots of experiments</li>
<li>Cheap, fast</li>
</ul>
</aside>
</section>
<section id="fulfillingwork"
data-background-image="images/fulfilling-work-cover.jpg"
data-background-position="center"
data-background-size="25%">
<aside class="notes">
<p>It explores the competing claims we face for money and status while doing something meaningful
and in tune with our talents. Drawing on wisdom about work that is to be found in sociology,
psychology, history and philosophy, Roman Krznaric sets out a practical and innovative guide
to negotiating the labyrinth of choices, overcoming the fear of change, and finding a career
that makes you thrive.</p>
</aside>
</section>
<section id="mapyourpurpose">
<h2>I Know What I Want</h2>
<p class="fragment">Your mission is to <strong>map your purpose to your job</strong></p>
<aside class="notes">
<ul>
<li>Change your job, or..</li>
<li>Change your job</li>
</ul>
<p>My previous job didn't align with my values or purpose. I suffered severe burnout.</p>
</aside>
</section>
<section id="livingthedream">
<h2>I Have What I Want</h2>
<p class="fragment">Congratulations! You're <strong>living the dream</strong></p>
<p class="fragment">Your mission is to <strong>maintain your vision</strong></p>
<aside class="notes">
<ul>
<li>Did this happen consciously? Could you do it again?</li>
<li>Your vision may change</li>
</ul>
</aside>
</section>
<section class="youhaveagoal">
<h2>You Have a Goal</h2>
<p class="fragment">You're not going to get there in a single step</p>
<p class="fragment">You're going to fail</p>
<p class="fragment">Failure is learning</p>
<p class="fragment">Celebrate failure!</p>
<aside class="notes">
<ul>
<li>Find your purpose, map your purpose</li>
<li>You're not going to fail <i>all</i> the time, but...</li>
<li>... sometimes things will go badly</li>
<li>Look for <i>small</i> experiments, safe to fail</li>
</ul>
</aside>
</section>
<section id="grow">
<h2>The GROW Model</h2>
<ul>
<li class="fragment"><strong>G</strong>oal: where do you want to be?</li>
<li class="fragment"><strong>R</strong>eality: where are you now?</li>
<li class="fragment"><strong>O</strong>bstacles: what's stopping you?<br>
<span class="fragment"><strong>O</strong>ptions: how are you going to deal with the obstacles?</span></li>
<li class="fragment"><strong>W</strong>ay forward: convert the options to action steps</li>
</ul>
<aside class="notes">
<ul>
<li>This can be done individually, or with a mentor</li>
</ul>
</aside>
</section>
<section id="seekhelp">
<h2>Don't Do This Alone</h2>
<p class="fragment">You need help</p>
</section>
</section>
<section id="mentoring">
<section id="progress2">
<h2>Topics</h2>
<ul>
<li>Goal Setting</li>
<li><strong>Mentoring</strong></li>
<li>Advice</li>
</ul>
</section>
<section id="teacher-coach-mentor">
<img src="images/teacher-coach-mentor-sm.jpg"/>
</section>
<section id="whatdoesamentordo">
<h2>What Does a Mentor Do?</h2>
<ul>
<li class="fragment">Feedback</li>
<li class="fragment">Encouragement</li>
<li class="fragment">Perspective</li>
<li class="fragment">Help formulate goals</li>
<li class="fragment">Network and connections</li>
<li class="fragment">Coaching / Teaching</li>
</ul>
</section>
<section id="whocanbeamentor">
<h2>Who Can be a Mentor?</h2>
<ul>
<li class="fragment">Someone you trust</li>
<li class="fragment">Someone you look up to</li>
<li class="fragment">Someone who shares your values</li>
<li class="fragment">Someone with experience</li>
<li class="fragment"><strong>Not</strong> your manager <span class="fragment">(probably)</span></li>
<li class="fragment">They don't even need to know that they're your mentor</li>
</ul>
</section>
<section id="findingamentor">
<h2>Finding a Mentor</h2>
<ul>
<li class="fragment">Ask</li>
<li class="fragment">Find a mentoring network</li>
</ul>
</section>
<section id="the-mentoring-manual"
data-background-image="images/the-mentoring-manual.jpg"
data-background-position="center"
data-background-size="25%">
<aside class="notes">
<ul>
<li>What is mentoring? What is it not?</li>
<li>What is the mentoring relationship?</li>
<li>Guiding principles for mentors</li>
<li>What do good mentors do well?</li>
<li>A process to support your journey</li>
<li>Pitfalls for the less experienced traveller</li>
</ul>
</aside>
</section>
</section>
<section id="advice">
<section id="progress3">
<h2>Topics</h2>
<ul>
<li>Goal Setting</li>
<li>Mentoring</li>
<li><strong>Advice</strong></li>
</ul>
</section>
<section id="wearsunscreen">
<h2>Wear Sunscreen</h2>
<aside class="notes">
<p>If I could offer you only one tip for the future,
Sunscreen would be it
The long term benefits of sunscreen have been proved by scientists
whereas the rest of my advice has no basis more reliable than my own meandering experience...
I will dispense this advice now...</p>
</aside>
</section>
<section id="juniorsadvice">
<h2>Advice to Juniors</h2>
<ul>
<li class="fragment">Learn to build the thing right</li>
<li class="fragment">Find a mentor</li>
<li class="fragment">Improve your communication skills</li>
</ul>
<aside class="notes">
<ul>
<li>Technical skills. Languages. Libraries. APIs. Techniques. XP</li>
<li>Mentors can help you practice your skills and work towards your goals</li>
<li>Communication skills give you power and influence</li>
</ul>
</aside>
</section>
<section id="seniorsadvice">
<h2>Advice to Seniors</h2>
<ul>
<li class="fragment">Learn to build the right thing</li>
<li class="fragment">Become a teacher</li>
<li class="fragment">Find a mentor</li>
<li class="fragment">Improve your communication skills</li>
</ul>
<aside class="notes">
<ul>
<li>Understanding customer needs. Feedback loops</li>
<li>Mentors can help you practice your skills and work towards your goals</li>
<li>Teaching others improves your own skills</li>
<li>Communication skills give you power and influence</li>
</ul>
</aside>
</section>
<section id="managersadvice">
<h2>Advice to Managers</h2>
<ul>
<li class="fragment">Learn to influence culture</li>
<li class="fragment">Find a mentor</li>
<li class="fragment">Improve your communication skills</li>
</ul>
<aside class="notes">
<ul>
<li>You don't work in code any more, you work in people. People is culture. Complex adaptive systems.</li>
<li>Managers have an oversized influence on culture (access to metacultural forces)</li>
<li>Not a manager, still learn this stuff</li>
<li>Coursera course: Culture Driven Team Building</li>
<li>Story of changing culture: Turn The Ship Around, by David Marquet</li>
</ul>
</aside>
</section>
<section id="communication">
<h2>Better Communication</h2>
<ul>
<li>Mutual Learning Model (Chris Agyris)</li>
<li>Non-Violent Communication (Marshall Rosenberg)</li>
<li>Clean Language</li>
<li>Feeling Good, book and podcast (Dr David Burns)</li>
<li>tumbarumba.github.io/effective-communication/</li>
</ul>
</section>
</section>
<section id="fin">
<h2>Fin</h2>
<p class="fragment">Any questions?</p>
</section>
</div>
</div>
<script src="reveal.js/dist/reveal.js"></script>
<script src="reveal.js/plugin/notes/notes.js"></script>
<script src="reveal.js/plugin/markdown/markdown.js"></script>
<script src="reveal.js/plugin/highlight/highlight.js"></script>
<script>
// More info about initialization & config:
// - https://revealjs.com/initialization/
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,
// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
});
</script>
</body>
</html>