Articles from Raphaël Dubigny
10 tips to read 500 emails per day
Raphaël Dubigny1 min read
I recently had a quick formation with Benoît Charles-Lavauzelle our CEO at Theodo. He taught me how to be efficient at reading emails. Here are his advices:don't sort emails. Use the search. don't use multiple labels. One label is enough: urgent…
Continue reading →Warming up Varnish4 cache
Raphaël Dubigny2 min read
Caching data with varnish allows to deal with heavy data traffic at a limited cost.The question is, how can I serve fresh data even if no one have requested them recently? The solution is to request your cache regularly.This is…
Continue reading →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 →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 →Meet-up pour la décentralisation d'internet
Raphaël Dubigny2 min read
Je suis allé jeudi 23 Octobre au 3ème meetup pour la décentralisation du web à la Fondation Mozilla de Paris. Au menu, pas de présentation de techno mais une profonde réflexion sur le devenir d'internet à travers deux conférences : Framasoft…
Continue reading →Install a sms two factor authentication in Symfony2
Raphaël Dubigny6 min read
Abstract: This article aims to help you build a two step authentication with sms for your Symfony2 application. It works like the google two step authentication. Here is the workflow of the achieved feature:the user fills in a first login form…
Continue reading →