PHP
Improving unit test run time in a Laravel modular monolith
Using Laravel’s new traits, WithCachedRoutes and WithCachedConfig, you can significantly reducing test run times. Read more
Using Laravel’s new traits, WithCachedRoutes and WithCachedConfig, you can significantly reducing test run times. Read more
In his talk at Wire:Live talk, Filip Ganyicz explores Bond, a new approach that brings the capabilities of modern JavaScript into your Blade views.
Performance monitoring gives you a complete view of what’s happening in your Laravel app. The dashboard tracks everything: HTTP routes, queued jobs, Artisan commands, and database queries. Read more
This article explores some exciting new features that have been added to the language in recent years, because sometimes vanilla is exactly what you need. If you’re looking to cut down on heavy dependencies or Read more…
Adding fake() methods to your custom facades in applications and packages can provide some nice DX and APIs. Read more
This week I wrote about my experiences with technical and architectural debt. When I was a developer we used to distinguish between code debt (temporary hacks) and architectural debt (structural decisions that bite you later). Read more…
Laravel 12.35 introduces the deferred queue driver, allowing queued jobs to run right after the HTTP response is sent. Read more
A few experiment by Brent. His process involves using noise generation, specifically the xxHash algorithm, to create a cohesive world map with smooth transitions between land and water using linear interpolation (LERP) 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…