Skip to content
Logo Theodo

Our recent articles


Load Previous Posts

Vagrant: share folder as non root user

Raphaël Dubigny3 min read

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 →

Méthode BRIGHTNESS : pour que vos talks restent dans les mémoires

Maxime Thoonsen7 min read

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 →

A long-lived and easily programmable smartwatch

François Plesse6 min read

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 →

Conférence sécurité GTLL du vendredi 12 décembre 2014

Maxime Thoonsen7 min read

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 →

Wrap up your legacy application with Symfony

Kinga Sziliagyi3 min read

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 →

Choose a specific MongoDb version in Travis

Maxime Thoonsen1 min read

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 →

SfPot Paris 2014-12-12 @Pepinière 27

Tristan Roussel7 min read

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 →

Custom fixtures generator for nodejs / mongodb in 30 seconds

Raphaël Dubigny2 min read

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 →

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 →
Load Next Posts