SUCKUP.de: Mein IT-Blog
Legacy Codebase: A Love Story
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 and introduce whatever is helpful, in a well-maintained system. Here are 5 important steps that I have done: Here are 5 additional steps that I already introduce: Here is what helped me … Continue reading Legacy Codebase: A Love Story
What have I learned so far in my job?
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 far. me: Lars Moelleken |> Assistant for business IT> IT specialist for system integration> IT specialist for application development What did I learn as IT specialist for system integration? ? You only learn as much as … Continue reading What have I learned so far in my job?
PHP: Code Quality with Custom Tooling Extensions
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 your own custom code to extend your Code-Quality-Tooling. Nearly every project has custom code that procures the real value for the product / project, but this custom code itself is often not really improved by PHP-CS-Fixer, PHPStan, Psalm, and … Continue reading PHP: Code Quality with Custom Tooling Extensions
Timeout Problems: Web Server + PHP
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 UNIT-Socket via FastCGI to your PHP-FPM Daemon, here we will start a new PHP process and in this process we will connect e.g. to the database and run some queries. The Problem! … Continue reading Timeout Problems: Web Server + PHP
Prepare your PHP Code for Static Analysis
Prepare your PHP Code for Static Analysis
Prepare your PHP Code for Static Code Analysis, so that e.g. PHPStan or Psalm will understand your code.
Codes für deine Homepage