Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 2.52 KB

9-debugging-and-profiling.md

File metadata and controls

38 lines (28 loc) · 2.52 KB

🐢 Node.js

🔍 Debugging & Profiling

Improving on topics like debugging is very important as a developer in order not to be lost on what to do when you encounter a hairy problem (which will require a little more than some console.log).

Note however that if you need to go that far, there may be a problem in the way you architect your code.

Here is a list of resources that you may need to read:

If you are rather looking for tools (for flamegraphs generation for example).

If you need to benchmark your tests then I recommend autocannon.


⬅️ 🐢 Node.js: 📦 Packages | ➡️ 🐢 Node.js: Modules (CJS & ESM)