How to setup Git commit hooks for PHP – DEV Community
Short article on using Git commit hooks to scripts for testing, linting, code quality, static analysis, etc.
Creativity, curiosity, and code
Short article on using Git commit hooks to scripts for testing, linting, code quality, static analysis, etc.
Huge and detailed list of PHP quality assurance / code quality / security / testing / static analysis tools
Really useful article that covers SPF, DKIM and DMARC.
This is a super article on acceptance tests in WordPress using Codeception / WP Browser and even covers GitHub actions setup
This is a simple introduction to “presets” (think theme colours and standard settings like spacing and font sizes) that covers how this is handled in theme.json in WordPress 5.8 and full site editing
99 Bottles of OOP is a practical guide to writing cost-effective, maintainable, and pleasing object-oriented code.
Great article on using external APIs with Laravel. Steve outlines his approach including tests, fakes and use of DTOs.
Add and manage private PHP Composer dependencies. Free. Can be self-hosted. By Buddy CI/CD
Article about discovering ADHD
How to include diagrams in markdown files with Mermaid