mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-02-25 03:52:59 +01:00
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>
This commit is contained in:
parent
3fad96aa10
commit
bf901eccc6
@ -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…
x
Reference in New Issue
Block a user