When to use Traits in PHP
Traits are a newer concept to PHP and are a bad compromise to bypass single inheritance in PHP. Read more about Traits and alternatives.
Articles about PHP, software architecture, algorithms and more.
Traits are a newer concept to PHP and are a bad compromise to bypass single inheritance in PHP. Read more about Traits and alternatives.
Data Transformation is a central requirement for software system. Benthos is an easy and plug & play solution for data transformation.
Introducing Keestash, my own password manager as a Software-as-a-Service product. Keestash is free and Open Source.
Legacy code can be very challenging. However, the migration from legacy to modern frameworks such as Laminas (Zend) is very exciting.
In this post, I want to address scalable system design and how to grow a system while it's user base grows.
I set up a home server and manage it with puppet. This blog summarizes the setup step by step and shows my learnings.
This blog post is part of preparation for a computer science interview in big tech. Summarizing my computer science skills in a blog post.
A brief summary of how to migrate large databases to MySQL 5.7 and steps upgrading MySQL while keeping production up and running.
PHPAlgorithms is released in version 1.0.0. Read about the improvements and breaking changes for this stable release.
A feature that a colleague and me were developing has caused us to stumble across an interesting and edge case problem with PHP exceptions.