Tech Weekly
A weekly dump of things I learned, bugs I squashed, and tech I’m exploring.
PHP still gets mocked at tech conferences. At the same time, PHP still powers around 77% of websites that use a known server-side language. Both of those things are true in 2026. And that gap says more about perception than reality. A 14-Year Perspective I’ve been writing PHP for more.
PHP Enums: Beyond Simple Name and Value
When PHP introduced Enums in PHP 8.1, they quickly became a better alternative to constants or string-based flags. Instead of scattering values like “active” or “inactive” across the codebase, developers could define them in a single, strongly typed structure. However, many developers still use enums only for their basic purpose:.
PHP 8.4 introduced several improvements, but one of the most interesting changes to the language’s object-oriented model is Property Hooks. At first glance, many developers focus on the obvious benefit: reducing the need for repetitive getters and setters. However, there is a less talked-about feature hidden inside this addition that.
PHP Is Old Because It Solved Real Problems Early
Age Is Not a Weakness People often say “PHP is old” as if that alone is an argument against it. But age in technology doesn’t automatically mean irrelevance. In many cases, it means something far more important: it solved real problems early enough to matter, and it kept solving them.
Scalable Ecommerce Website – EU & US Markets
Remote development and maintenance of B2B, B2C platforms for EU and US clients, with increasing expectations around scalability and system design.