-
New n8n Tool!
Recently, I had the opportunity to play with the hosted version of n8n and wanted to share my impressions.
-
Alternative IDE for PHP? Apache NetBeans, but not only!
Why not PHPStorm? Why not VIM or Visual Studio Code? For some time, I have been looking for a tool that is not overloaded with features, yet useful and powerful enough to make everyday work easier.
-
Comma at the end of function arguments in PHP (trailing comma)
How the trailing comma in PHP makes a programmer's life easier when working with function and constructor arguments. ,
-
Using array_map() in a Programmer's Daily Life. PHP Review #7
This time I decided to take a look at the most common uses of array_map in my daily code.
-
Finally well written tests with composer loading structure
This post explains how to organize composer project with phpunit dependecies to not load your test cases into classmap and explaing learnings I figured out durring my workflow