This site has been updated.
Reload to display the latest version?
(click here)

Tag:  error handling

Catch and log errors in NodeJS app

08 March, 2019
Errors will occur no matter what, but I hope that’s not stopping you from writing code because it doesn’t matter if you stop - someone else will continue the tradition instead :) So the only proper solution is to be prepared and to handle errors in the right way.