Skip to content
Logo Theodo

Articles from Yann Jacquot

Configure Xdebug and PhpStorm for a Vagrant project in 5 minutes

Yann Jacquot4 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/php/5.6/mods-available/xdebug.iniI love…

Continue reading →

How to build web applications that can work offline with PouchDB?

Yann Jacquot8 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.

Continue reading →