Skip to content

Instantly share code, notes, and snippets.

@andywer
Last active December 23, 2020 17:22
Show Gist options
  • Star 78 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andywer/115b7e76b6fc8d3ce00ce19d0c6280a3 to your computer and use it in GitHub Desktop.
Save andywer/115b7e76b6fc8d3ce00ce19d0c6280a3 to your computer and use it in GitHub Desktop.
Reactive Conf 2017 ⚡️ Talk Proposal - Memory Leak Hunt 2017 Style

This is a proposal for lightning talk at Reactive Conf. Please 🌟 this gist to push the proposal!

Memory Leak Testing in 2017

Hi, I am Andy, creator of leakage - the node-powered memory leak testing library.

Instead of manual debugging it provides a structured approach to fix or even prevent memory leaks.

Talk Content

I will show you how to write a leakage test to fix a common leak scenario and make sure it is gone for good!

Leakage is a quite unique tool, since it not only helps you debug leaks, but actually allows writing leakage tests using Mocha, Jest, AVA, tape and friends. You can use it to prove that your code does not leak and write regression tests for leaks you fixed.

Despite writing OSS for several years, I have never given a talk at a conference. So I am particularly looking forward to this! If you like the idea, please 🌟 the gist and spread the word 😊

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment