LewisJEllis / node-error-talk

A tech talk on robust error handling in Node.js applications.

Home Page:https://speakerdeck.com/lewisjellis/robust-error-handling-in-node-dot-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Robust Error Handling in Node.js

This is a ~45 minute tech talk on achieving robust error handling in Node.js applications.

I have given forms of this talk at:

I made these slides with Deckset. This repository contains the markdown and other components used, and a PDF export for easy viewing.

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.

About

A tech talk on robust error handling in Node.js applications.

https://speakerdeck.com/lewisjellis/robust-error-handling-in-node-dot-js


Languages

Language:JavaScript 100.0%