My skills
Symfony
PHP
Databases
ElasticSearch
HTML5 & CSS3
Sass & LESS
Vanilla Javascript
Frameworks & libraries
Versioning
Server management
Other languages
Payment systems
Featured projects

On my Screen
On my Screen is a blog I created for my partner. This blog allows her to publish mostly her opinion about movies & series she watched.

Formations
One of the SIEP showcases. This website informs visitors about the studies organized in French-speaking Belgium. It also allows you to download a list of schools related to studies, from secondary to higher, through apprenticeship.

KMS Froala Editor Bundle
The KMSFroalaEditorBundle allows to easily integrate the Froala WYSIWYG editor in a Symfony form, with shared configurations.
Latest blog posts

My Taskfile configuration for Symfony
Being reluctant to use Makefiles, I recently fell in love with Taskfile, which allows to do pretty much the same thing, but with a simpler syntax.

Upgrade Doctrine Migrations from 2.x to 3.0
Following the major upgrade of Doctrine Migrations and its Symfony bundle from version 2.x to 3.0, several issues have arisen. Some easy to adjust, others were more difficult. Let's see how to fix them all.

Build assets with Webpack Encore and Gitlab CI
In the previous article I detailed how to build assets with Webpack Encore on Github Actions. But how to achieve the same using Gitlab CI?