
33 min
Demystifying Memory Leaks in JavaScript
Today it is possible to write complex applications with only a handful of developers in a short time frame relying upon Frameworks and tooling. But what happens when the application crashes with out of memory errors? How is it possible to guarantee fast response times? These problems are still considered difficult to solve.
Let's dive into the Node.js internals and learn about profilers and the garbage collector. Understanding how the system works in depth let's you write code that is safer, faster and less error prone.
Let's make sure you always provide the best experience for everyone. Yourself and your customer. Let us find that memory leak and fix it.
Learnings
Participants understand the Node.js memory handling and their shortcomings.
Participants know when to profile their application to identify memory leaks and slow code.
Participants are able to find and address most memory leaks.
Let's dive into the Node.js internals and learn about profilers and the garbage collector. Understanding how the system works in depth let's you write code that is safer, faster and less error prone.
Let's make sure you always provide the best experience for everyone. Yourself and your customer. Let us find that memory leak and fix it.
Learnings
Participants understand the Node.js memory handling and their shortcomings.
Participants know when to profile their application to identify memory leaks and slow code.
Participants are able to find and address most memory leaks.