-
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
-
How integrate GitHub Copilot to generate commit messages automatically?
This post explains how to use GitHub Copilot to generate commit messages automatically, improving productivity and ensuring clear commit history.
-
🤓 Why do PHP developers love the empty line at the end of the file? PHP Review #6
This post explains why developers add an empty line at the end of PHP and Twig files, presenting technical, historical, and humorous reasons for this practice. You'll learn how it affects compatibility, code readability, and helps avoid errors.
-
🧹 How to Remove Recipes from the `extra` Section in composer.json
A quick guide to understanding and cleaning up the `extra` section in composer.json, especially Symfony recipes.