Tag: debug

PhpStorm, Xdebug, Vagrant, PuPHPet, and You

I’ve really embraced fully utilizing Vagrant for all of my local development. I don’t use it to replicate client environments, or share a Vagrant box amongst my development team (I work solo) but I find myself aligning with the idea of having this sandbox to work in. Prior to that I used MAMP Pro and […]

Posted: February 02, 2015

Debuggex: Online visual regex tester. JavaScript, Python, and PCRE.

This is a wicked neat application that helps you visually debug the craziness that is regular expressions. I’ve never considered myself proficient when working with regex, so these tools are always super intriguing to me.

Posted: October 15, 2013

Finding Memory Leaks Using Chrome

Fastersite: Finding memory leaks. JavaScript performance is something everyone should consider as they’re copying and pasting that jQuery plugin or putting together the latest instance of enhancement within a document. The great part about working with JavaScript is that everyone is taking it so seriously, especially the Chrome Dev Team. Chrome is not only totally […]

Posted: August 17, 2011