JavaScript Memory Leaks
JavaScript is garbage collected, but we can still get memory leaks. This session walks through what is and what isn’t collectable by the garbage collector. We also cover some easy fixes to ensure you don’t hold on to memory you don’t need anymore. Finally, we look at modern weak data structures that library authors can utilise to simplify internal memory management.
Basarat Ali Syed
Basarat is an eight-time Microsoft Most Valuable Professional (MVP) for Web Development. He’s authored multiple books and runs a successful YouTube channel. He’s also created his own course platform called BooleanArt, which is his main focus nowadays and provides a complete learning path for modern web development, including JavaScript, TypeScript, React, Playwright, and more.