PHP
Catching Up Laravel
If you’re running a Laravel application in the 5’s, have a legacy application bootstrapped inside Laravel, don’t have any tests, or are staring in silent terror at just how long ago your production server’s PHP Read more…
If you’re running a Laravel application in the 5’s, have a legacy application bootstrapped inside Laravel, don’t have any tests, or are staring in silent terror at just how long ago your production server’s PHP Read more…
Spoiler: it is optimized to be fast, and you should use it. Read more
Learn how I was able to easily scale an application to handle hundreds of millions of jobs using nothing but Laravel, Redis and MySQL Read more
A blog post about an experiment that converts PHP to Rust and is capable of generating native binaries. Read more
You might be afraid of this change, but most likely this won’t affect you. Read more
If you’ve been working with PHP regularly, chances are you’ve run across an Interface, Trait, or Abstract Class. At first glance, they might appear to have a few similarities between them, and it can be Read more…
A very nice technique to decrease concurrency and prevent deadlocks. Read more
[AdSense-A]
While working on the upcoming Oh Dear redesign, I noticed that list that displays all sites of a team was very slow.
To display that list, a lot of queries were used. With a couple of minor adjustments, I could reduce the number of queries needed to just a single one, solving the performance problem.
In this small blog post, I'd like to share one of the techniques I used.
Povilas Korop of Laravel Daily made a cool video on the internals of our spatie/laravel-login-link package.