-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
516 lines (438 loc) · 15 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
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
<!doctype html>
<html lang="sv">
<head>
<meta charset="utf-8">
<title>QCon SF 2015 - En sammanfattning</title>
<meta name="description" content="En dragning om konferensen i sig samt ett par av dragningarna som gjorde avtryck.">
<meta name="author" content="Alexi Rahman">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/theme/sky.css" id="theme">
<!-- Code syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<h1>QCon SF 2015</h1>
<h3>En sammanfattning</h3>
<p>
<small>Av <a href="http://www.r76.se">Alexi Rahman</a></small>
</p>
</section>
<section>
<h2>Vad är QCon?</h2>
<section>
<blockquote cite="http://qconferences.com/">
"QCon is designed for technical team leads, architects, engineering directors, and project managers who influence innovation in their teams."
</blockquote>
</section>
<section>
<ul>
<li class="fragment">London, São Paulo, Beijing, New York, Rio de Janeiro, Shanghai & San Francisco</li>
<li class="fragment">InfoQ (<a href="http://www.infoq.com/">http://www.infoq.com/</a>)</li>
<li class="fragment">Floyd Marinescu</li>
<li class="fragment">The Server Side (<a href="http://www.theserverside.com/">http://www.theserverside.com/</a>)</li>
</ul>
</section>
</section>
<section>
<h2>Schema</h2>
<p>
<img src="img/qcon.jpg" width="40%">
<p>3 dagar - dragningar</p>
<p>(2 dagar - workshops)</p>
</p>
</section>
<section data-background="img/magnifying-glass.jpg" data-background-transition="zoom">
<div style="text-align: left; margin-left: 30px; margin-top: -100px;">
<ul>
<li class="fragment"><strong>Microservices</strong></li>
<li class="fragment"><strong>Containers / Docker</strong></li>
<li class="fragment">JavaScript</li>
<li class="fragment">Stora datamängder / <br>skalbarhet</li>
<li class="fragment">Stream processing</li>
</ul>
</div>
<aside class="notes">
<p>
Microservices. Skojades om microservices. Nästan ett krav om man ska kunna deploya ofta, speciellt om produkter/miljöer är komplexa. <br><br>
På Dockerhub har många repos miljoner pulls.<br><br>
För något år sedan, prat om ovanstående, nu används de faktiskt.<br><br>
Meetup på Trifork, bara ovanstående.<br><br>
JavaScript, klient/server/databas (Clusterpoint). Utsålda workshops React.js samt Docker.
</p>
</aside>
</section>
<section data-background="#fff" data-background-transition="zoom">
<h2>60%</h2>
<p class="fragment"><img src="img/thumbsup.jpg" class="big-image"></p>
</section>
<section>
<h2>+</h2>
<ul>
<li>Bredden</li>
<li>Inte för stor</li>
<li>Presentationer lades online snabbt</li>
<li>San Francisco</li>
<li>Amerikanarna</li>
</ul>
</section>
<section>
<h2>-</h2>
<ul>
<li>Ingen "kioskvältare"</li>
<li>Inte helt billig</li>
</ul>
</section>
<section data-transition="concave">
<h2>=</h2>
<p>2 stjärnor, "Excellent cooking, worth a detour"</p>
</section>
<section>
<section>
<h2>Dragning 1</h2>
<a href="https://qconsf.com/sf2015/presentation/redefining-failure-at-yammer">Redefining Failure at Yammer - Nate Fink</a>
</section>
<section>
<h3>Paralleler till</h3>
<img src="img/expressen-logotyp.svg" style="border: 0px; box-shadow: none;">
</section>
</section>
<section>
<p>Old school-distribution av mjukvara med lång feedbackloop</p>
<aside class="notes">
<p>
Fink (head of engineering) var på MS när de tog över Yammer. Började jobba som de gjorde på Yammer.
Kom dock från Sharepoint där de hade långa releasecykler och därmed feedbackloopar.
</p>
</aside>
</section>
<section data-transition="convex">
<section>
<img src="img/rocket.png" class="small-image">
<p>Vi vet inte var vi är på väg, men vi får mycket gjort</p>
</section>
<section>
<img src="img/target.png" class="small-image">
<p>Rörlig måltavla</p>
</section>
</section>
<section>
<p>Efficency vs responsiveness</p>
<aside class="notes">
<p>
Effektiva på MS, men inte spec responsiva. Responsivt ofta bättre i en dynamisk värld.
</p>
<p>
Lång feedbackloop gör att man vill undvika misstag. Med snabb feedback kan man lära sig från misstag, det tillsammans med en låg kostnad är viktigt.
</p>
</aside>
</section>
<section data-background="lightgreen" data-background-transition="zoom">
<blockquote>
<p>"Failure is not trying things that don’t work.</p>
<p>Failure is failing to learn."</p>
</blockquote>
</section>
<section data-background="#fff">
<section>
<h2>Recept</h2>
<img src="img/feedback-loop.png" style="border: 0px; box-shadow: none;">
<aside class="notes">
<p>
2 första tekniska, de andra mer av organisatorisk natur.
</p>
</aside>
</section>
<section>
<h2>Deliver frequently</h2>
<img src="img/wrench.jpg" class="small-image">
<p>Continuous integration</p>
<p>Continous delivery / deployment</p>
</section>
<section>
<h2>Measure impact</h2>
<p>A/B-testning</p>
<p>Se upp med mikrooptimering</p>
<aside class="notes">
<p>
Ny feature gick ut, bra mätvärden för den, men var det bra för produkten som helhet?
</p>
</aside>
</section>
<section>
<h2>Experiment more, plan less</h2>
<aside class="notes">
<p>
Företagskulturen... Färre features som deployas, men de som gör det bidrar med ett större värde.
</p>
</aside>
</section>
<section>
<h2>Organize for adaptation</h2>
<p>Dynamiska team, organiserade kring projekt</p>
<aside class="notes">
<p>
Hade klassiska frontend, backend, sök etc team. Nu temporära team med alla typer av kunskaper. Färre beroende till andra typer av kunskaper.
</p>
</aside>
</section>
</section>
<section data-background="lightgreen">
<p>Minimera motståndet till förändring...</p>
</section>
<section data-background="yellow" data-background-transition="convex">
<blockquote style="background: rgba(100, 100, 200,0.25);">
“The only sustainable source of competitive advantage in any industry is the ability to learn faster than your competitors.”
</blockquote>
<p>Arie DeGeus</p>
</section>
<section>
<section>
<p>Hur fungerar detta på mitt nuvarande uppdrag?</p>
<img src="img/expressen-logotyp.svg" class="small-image">
</section>
<section>
<h2>Deliver frequently</h2>
<img src="img/expressen-logotyp.svg" class="small-image">
<img src="img/checkmark-green.png" class="smaller-image">
</section>
<section>
<h2>Measure impact</h2>
<img src="img/expressen-logotyp.svg" class="small-image">
<img src="img/checkmark-green.png" class="smaller-image">
</section>
<section>
<h2>Experiment more, plan less</h2>
<img src="img/expressen-logotyp.svg" class="small-image">
<img src="img/checkmark-green.png" class="smaller-image">
<aside class="notes">
<p>
Organisationen/produktägarna med mera är medvetna om att allt som provas/utvecklas inte kommer att behållas.
</p>
</aside>
</section>
<section>
<h2>Organize for adaptation</h2>
<img src="img/expressen-logotyp.svg" class="small-image">
<img src="img/checkmark-green.png" class="smaller-image">
<aside class="notes">
<p>
Medlemmar/folk byts ofta. Snart 4:e teamet under min tid. Vet ej om det är lika mycket tanke bakom som hos Yammer.
</p>
</aside>
</section>
</section>
<section data-background="lightgreen" data-background-transition="zoom">
<h2>Potentiella problem</h2>
<p>Ägarskap</p>
</section>
<section>
<h2>Dragning 2</h2>
<a href="https://qconsf.com/sf2015/presentation/future-web-platform-does-it-have-one">The Future of The Web Platform: Does It Have One? - Alex Russell</a>
<aside class="notes">
<p>
Jobbar med Chrome på Google samt sitter i komiteen för ECMAscript.
</p>
<p>
Väldigt många vill jobba med nativeappar. De har möjliggjort massor med saker som webben inte kunde leverera.
</p>
</aside>
</section>
<section>
<h2>Webben (mobil + desktop)</h2>
Hade en lysande framtid framför sig...
</section>
<section data-background-transition="convex">
<section>
<h2>Innan apparna kom</h2>
<img src="img/apps-mobile-web.jpg">
</section>
<section>
<h2>Några nackdelar med appar?</h2>
</section>
<section>
<h2>Kommersiellt</h2>
<img src="img/commercial.png">
<aside class="notes">
<p>
Alex går inte in på hur detta kan komma sig. Någon som vet?
</p>
</aside>
</section>
<section>
<h2>Kostnad</h2>
<aside class="notes">
<p>
Enligt de senaste siffrorna från Fiksu fortsätter kostnaden för att utveckla samt få apparna till användarna att öka.
</p>
</aside>
</section>
<section>
<h2>Distribution</h2>
<aside class="notes">
<p>
Leta upp appen, godkänna, laddan ner, använda.
</p>
</aside>
</section>
</section>
<section data-background="lightgreen" data-background-transition="convex">
<section>
<h2>Varför inte webb?</h2>
<ul>
<li>Dåliga webbsidor</li>
<li>Avsaknad av viktig funktionalitet</li>
</ul>
</section>
<section>
<h2>Viktig funktionalitet</h2>
<ol>
<li>Tillgång till hemskärmen</li>
<li>Pushnotifikationer</li>
<li>Offline</li>
</ol>
</section>
</section>
<section>
<section>
<h2>Service workers!</h2>
</section>
<section>
<h2>Vad är service workers?</h2>
<img src="img/logo-javascript.png" class="big-image">
<ul>
<li>Skript som körs i bakgunden i browsern, separat från webbsidan som initierade det</li>
<li>Har hand om t ex nätverkstrafik</li>
</ul>
<aside class="notes">
<p>
Finns i Chrome, Opera. FF kräver nightly build samt ändring i about:config.
</p>
</aside>
</section>
<section>
<p>Har i sitt API "fetch" samt "push"</p>
</section>
<section>
<p>Registrera</p>
<pre><code data-trim>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/service-worker.js');
}
</code></pre>
</section>
<section>
<p>Installera samt cacha</p>
<pre><code data-trim>
function updateCache() {
return caches.open('some-cache-name')
.then(function (cache) {
return cache.addAll([
'/offline-page.html',
'/assets/css/main.css',
'/assets/js/main.js'
]);
});
};
self.addEventListener('install', function (event) {
event.waitUntil(updateCache());
});
</code></pre>
<aside class="notes">
<p>
Lägga till statiskt innehåll. Vi ser att Promises används av Service Workers.
</p>
</aside>
</section>
<section>
<p>Hämta innehåll från cache alt. nätverket</p>
<pre><code data-trim>
self.addEventListener('fetch', function (event) {
event.respondWith(
caches.match(event.request)
.then(function(response) {
if (response) {
return response;
}
return fetch(event.request);
}
)
);
});
</code></pre>
</section>
<section>
<h2>The Guardian</h2>
<img src="img/the-guadian.jpg">
</section>
</section>
<section data-background="lightgreen" data-background-transition="convex">
<h2>Kanske går det att vända trenden</h2>
</section>
<section>
<h1>Slut</h1>
<p>
<a href="https://odynvolk.github.io/qcon-sf-2015">https://odynvolk.github.io/qcon-sf-2015</a> <br>
</p>
</section>
<section>
<h2>Andra bra dragningar</h2>
<small>
<a href="https://qconsf.com/sf2015/presentation/nosql-caching-search-and-real-time-analytics">NOSQL WITH CACHING, SEARCH AND REAL-TIME ANALYTICS - James Gorlick</a>
<br>
<br>
<a href="https://qconsf.com/sf2015/presentation/scammers-hackers-fraud-blockchain">SCAMMERS, HACKERS, AND FRAUD ON THE BLOCKCHAIN - Olaf Carlson-Wee</a>
<br>
<br>
<a href="https://qconsf.com/sf2015/presentation/is-it-possible-to-run-100%25-remote-team">IS IT POSSIBLE TO RUN A 100% REMOTE TEAM? - Jeremy Edberg</a>
<br>
<br>
<a href="https://qconsf.com/sf2015/presentation/iot-use-case-jawbone">DINO DNA! HEALTH IDENTITY FROM THE WRIST @JAWBONE - Brian Wilt</a>
</small>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// Full list of configuration options available at:
// /~https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
overview: true,
slideNumber: true,
transition: 'slide', // none/fade/slide/convex/concave/zoom
// Optional reveal.js plugins
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/notes/notes.js', async: true }
]
});
</script>
</body>
</html>