PHP
Symfony 20 year!
This year, Symfony celebrates its 20 year anniversary. Let’s dive into some statistics of years of making web development history. Read more
PHP
The rise of industrial software
The open question, then, is not whether industrial software will dominate, but what that dominance does to the surrounding ecosystem. Read more
PHP
Party of One for Code Review
Some good thoughts on code reviews in the emerging age of AI. Read more
PHP
Eval Testing LLMs in PHPUnit
Prompts break silently. Here’s how to catch regressions with PHPUnit evals before your users do. Read more
PHP
Build an AI-Powered Drawing Guessing Game with Laravel, Prism, and HTML Canvas
Learn how to build an AI-powered drawing guessing game. In this little app, users will draw anything they like, and the AI will try to guess what it is. Read more
PHP
Keeping feature creep at bay
The true work is in building complexity into software, then thoughtfully editing and pruning it into something that takes a minute to learn, yet offers a lifetime of mastery for those who want to accomplish Read more…
PHP
Partial Function Application is coming in PHP 8.6
Partial Function Application in PHP 8.6 will let you write a “pre‑configured” callable by calling a function with some arguments and using placeholders for the rest. Read more