Overview for 'php'
Written by php[architect] - The site for PHP professionals
/ Original link
on Feb. 3, 2022
There are a lot of things you can say about PHP and trust me a lot has been said about PHP, but the one thing you can not say is that it hasn’t proven itself. PHP has grown with the internet itself and has the battle scars to show for it. The post Parallelize Your Code appeared first on php[archite…
Written by php[architect] - The site for PHP professionals
/ Original link
on Jan. 31, 2022
As 2021 fades from our memories, we hope that a few of you received fantastic geeky gifts during the holidays. Hopefully, some of those geeky gifts included Raspberry Pis. Over the next few months, we will build a project with one and hopefully inspire you to create something useful for yourself.…
Written by php[architect] - The site for PHP professionals
/ Original link
on Jan. 18, 2022
Happy New Year from everyone at PHP Architect. We genuinely hope you had a wonderful holiday season and are ready to do great things in 2022. We also hope that we have a small part in making 2022 great for you. The post Domain-Driven Resolutions appeared first on php[architect].
Written by Frank de Jonge
/ Original link
on Jan. 14, 2022
On the 13th of January 2022, version 3.0.0 of Flysystem was released. The library ships a couple new methods on the main filesystem and adapter interfaces, making it a breaking change that cause a major version increase.What changed?During the design phase of Flysystem 2, I took a good look at the…
Written by JoliCode
/ Original link
on Jan. 5, 2022
(🇫🇷 Lire la version en Français) Every time I see clone in PHP code, I can't help but be a little scared. This simple keyword, although very clear, always puts me in doubt. What exactly is going to be cloned? First, the question brings me back to the basics of PHP: passing variables by value or by…
Written by JoliCode
/ Original link
on Jan. 5, 2022
(🇬🇧 Read the english version) À chaque fois que je vois clone dans du code PHP, je ne peux m'empêcher d'avoir un peu peur. Ce simple mot clef, en soit pourtant très clair, me met toujours face au doute. Qu'est-ce qui va être cloné précisément ? La question me ramène donc, dans un premier temps, aux…