RSS Feed Daten:
Legacy Codebase: A Love Story von am Wed, 04 Jan 2023 01:45:22 +0000:
<p><a rel="nofollow" href="http://suckup.de/2023/01/legacy-codebase-a-love-story/?pk_campaign=feed&pk_kwd=legacy-codebase-a-love-story">Legacy Codebase: A Love Story</a></p><p>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 … <a href="http://suckup.de/2023/01/legacy-codebase-a-love-story/?pk_campaign=feed&pk_kwd=legacy-codebase-a-love-story" class="more-link">Continue reading <span class="screen-reader-text">Legacy Codebase: A Love Story</span></a></p><img src="https://suckup.de/piwik/piwik.php?idsite=1&rec=1&url=http%3A%2F%2Fsuckup.de%2F2023%2F01%2Flegacy-codebase-a-love-story%2F%3Fpk_campaign%3Dfeed%26pk_kwd%3Dlegacy-codebase-a-love-story&action_name=Legacy+Codebase%3A+A+Love+Story&urlref=http%3A%2F%2Fsuckup.de%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />
What have I learned so far in my job? von am Tue, 03 Jan 2023 23:55:03 +0000:
<p><a rel="nofollow" href="http://suckup.de/2023/01/what-have-i-learned-so-far-in-my-job/?pk_campaign=feed&pk_kwd=what-have-i-learned-so-far-in-my-job">What have I learned so far in my job?</a></p><p>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 … <a href="http://suckup.de/2023/01/what-have-i-learned-so-far-in-my-job/?pk_campaign=feed&pk_kwd=what-have-i-learned-so-far-in-my-job" class="more-link">Continue reading <span class="screen-reader-text">What have I learned so far in my job?</span></a></p><img src="https://suckup.de/piwik/piwik.php?idsite=1&rec=1&url=http%3A%2F%2Fsuckup.de%2F2023%2F01%2Fwhat-have-i-learned-so-far-in-my-job%2F%3Fpk_campaign%3Dfeed%26pk_kwd%3Dwhat-have-i-learned-so-far-in-my-job&action_name=What+have+I+learned+so+far+in+my+job%3F&urlref=http%3A%2F%2Fsuckup.de%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />
PHP: Code Quality with Custom Tooling Extensions von am Wed, 20 Jul 2022 00:05:53 +0000:
<p><a rel="nofollow" href="http://suckup.de/2022/07/php-code-quality-with-custom-tooling-extensions/?pk_campaign=feed&pk_kwd=php-code-quality-with-custom-tooling-extensions">PHP: Code Quality with Custom Tooling Extensions</a></p><p>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 … <a href="http://suckup.de/2022/07/php-code-quality-with-custom-tooling-extensions/?pk_campaign=feed&pk_kwd=php-code-quality-with-custom-tooling-extensions" class="more-link">Continue reading <span class="screen-reader-text">PHP: Code Quality with Custom Tooling Extensions</span></a></p><img src="https://suckup.de/piwik/piwik.php?idsite=1&rec=1&url=http%3A%2F%2Fsuckup.de%2F2022%2F07%2Fphp-code-quality-with-custom-tooling-extensions%2F%3Fpk_campaign%3Dfeed%26pk_kwd%3Dphp-code-quality-with-custom-tooling-extensions&action_name=PHP%3A+Code+Quality+with+Custom+Tooling+Extensions&urlref=http%3A%2F%2Fsuckup.de%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />
Timeout Problems: Web Server + PHP von am Tue, 12 Apr 2022 12:39:18 +0000:
<p><a rel="nofollow" href="http://suckup.de/2022/04/timeout-problems-web-server-php/?pk_campaign=feed&pk_kwd=timeout-problems-web-server-php">Timeout Problems: Web Server + PHP</a></p><p>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! … <a href="http://suckup.de/2022/04/timeout-problems-web-server-php/?pk_campaign=feed&pk_kwd=timeout-problems-web-server-php" class="more-link">Continue reading <span class="screen-reader-text">Timeout Problems: Web Server + PHP</span></a></p><img src="https://suckup.de/piwik/piwik.php?idsite=1&rec=1&url=http%3A%2F%2Fsuckup.de%2F2022%2F04%2Ftimeout-problems-web-server-php%2F%3Fpk_campaign%3Dfeed%26pk_kwd%3Dtimeout-problems-web-server-php&action_name=Timeout+Problems%3A+Web+Server+%2B+PHP&urlref=http%3A%2F%2Fsuckup.de%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />
Prepare your PHP Code for Static Analysis von am Sun, 13 Dec 2020 01:28:00 +0000:
<p><a rel="nofollow" href="http://suckup.de/2020/12/prepare-your-php-code-for-static-analysis/?pk_campaign=feed&pk_kwd=prepare-your-php-code-for-static-analysis">Prepare your PHP Code for Static Analysis</a></p><p>Prepare your PHP Code for Static Code Analysis, so that e.g. PHPStan or Psalm will understand your code.</p><img src="https://suckup.de/piwik/piwik.php?idsite=1&rec=1&url=http%3A%2F%2Fsuckup.de%2F2020%2F12%2Fprepare-your-php-code-for-static-analysis%2F%3Fpk_campaign%3Dfeed%26pk_kwd%3Dprepare-your-php-code-for-static-analysis&action_name=Prepare+your+PHP+Code+for+Static+Analysis&urlref=http%3A%2F%2Fsuckup.de%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />