PHP 8.x: A Deep Dive for General PHP Performance Improvement Features
As a passionate developer, I've been thrilled to witness PHP, the widely celebrated server-side scripting language, evolve over two decades…
As a passionate developer, I've been thrilled to witness PHP, the widely celebrated server-side scripting language, evolve over two decades…
I've always been on the lookout for ways to optimize my projects and improve performance. Over the years, I've witnessed PHP and PHP…
PHP code performance is crucial for delivering a smooth and responsive user experience. Whether you're building a content management system…
Dealing with the legacy system can be a real pain, both for developers and for business owners. It comes with a handful of consequences…
The strangler pattern is a common approach to rewriting, modernizing and migrating existing (legacy) software to a new approach/solution…
SOLID is an acronym that represents the five basic principles of object-oriented programming: Single responsibility principle (SRP) Open…
Building a website or a web app from scratch is a complex and challenging issue. It requires time, commitment, and patience, as coding is…
Software developers are not robots, even after seven years of PHP programming experience, I do sometimes make bugs in the code. In the age…
It is no longer the case at Accesto that we work on projects without Docker. Of course, projects are not born dockerized, someone has to do…
TLDR: As of 2021 - use Linux instead ;-) Update for 2022: Docker on new MacBook with M1 Pro Why is Docker on Mac so slow? Docker on Mac has…
This week I finally hit the delete button. I've been waiting for this moment for the last 3 years. Finally, I erased the legacy part of the…
For me, as probably for every programmer, legacy code is something that I do not want to deal with. It is always not well written, hard to…