Symfony Messenger : background task Saturday 09 September 2023 Create background tasks with Symfony Messenger component
Symfony 5 - Upload a file Thursday 02 April 2020 Find out very simply, how to upload a file with the symfony 5 framework.
Tips to optimize your SEO Thursday 26 December 2019 Expert advice through concrete examples to optimize the SEO of your website
Discover Hubspot Sunday 22 December 2019 Find out how to post a chat system on your website for free with Hubspot.
Understand and use Composer Monday 16 December 2019 How to use and understand Composer, the PHP package manager.
Use an event listener Wednesday 09 October 2019 How to create and use events listeners on Symfony Framework, a concrete example with code sample
Use traits in Symfony Wednesday 02 January 2019 Learn how to use traits to decouple your code in Symfony framework
Dependency injection Friday 23 November 2018 Discover dependency injection, a mechanism that allows to decouple your classes and make your code more flexible ...
Addendum 3 months to the univercity contract Sunday 16 September 2018 Renewal of my contract at the University of Caen for 3 months
AMP - Accelerated Mobile Pages Wednesday 16 May 2018 Accelerated Mobile Pages (AMPs) make it possible to optimize the loading speed of mobile pages, but not only!
Javascript coding tools Tuesday 10 April 2018 Tools for Front-end developers to code Javascript: Bower, Grunt, Gulp and Yarn.
An introduction to webpack Sunday 11 February 2018 A brief introduction to webpack, a great front-end tool that facilitate your developments!
Doctrine table inheritance example Saturday 06 January 2018 Discover, by example, how to use table inheritance in Doctrine
Model view controller Sunday 10 December 2017 A quick description of the Model View Controller, widely used in web development
Understand inheritance in OOP Wednesday 18 October 2017 This article aims to make you understand one of the basic techniques in object-oriented programming: inheritance. With a chosen example, you will also understand what overriding methods are.
One-year contract at the University of Caen Sunday 17 September 2017 I am going for a new challenge in web development, one-year contract at the University of Caen
Seo url rewriting Monday 10 July 2017 Discover SEO fundamentals : URL rewriting, and user-friendly basics.
Make a rest api with symfony 3 Wednesday 05 July 2017 Learn how to create a REST API with the Symfony Framework