10 choses à faire pour améliorer la vitesse de livraison de fonctionnalitésLivrer des fonctionnalités à un rythme soutenu est crucial pour les entreprises. Cela permet de répondre rapidement aux besoins des…Dec 1, 2024Dec 1, 2024
Pourquoi ne pas utiliser de “Setters”🍿 Dans ma conférence sur comment sortir du Legacy, je dis sans explication qu’il ne faut pas utiliser des setters, que c’est le mal…Nov 22, 2024Nov 22, 2024
Design Review et Atelier de conception.Maison à l’envers dans le village de Pobierowo sur la mer Baltique en Pologne. Photo d’illustration. Crédit : Shutterstock — PhotokonSep 2, 2024Sep 2, 2024
Le rôle d’Engineering Manager vu d’un Dev👋 Habituellement, j’écris des articles techniques, mais une fois n’est pas coutume, je vais faire un léger retour d’expérience sur ma…May 12, 2024May 12, 2024
Feature Flag and Strategy pattern with the Symfony framework📖 The feature flag is a method to update and change the behavior of an application without changing the code.Mar 7, 20234Mar 7, 20234
Symfony Messenger pre and post-handle messages👋 Symfony comes with a lot of useful tools and powerful components, one of which is Messenger.Oct 2, 20222Oct 2, 20222
Set a max timeout for your PHPUnit tests📚 You can set your tests as risky if they reach a timeout by adding an annotation on top of the method. (@large, @medium or @small)Aug 18, 2022Aug 18, 2022
My journey with the Symfony MIME type guesserSymfony provides a lot of helpful components, among those components, there is the MIME Component.Jul 3, 2022Jul 3, 2022
Emoji flag in the Symfony CountryType🔥 Emojis are part of our way of communicating, what about adding them to your Symfony form when a user needs to select a country…Jan 30, 20222Jan 30, 20222
Use PHP Enums as Doctrine type in SymfonyPHP 8.1 adds support for Enumerations. An Enumeration, is an enumerated type that has a fixed number of possible values. (see more details)Dec 29, 20216Dec 29, 20216
What if we define validations rules in the routing configuration 😱💡 In this article, I’ll show how you can add validation on a Request content. (ℹ️ ️It’s more about a way to learn more about Request and…Nov 20, 20213Nov 20, 20213
Create a Notifier Transport in Symfony📚 The Notifier is a “new” component that was introduced in Symfony 5.0, the documentation said:Aug 8, 20212Aug 8, 20212