Posts tagged "Testing"
Essays, field notes, and engineering write-ups by Al Amin Ahamed covering Testing — practical patterns, gotchas from production code, and lessons learned shipping real systems. Topics include architecture decisions, performance tuning, debugging stories, and integration notes you can apply directly to your own Testing work.
· 7 min read
Adding PHPStan to a WordPress Plugin (Without Losing Your Mind)
A practical guide to getting PHPStan running on a production WordPress plugin, including the stubs you need and the rules you'll want to ignore.
· 8 min read
Feature Testing Laravel Applications with Pest
A pragmatic guide to writing fast, readable feature tests in Laravel using Pest — from test structure to database setup and API testing.