๐Ÿข Node.js

December 6, 2025 ยท View on GitHub

๐Ÿ” 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)