Add error handling content (#2362)

* Update readme.md

* Update content/roadmaps/107-nodejs/content/103-nodejs-error-handling/readme.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
revert-2341-remove_nodejs_errors
Joseph Olayanju 2 years ago committed by GitHub
parent 3fad96aa10
commit bf901eccc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      content/roadmaps/107-nodejs/content/103-nodejs-error-handling/readme.md

@ -1 +1,7 @@
# Nodejs error handling
# Error Handling
Error handling is a way to find bugs and solve them as quickly as humanly possible. The errors in Node.js can be either operation or programmer errors. Read the articles linked below to understand how to handle different types of errors in Node.js
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://sematext.com/blog/node-js-error-handling'>Node.js Error Handling Best Practices</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://blog.logrocket.com/error-handling-node-js/'>Error handling in Node.js</BadgeLink>

Loading…
Cancel
Save