Public Speaking
Where and what I talk about
Summer 2020
Like everybody else, I’m taking a conference break.
December 2019: Node + JS Interactive
November 2019: GOTO Copenhagen
November 2019: NodeConfEU
October 2019: iJS
October 2019: Concatenate
May 2019: Full Stack NYC
May 2019: Google IO
January 2019: Covalence
January 2019: ngAtlanta
November 2018: JSConf Colombia
October 2018: NodeConf Argentina
October 2018: JS Interactive
September 2018: NYC Nodejs
May 2018: RevolutionConf
November 2017: NodeFest
October 2017: Node Interactive
Franziska will discuss her perspective on Chrome V8 in Node.js, and what the Chrome V8 team is doing to continue to support Node.js. Want to know what the future of browser development looks like? This is a must-attend keynote. (Featured Speakers)
September 2017: BlinkOn
Lightning talk: Node and V8
July 2017: JSChannel
Julian Sara Joseph summarized my talk in this post.
June 2017: Dinosaur JS
June 2017: Web Rebels
May 2017: JSConfEU
JSConf EU 2017
JSConf EU, the labour-of-love conference for the JS community in Europe.
2017.jsconf.eu
I like the longer version at JSChannel better. But with this video, you get the same content in half the time!
Want to know how JavaScript engines work? Why is JavaScript so fast? What is just-in-time compilation? We’ll look at basic concepts of compilers, challenges posed by modern JavaScript, and how to write compiler-friendly JavaScript. (Slides)
January 2017: Script 17
Do you care about performance? Memory leaks, megamorphic cache misses, and deoptimizations can slow your app down. We’ll dive deep into the inner workings of V8, Chrome’s JavaScript engine, to better understand what these terms mean. V8 ships with its own profiling tools that can identify such problems. You’ll learn to identify and fix low-level JavaScript performance issues using several V8 developer tools. (Slides)
Franziska Hinkelmann of the Google V8 team gave a very detailed talk about Performance Debugging of V8, explaining what the errors shown in the Chrome Profiler mean. It was an incredibly deep-tech talk but insightful. Franziska made sure to point out that optimising your code for the performance tricks of one JavaScript engine is not a good idea and gave ChakraCore several shout-outs. — Christian Heilmann
This talks was one of my personal highlights since she dared to go really technical in her talk which is a thing that happens way to rarely at tech conferences IMHO. — Wolfang Ziegler