PHP
The $1,000 AWS mistake
A cautionary tale about AWS VPC networking, NAT Gateways, and how a missing VPC Endpoint turned S3 data transfers into an expensive lesson. Read more
A cautionary tale about AWS VPC networking, NAT Gateways, and how a missing VPC Endpoint turned S3 data transfers into an expensive lesson. Read more
PIE’s creator James Titcumb shows of PIE. Read more
Laravel 8 first introduced HTTP request pooling, thanks to a contribution from Andrea Marco Sartori. This allows developers to write code which will execute any number of HTTP requests concurrently. Under the hood, this is Read more…
Imagine your team wants to bring AI into their workflow to automate routine tasks, extract insights from data, assist with content creation, or improve customer support. Smart move! Read more
In this episode of the Quick Win Wednesday series, I’ll have a look at how to use flexible caching in Laravel. A great way to avoid unhappy users who’ll hit invalid cache. Read more
Mattias shares his insights into what we saw during the outage and our lessons learned. 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.