Matt is an independent front-end developer based in London. He works on tools that help developers understand complex apps and blogs about code readability. Before focussing on building developer tools he worked as a contractor helping different companies make great JavaScript apps.
Matt tweets at @mattzeunert and you can find out more about him at his website https://www.mattzeunert.com/.
Talks I've Given
-
Surprisingly Pain-Free End-To-End Testing With Jest and Puppeteer
Featuring Matt Zeunert
Matt will give an introduction to the two projects and show how they can work together to run end-to-end tests.
fullstackcon puppeteer testing javascript -
Workshop: Writing Custom Babel Plugins
Featuring Matt Zeunert
Most people use Babel to compile ES2015 or JSX code. But it’s actually a multi-purpose JavaScript compilation tool. This workshop will show how to create your own code transformation rules.
babel fullstack plugin es2015 jsx javascript fullstackcon -
How V8 runs JavaScript - Advanced
Featuring Matt Zeunert
Join Matt and take a deeper look at how JavaScript is executed. What exactly does a JavaScript engine like V8 do? How does V8 optimise for fast execution and low memory consumption? Using Chrome DevTools you'll explore at some examples of these optimisations, and how to make sure your code is...
javascript v8 performance memory fullstackcon fullstack -
Classifying numbers as odd or even with neural networks
Featuring Matt Zeunert
Are you one of the growing startup or want to improve your application security? Yes, you heard it right, after this talk, you should be aware of the best practices to follow for tightening the security of your web applications. Come join London AJAX to learn how!
app-development web-apps ajax security app-security -
Effective JavaScript Debugging With Chrome DevTools
Featuring Matt Zeunert
Tracing a bug in a complex application can be a frustrating experience. Luckily the tools available for debugging JavaScript code have improved tremendously over the last few years.
fullstack debugging devtools javascript chrome google -
Debugging JavaScript with Chrome DevTools
Featuring Matt Zeunert
Tracing a bug in a complex application can be a frustrating experience. Luckily the tools available for debugging JavaScript code have improved tremendously over the last few years.
javascript debugging google-chrome-devtools -
Maintainable CSS modules with BEM
Featuring Matt Zeunert
Writing well-structured CSS has become an important part of building maintainable websites. BEM is a naming convention that encourages writing modular and re-usable CSS code. In this talk I’ll explain how BEM works and what its advantages are over other naming systems.
ajax css javascript -
Lightning talk by Matt Zeunert
Featuring Matt Zeunert
Join Matt Zeunert for a Lightening talk on Debugging Mobile Websites!
-
Debugging Mobile Websites
Featuring Matt Zeunert
Over the last few years new tools have become available to make testing and debugging mobile websites easier.
ajax javascript debugging