Dockerized MySQL hot backup tool with Percona Xtrabackup

Just created a dockerized tool that wraps Percona Xtrabackup binary and periodically does a hot backup of your MySQL/MariaDB database. I already use it on production and it works like a charm! Feel free to use and/or contribute. Licensed under MIT so anyone can use.

Read More

How forms should be done in Zend Framework 2/3

Zend Forms are great and flexible, however, even the official documentation does not show how to make them properly. Too many times had I seen people having trouble creating simple forms or form elements. As the documentation is lacking and the number of real world examples on the Internet is scarce, I have released a Zend Framework 3 playground app.

Read More