Writing PHP Git Hooks with Static Review

Matthew Setter take a look at Static Review – a framework for writing git hooks, so you can do hook inspections on your files on certain git actions! Seems nice. Although not keen to try it right now. Source: Writing PHP Git Hooks with Static Review

Running PHPUnit Tests Outside VVV

We use Varying Vagrant Vagrants (VVV) as the development environment for as many projects as we can. It provides a great foundation not only for developing client projects but also for core develop… Have never used PHPUnit before. Gotta need to try it someday. But agree (or disagree?) at one point with the article, if […]

Vagrant vs Docker: Which is better for WordPress development?

For some time now Vagrant has been the go-to solution for creating development environments that can be configured independantly of your machine and shared with a team. There are many benefits to using virtual machines over installing software directly on your local machine (as MAMP does for example): Software stacks are entirely independent from the […]

The Grid Ruler Chrome Extension | Tom McFarlin

Grid Ruler is an extension for Chrome that makes measuring both vertical and horizontal grids easy to do when working on an actual page. Already using PageRuler extension. But this one seems to work a bit different. Source: The Grid Ruler Chrome Extension | Tom McFarlin