From the course: Node.js: Debugging and Performance Tuning

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Next steps

Next steps

From the course: Node.js: Debugging and Performance Tuning

Start my 1-month free trial

Next steps

- [Instructor] Debugging and performance are fascinating topics and I hope you're interested in learning more. There's a lot of exciting directions that you can take based on this experience. When a problem in an application is found and fixed it's a good idea to take steps to prevent the issue from happening again. Automated testing and code quality tools can be used to detect logical errors and prevent regressions. Check out the course, Node.js: Testing and Code Quality in your library for more details. Investigate options for aggregating your logs into one place for analysis. With a holistic view you can find trends, associate events with each other, and even set up alerts. There are many options, including open source solutions like Logstach and Graylog, and commercial solutions like Splunk, that can get you started. There's a class of products known as Application Performance Management, or APM. They monitor the performance and availability of applications, and produce metrics…

Contents