- Why I prefer array functions over loops https://backendtea.com/post/functions-over-loops/ 57 comments php
- Break the rules! (but only if you understand them) https://backendtea.com/post/break-the-rules 3 comments node
- Break the rules! (but only if you understand them) https://backendtea.com/post/break-the-rules 9 comments php
- Why you should be typing your arrays in PHP https://backendtea.com/post/php-typed-arrays/ 92 comments php
- What is PHP's declare(strict_types=1); and why you should use it https://backendtea.com/post/php-declare-strict-types/ 69 comments php
- Adding PHPStan to a legacy project | BackEndTea https://backendtea.com/post/phpstan-legacy-project/ 3 comments php
- Mastering PHPUnit: Using data providers https://backendtea.com/post/phpunit-data-providers/ 12 comments php