Blog
August 20, 2018
Pretty PHP dumps using highlight_string()
This is a nice little trick if you’re sick of the almost impossible to read var_dump. And it should come out something like this. Nice, eh?
ReadAugust 3, 2018
Fetch media from production to local environment
Why download images and other heavy resources to your local computer, when you have them available to the public? This does not only save space on your local hard drive. It saves a lot of time...
Read