Articles from Yann Jacquot
Configure Xdebug and PhpStorm for a Vagrant project in 5 minutes
August 11, 2016Yann Jacquot6 min read
Warning: this article concerns php5 version. If your PHP version is different, replace php5 by php/X.Y in paths (X.Y is your PHP version) and phpX.Y in command. For example : sudo apt-get install php5-xdebug becomes sudo apt-get install php5.6-xdebug /etc/php5/mods-available/xdebug.ini becomes /etc…
Continue reading →How to build web applications that can work offline with PouchDB?
November 25, 2014Yann Jacquot7 min read
In some of our projects, we need to build mobile applications that can be used offline. In this article, Valentin presented a fast way to develop native applications for both iOS and Android using a single code base in JavaScript. This time, instead of writing native applications, we thought that…
Continue reading →