SFNode Meetup: Robust Error Handling in Node.js Applications - Lewis Ellis - 2017-03

preview_player
Показать описание


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 Lewis Ellis

Some of his other open source work includes Bee-Queue and SuperPack. Besides that, he likes numbers, security, Redis, Lua, and JavaScript trivia.
Рекомендации по теме
Комментарии
Автор

01:02 who am I, sentry 01:40 why you should care 02:06 fs.readFile... 04:11 so first we can be a little bit better 05:23 comparing to other languages, python, ruby, php, lua 06:30 try catch comes up short 10:59 errors 11:54 exceptions 14:30 Erros vs Exceptions in Async Node Land, we're generally not going to throw exceptions 16:15 operational errors 18:38 programming errors to avoid 20:05 lint your code 21:45 the game plan 23:04 know and use different mechanisms for effective handling

domaincontroller
Автор

Woha!!! This is the best talk of all time, in all possible parallel universes.

coolbho
Автор

Very well summarised all the error type and common situations and also provided solutions. that makes me think of error types while I do node after watched this talk. Thank you for sharing.

maxhine
Автор

just saw 5 min's of it, I know 44 min going to be worth!

nikhilpatil
Автор

This is the best error handling vid I've seen! Thank you very much!

luisgraterolpalumbo
Автор

This was extremely informative. Thanks.

voodoorapter