Just another PoC of Symfony on steroids
: Api Platform, Vue.js, Mercure and Panther

Posted on by

In this post I will show how simple it is to create a modern reactive application by harmoniously combining the elements listed below. PHP 7.2 Symfony 4.2.4 Api Platform Mercure Panther Vuejs The work of this article is inspired by the presentation of Kenvin Dunglas during the Symfony Live in Paris in March 2019. We’re…

Symfony + Docker + Behat + BrowserStack: testing your app like a boss

Posted on by

Introduction My colleague Damien Gilbrin has a lot of experience about Behat. He just partecipate to a MeetUp where he explained how to properly use Behat also integrating Selenium and BrowserStack. Here the presentation in french language: Behat : https://www.damiengilbrin.fr/behat BrowserStack : https://www.damiengilbrin.fr/browserstack Now i will show you the practical example that Damien publish on github Stack…

Revue de code, les bonnes pratiques

Posted on by

La qualité du code source produit est essentielle pour assurer la cohérence, la performance et la maintenabilité des applications. Cette qualité peut être obtenue en continu via des outils d’analyse mais ce n’est pas toujours suffisant. Les bugs trouvés en production restent les plus coûteux, c’est pourquoi il est primordial de pouvoir les déceler à…

Extended Definition Of Done

Posted on by

Source: qafoo.com When software projects grow it is considered helpful if the software follows an established structure so that every developer finds their way easily. If the used structures and patterns change per developer or even every couple of months or years it will get really hard to maintain the software. There are multiple reasons for…