After a busy month or so moving house and working, I've picked the project back up and figured a progress report was worth wr...
Read morePosts
Modern web development generally involves running various scripts in your terminal to build assets, analyse your code and mor...
Read moreI recently worked on a project that had a background image covering the entire body of the page. One of the differences was t...
Read moreParsing and rendering Markdown as HTML is very common on the modern web. The content found on this very blog is written in Ma...
Read moreFor repetitive processes in my projects, I typically use Composer's script functionality to make running scripts and executin...
Read moreNow that we have a basic Rule API setup, we can start to implement some basic analysis rules. We're going to start with a sim...
Read moreIn this shorter part of the series, we'll start to build up an API for our analyser's rules. The idea here is that we want to...
Read more