Bio
Jon is a Pluralsight author, Microsoft MVP, and international speaker focusing on JavaScript both in the browser and on the server. Jonathan Mills is a JavaScript and Node.js expert working in the mean stack with individuals and companies to help build their technical skills to cope with the constantly changing landscape of software development.
My Talks
A guide to JavaScript's scary side.
This talk is a deep dive into some of the harder and more abstract parts of JS. We will cover scoping, closures, event loop, prototypes, etc. This will be done from the perspective of making these ...
A Skeptics guide to functional style javascript
Modern JavaScript seems to be split between the object oriented devs of Angular and the more functional style devs of the redux world. Many OO devs struggle with seeing the value in the functional ...