Fixing Jest Memory Leaks

So you’ve written your tests in Jest and now you’re either getting warning messages in your console, perhaps about event emitters or memory leaks, or maybe you’ve pushed up to a remote repository like BitBucket and now your Pipelines are failing and you can’t quite figure out why. I’ve had Read more…

Enabling PHP passthru

The Backstory I was recently asked by a client to enable the passthru function in PHP, you may have been asked something similar with the exec function or a handful of others that are often disabled for security reasons. In my specific case this wasn’t my server or my website Read more…