A developer of IBM's contributions to the Node.js runtime, Stewart has extensive programming and system administration experience, with a focus on UNIX-based systems.
Check out IBM's developer page here.
Talks I've Given
-
Introduction to writing native modules in Node.js
Featuring Stewart Addison
There are several reasons why you might want to call outside JavaScript in your node applications: increased performance, being able to access data you cannot access directly from javascript, or just because you have some existing pre-written code you wish to reuse. This talk will help you...
fullstack nodejs javascript nan-native-abstraction-layer -
Debugging your Node.js applications - tools and advice
Featuring Stewart Addison
Debugging applications in Node.js and identifying performance issues can often be problematic. Given the event driven nature of the language, understanding what is happening when the code doesn't work as expected or doesn't perform as you'd like can be difficult. This talk will cover...
node.js debugging fullstack