PHP
Deprecated dynamic properties in PHP 8.2
You might be afraid of this change, but most likely this won’t affect you. 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.
The best dependency manager just got a little bit better. Read more
Here’s an update on what the PHP core contributors have been doing these past few weeks. Read more
This post will walk through how database indexes work, with a particular focus on MySQL, everyone’s (well, many people’s) favorite homegrown organic database. Read more
You’ll learn the difference between “tactical” and “strategic” programming, and why choosing the right approach is important in the long run. Read more