Florian Engelhardt
Florian is a father of five, developer, architect, tech lead, geek and still sometimes finds time to contribute to open source. He started writing software with PHP in September 2000 and will try to convince you to use vim.
twitter: @realFlowControl
Articles
Concurrency in PHP: What are my options?
By Florian Engelhardt
In computer science, concurrency is the ability of different parts or units of a program, algorithm, or problem to be executed out of order or in partial order, without affecting the outcome. – Wikipedia by Florian Engelhardt
Published in The Symfony of PHP, October 2024
Growing the PHP Core – One Test at a Time
By Florian Engelhardt
In September 2000, I started my vocational training at an internet agency with two teams: one doing JavaServer Pages and one doing PHP. I was assigned to the PHP team, and when presented with the language, I immediately knew that no one would ever use it. I was wrong. Today, my entire career is built on PHP. It’s time to give back to the community by writing tests for the PHP core itself!
Published in Testing The Core, April 2022