PHP

Published:

Collection #6

This is Collection #6, a selection of interesting articles, stunning websites and cool tools around web development, technology and the internet.

Published:

Collection #5

This is Collection #5, a selection of interesting articles, stunning websites and cool tools around web development, technology and the internet.

Published:

Collection #4

This is Collection #4, a selection of interesting articles, stunning websites and cool tools around web development, technology and the internet.

Published:

Collection #3

This is Collection #3, a selection of interesting articles, stunning websites and cool tools around web development, technology and the internet.

Published:

Collection #2

This is Collection #2, a selection of interesting articles, stunning websites and cool tools around web development, technology and the internet.

3 min. read Published:

Laravel: Why eager-loaded relations weren't working in unit tests

I just had an issue with eager-loaded relations not working in unit tests. Here's how I solved the issue.

4 min. read Published:

A deeper look into PHP Hash Algorithms

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.

3 min. read Published:

PHP Hash Algorithms in Detail

Aren't you curious about all the different algorithms available for PHP's hash() function? Search no further, I have you covered.

6 min. read Published:

A drop-in Docker stack for PHP apps

Over the past months I gradually implemented a solid Docker setup for all private projects. As I think that this stack is quite solid so I want to share it with you.

3 min. read Published:

Laravel 5: Use Query Caching to make your App really fast

There are several methods to make your Laravel app faster by using caching. Today I want to introduce query caching which reduced the number of database calls to almost zero.