Inspired by a Tweet of David McKay, I decided to put together a list of my favorite blogs and magazines, consumable via RSS feeds.
I just had an issue with eager-loaded relations not working in unit tests. Here's how I solved the issue.
With the end of 2019 closing the 2010 decade, it's time to think about the future decade: 2020.
After my first post about the current status of PHP Hash Algorithms, I did another update of the code and dived a little bit more deeper into the matter. Here are the results.
Aren't you curious about all the different algorithms available for PHP's hash() function? Search no further, I have you covered.
In a recent security incident I learned that you have to be very careful with binding port on your Docker setup.
Working with select elements in forms is hard if you have dynamic inputs or large lists to choose from - or simply want to load options from the backend.