-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
111 lines (111 loc) · 5.63 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
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Talks Thorsten Lorenz</title>
<link rel="stylesheet" href="index.css" type="text/css" media="screen" title="main css" charset="utf-8">
</head>
<body>
<article>
<h4>Progressive Web Apps</h4>
<a href="http://thlorenz.com/talks/pwa/book/">slides</a>
</article>
<article>
<h4>Grokking Asynchronous Work in Node.js (nodeconf.eu)</h4>
<iframe width="400" height="225" src="https://www.youtube.com/embed/8Xoht4J6Jjw" frameborder="0" allowfullscreen></iframe>
<a href="http://thlorenz.com/talks/async-hooks/book/">slides</a>
</article>
<article>
<h4>Grokking Asynchronous Work in Node.js (NI)</h4>
<iframe width="400" height="225" src="https://www.youtube.com/embed/UUzGT-g0X70" frameborder="0" allowfullscreen></iframe>
<a href="http://thlorenz.com/talks/async-hooks/book/">slides</a>
</article>
<article>
<h4>Memory Profiling for Mere Mortals (nodeconf.ar)</h4>
<iframe width="400" height="225" src="https://www.youtube.com/embed/taADm6ndvVo" frameborder="0" allowfullscreen></iframe>
<a href="http://thlorenz.com/talks/memory-profiling.2016/book/">slides</a>
</article>
<article>
<h4>Memory Profiling for Mere Mortals (jsconf.co)</h4>
<iframe width="400" height="225" src="https://www.youtube.com/embed/2KnTaYk1rwg" frameborder="0" allowfullscreen></iframe>
<a href="http://thlorenz.com/talks/memory-profiling.2016/book/">slides</a>
</article>
<article>
<h4>Deep Dive into the v8 API</h4>
<iframe width="400" height="225" src="https://www.youtube.com/embed/L1F3JWr_SaQ" frameborder="0" allowfullscreen></iframe>
<a href="http://thlorenz.com/talks/v8-api-deep-dive/book/">slides</a>
</article>
<article>
<h4>Visulator: Learn about CPUs and Assembly on an interactive Playground</h4>
<iframe width="400" height="225" src="https://www.youtube.com/embed/5lt3i-TGou0" frameborder="0" allowfullscreen></iframe>
<a href="http://thlorenz.com/talks/visulator/book/">slides</a>
</article>
<article>
<h4>Debugging/Profiling Node.js</h4>
<iframe width="400" height="225" src="https://www.youtube.com/embed/xaKU6VRmdag" frameborder="0" allowfullscreen></iframe>
<a href="http://thlorenz.com/talks/debugging-profiling-nodejs/book/">slides</a>
</article>
<article>
<h4>Memory Profiling for Mere Mortals</h4>
<iframe width="400" height="225" src="https://www.youtube.com/embed/tF0dt6TYmOU" frameborder="0" allowfullscreen></iframe>
<a href="http://thlorenz.github.io/talks/memory-profiling/book/index.html">slides</a>
</article>
<article>
<h4>Node.js Addon Development Made Easy with Nad</h4>
<iframe width="400" height="225" src="https://www.youtube.com/embed/9n4N_apTssM" frameborder="0" allowfullscreen></iframe>
<a href="http://thlorenz.github.io/talks/nodejs-addon-development/book/index.html">slides</a>
</article>
<article>
<h4>Look Ma No Assembly!!! or how to symbolicate v8 JITted JavaScript</h4>
<iframe width="400" height="225" src="https://www.youtube.com/embed/t25c9LqkWNQ" frameborder="0" allowfullscreen></iframe>
<a href="http://thlorenz.github.io/talks/jit/book/index.html">slides</a>
</article>
<article>
<h4>learnuv: Learn uv for fun and profit, a self guided workshop to the library that powers Node.js</h4>
<iframe width="400" height="225" src="https://www.youtube.com/embed/cLL28s6yb1I" frameborder="0" allowfullscreen></iframe>
<a href="http://thlorenz.github.io/learnuv/book">slides</a>
</article>
<article>
<h4>Demystifying v8 and JavaScript Performance</h4>
<iframe width="400" height="225" src="https://www.youtube.com/embed/ip9LGtNsxZA" frameborder="0" allowfullscreen></iframe>
<a href="http://thlorenz.github.io/talks/demystifying-v8/talk.pdf">slides</a>
</article>
<article>
<h4>Debugging Node.js, the Double Edged Sword</h4>
<iframe src="https://player.vimeo.com/video/121153396" width="400" height="225" frameborder="0" title="Debugging Node.js, the Double Edged Sword" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe>
<a href="http://thlorenz.com/talks/debugging-profiling-io.js/web/">slides</a>
</article>
<article>
<h4>Building a Markdown Editor with browserify along with an introduction to browerserify itself</h4>
<img src="http://graphics8.nytimes.com/images/blogs/open/2013/09/lorenz_2.png">
<a href="http://thlorenz.github.io/talks/browserify-markdown-editor">slides</a>
</article>
<article>
<h4>SourceMaps, how the work and why you should care</h4>
<iframe width="400" height="225" src="https://www.youtube.com/embed/qX0Y9479h5o" frameborder="0" allowfullscreen></iframe>
<a href="http://thlorenz.github.io/talks/sourcemaps">slides</a>
</article>
<article>
<h4>1.2.3 Streams LXJS</h4>
<iframe width="400" height="225" src="https://www.youtube.com/embed/9llfAByho98" frameborder="0" allowfullscreen></iframe>
<a href="http://thlorenz.github.io/talks/1.2.3.Streams">slides</a>
</article>
<article>
<h4>Module Driven Development</h4>
<iframe width="400" height="225" src="https://www.youtube.com/embed/UoMli7sRqXk" frameborder="0" allowfullscreen></iframe>
<a href="http://thlorenz.github.com/module-driven-development/">slides</a>
</article>
<article>
<h4>Node Ain't Just JS</h4>
<a href="http://thlorenz.com/talks/node-aint-just-js/book/">slides</a>
</article>
<article>
<h4>SourceMaps explained in under 10 minutes</h4>
<a href="http://thlorenz.github.io/talks/sourcemaps-short">slides</a>
</article>
<article>
<h4>Productivity Up</h4>
<a href="http://thlorenz.github.io/talks/productivity-up">slides</a>
</article>
</body>
</html>