Articles

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.

3 min. read Published:

Be careful with Docker port binding

In a recent security incident I learned that you have to be very careful with binding port on your Docker setup.

4 min. read Published:

Daily struggles with Selects

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.