When creating an application that follows The Clean Architecture you end up with a number of UseCases that hold your…
Initially I started creating a general post about PHP Generators, a feature introduced in PHP 5.5. However since I keep…
I’m the kind of dev that dreads configuring webservers and that rather does not have to put up with random…
In this post I share 5 easy ways to write better mocks that I picked up over the years. These…
Code review is fun!
This post has as audience developers and will provide readers with insights on how to cleanly autoload classes in PHP.…
I figured having some unit tests for Maps, the MediaWiki extension to work with geographical data and display it by…