Skip to content

Articles from Jonathan Beurel

Les tests utilisateurs distants présentés par Sébastien Tanguy de Testapic

September 20, 2016Jonathan Beurel1 min read

J'ai rencontré Sébastien Tanguy, co-fondateur de Testapic, au canada durant le WAQ 2016. Nous faisions tout les deux partie de la délégation française à décoller pour la semaine du numérique du Québec. J'ai eu l'occasion d'assister à sa conférence au WAQ sur les tests utilisateurs physiques et…

Continue reading →

Build a perfect Scrumboard with Trello and some Chrome/Firefox Extensions

May 05, 2016Jonathan Beurel1 min read

Trello is the perfect online equivalent of the whiteboard To build a perfect Scrumboard, we need: Columns and Cards Complexity points on each card Number of Cards by column Card Numbers Labels 1) Columns and Cards Trello provides drag&drop cards. Tips: You can use < and > shortcuts to move the card…

Continue reading →

How I stopped doing repetitive and boring tasks to become more productive

November 10, 2015Jonathan Beurel2 min read

Sourcing candidates for recruitment, managing your online reputation, populating databases... did you ever dream about a tool that does all these repetitive and boring tasks for you? 1. profilr.co This app uses Google search engine to generate advanced search among thousands of profiles on social…

Continue reading →

Easily comply with Symfony2 coding style using CodeSniffer and PhpStorm Code Inspection

June 19, 2014Jonathan Beurel2 min read

The goal of this article is to implement Symfony2 coding style in your PhpStorm editor. This will take you 5 minutes to configure your workspace. Symfony2 CodeSniffer installation You can follow this steps to install the Symfony2 standard CodeSniffer using Composer. Install phpcs: You can follow the…

Continue reading →

How to code JavaScript using Bootstrap best practices?

March 07, 2014Jonathan Beurel5 min read

Bootstrap was created at Twitter in mid-2010 by @mdo and @fat. It provides a lot of UI plugins easy to implement. You've probably already used it but have you looked at how it worked? Together, we will try to make another plugin using the same best practices as Twitter. Through this tutorial I will…

Continue reading →

How to use lesscss without NodeJs in Symfony2 with Assetic?

April 24, 2013Jonathan Beurel1 min read

Today, we will talk about a little trick: How to use Less when node.js is not available on your server? We will use the latest version of lessphp available at the time of writing this article. You can find the full list of tags on github : https://github.com/leafo/lessphp/tags. Assuming Composer is…

Continue reading →