Phpstorm
An alias to easily debug PHP scripts
As I said before, I’m trying to save some time when using the CLI, and I rely more and more on aliases. Aliases are fantastic to save some keystrokes, and they also significantly help with something...
read articleGenerating dates and UUIDs easily in PhpStorm
Legacy codebases tend to lack tests. One way to introduce some safety net before messing around with the code is to add characterization tests. In this kind of test, we feed some input to the system...
read article