PHP
Stopping Laravel SQL Injection with sole()
While parameterized queries are the preferred method, sole() adds an extra layer of protection when using raw queries, especially when only one record should match. Read more
While parameterized queries are the preferred method, sole() adds an extra layer of protection when using raw queries, especially when only one record should match. Read more
PHP 8.5 includes the pipe operator, clone with, a new URI parser, and more. 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