Parsing and rendering Markdown as HTML is very common on the modern web. The content found on this very blog is written in Ma...
Read morePosts
For 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 moreIn this part of the series, we'll start working on the definition collection process for the analyser. We'll learn about the ...
Read moreIn this new series, I'd like to go over the process of writing a static analyser for PHP in the Rust programming language. We...
Read moreWelcome back to the series. This post is going to be a short one focused on setting up the Rust application and the command-l...
Read more