PHP
A cartoonist’s review of AI Art
Matthew Inman’s take on AI Art. Some good points, and beautifully illustrated as always. Read more
Matthew Inman’s take on AI Art. Some good points, and beautifully illustrated as always. Read more
The State of PHP 2025 survey by JetBrains examines how developers use, prefer, and rely on PHP, showing how this long-standing web language continues to modernize through new frameworks, improved tooling, and AI-assisted workflows. Read Read more…
Many programmers believe they are tired of programming, but they may actually be frustrated with bureaucracy, lack of product vision, and lack of ownership. Burnout can skew perspectives, and it may be more beneficial to Read more…
Shawn Hooper enjoys the new presets we recently added to our Laravel CSP package. Read more
I’m really looking forward to PHP 8.5’s pipe operator. Here are a few nice use cases. Read more
Dynamic method calls can be useful, but they also come with some risks that you should be aware of. Read more
After Geocodio unsuccessfully attempted to optimize with ClickHouse alone, they implemented a solution using Kafka for durable storage and Vector for efficient data ingestion. Read more
Brent reflects on how using Tailwind CSS has led to a loss of proficiency in writing standard CSS. Read more
Mattias delves into optimizing SQL queries using indexes, focusing on MySQL 8.0. He explains how indexes work, how to analyze slow queries using MySQL’s EXPLAIN keyword, and the impact of different index configurations on query Read more…