Thierry T.

Thierry T.

Super Data Boy


Articles and tutorials by the author

OpenPGP - Export Secret Keys to a Yubikey

OpenPGP - Export Secret Keys to a Yubikey

After generating the OpenPGP keys, we will see how to store them on a USB key like the Yubikey. This will allow us to further secure our secret keys.

Upload file with AJAX

Upload file with AJAX

Today, I would like to share with you a feature often requested in an application: uploading a file.

Handle exceptions gracefully

Handle exceptions gracefully

Hello everyone! Today I would like to speak about a subject too little discussed in php: the exceptions. An exception is an alert issued when the code is executed, to indicate that something has not happened as expected. It can be a bad connection identifier to the database, or an operation on a file that is not allowed, or a division by zero for example.

Custom ParamConverter

Custom ParamConverter

The following article is aimed at developers who have already used the ParamConverter, and who understand its basic principles.