Productivity
Display a message when you enter a directory
A few days ago, I was doing something I do from time to time with a CLI tool. The command requires a bunch of parameters, and I usually go through my command history to find the previous usage, change...
read articleAn 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 articleAn alias to learn aliases
I’m trying to save some time by reducing the number of keystrokes I need to do something. I’m pretty efficient with my IDE’s shortcuts, but I have vast room for improvement in my console. The obvious...
read articleBeing lazy with Postman scripts and dynamic variables
I'm probably really late to the show as Postman is known to be a great tool when it comes to work with API. I've never took the time to dig in what this tool can do but I recently had a workflow...
read article