Our recent articles
Load Previous Posts
If you ever tried to sync folder between a host machine and a guest one with vagrant over nfs, you may have noticed that everything is ok until you need your shared folder to be owned by a non root…
Continue reading →Il y a quelques mois, je suis tombé par hasard sur une vidéo du site ted.com et j'ai tout de suite accroché. Pour ceux qui ne connaissent pas, les conférences TED sont une suite de talks d'une dizaine de minutes…
Continue reading →Pebble Meetup 2015-06-01 @Ecole 42I went to a Pebble meetup at Ecole 42, and since I'm really into connected objects, I discovered there some awesome things that you can do with the Pebble watch that I would like to share…
Continue reading →Do you even rerere?
Tristan Roussel11 min read
TL;DR: git hidden gem to remember how to solve conflicts Hello my dearest git geeks! Do you know about git-rerere? It's a little thing that saved my life once and I want to explain to you how it can help you…
Continue reading →This blog post is in French as the event it relates to is French-only. Theodo a rejoint le GTLL (Groupe de Travail Logiciel Libre de Systematic) il y a quelques mois.Ce pôle de compétitivité rassemble académiques et industriels autour de thématiques…
Continue reading →At Theodo we have had several projects consisting of adding new features to an existing PHP code using Symfony1, CodeIgniter or homemade frameworks.Rewriting these applications from scratch would be very costly and dangerous for the businesses. Therefore, we preferembedding the…
Continue reading →I just had a little problem with my tests on Travis due to a wrong MongoDb version. Travis uses the 2.4.12 version of MongoDb and I needed the 2.6.6 version. The official documentation of travis doesn't provide a way to…
Continue reading →I went to SfPot meetup at Pepinière 27 (website, Twitter) on second to last Friday with fellow colleagues Simon, Thierry, Kinga, and Paul.One particular talk retained my attention and I want to tell you about it. Let me warn you first,
Continue reading →I recently needed to generate random users for a NodeJS project using mongo. I remember the time I used the powerful Alice fixture generator for my Symfony2 projects. Actually, I didn’t find anything as complete as Alice but I found two…
Continue reading →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 →