v2 of this talk, as I gave it at Connect.Tech 2017.
Slide components: https://github.com/lewisjellis/node-error-talk
Abstract:
"Unlike other platforms, error handling in Node.js is not as simple as try/catch.
It can be a handful between exceptions, callbacks, promises, event emitters, and other library patterns.
In this talk, learn to navigate the different error handling mechanisms and build robust Node applications so that when unhandled errors do happen, we can fail gracefully, alert someone, and minimize downtime."