Steve is the Director of the Front-End Engineering Program at the Turing School of Software and Design. He is also the organizer of Dinosaur.js, part of the JSConf family of events, and author of the book Electron in Action.
Steve's articles
Steve shows you how to create polymorphic components: single adaptable components that can represent different HTML elements in TypeScript.
In this quick tip, from Unleashing the Power of TypeScript, we show how to extend the properties of an HTML element in TypeScript.
Decorators let us craft a function that tweaks the behavior of a class and its methods. They're now ready for the prime time in TypeScript 5.
Steve Kinney introduces some tips & tricks for debugging Electron applications and shows how you can use Visual Code to set breakpoints in the main process.