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
Python
How to Switch to ty from Mypy
Python has supported type hinting for quite a few versions now, starting way back in 3.5. However, Python itself does not enforce type checking. Instead, you need to use an external tool or IDE. The 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
Android
Ultrahuman launches features 15% faster with Gemini in Android Studio
Posted by Amrit Sanjeev, Developer Relations Engineer and Trevor Johns, Developer Relations Engineer Ultrahuman is a consumer health-tech startup that provides daily well-being insights to users based on biometric data from the company’s wearables, like 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…