6 followers
Webdeveloper & Sysadmin | egrep '[#php|#js|#html|#css|#sass]'
Legacy Codebase: A Love Story After some years, working with a > 10 years old legacy PHP codebase, I can truly say: you can escape the legacy codebase...
What have I learned so far in my job? I will start a new job next month (02-2023), so time to recap, I’m going to describe what I’ve learned so...
PHP: Code Quality with Custom Tooling Extensions After many years of using PHPStan, PHP-CS-Fixer, PHP_CodeSniffer, … I will give you one advice: add...
Timeout Problems: Web Server + PHP What? First there is an HTTP request and that will hit your Web server, then it will pass the request via TCP- or...
Prepare your PHP Code for Static Analysis Three years ago I got a new job as PHP developer, before that I called myself web developer because I build...
Generics in PHP via PHPDocs If you did not know that you can use Generics in PHP or you do not exactly know how to use it or why you should use it,...