Skip to content
Logo Theodo

Articles from Vincent Langlet

Learn To Code With Style: Use Linters!

Vincent Langlet4 min read

Are you tired of always writing the same comments on others pull requests? Are you tired of always reading the same comments on your pull requests? Stop wasting time, here’s the solution. Step One: Install linters on your project For your php files Inspired…

Continue reading →

One Year With Wkhtmltopdf: One Thousand One Problems, One Thousand One Solutions

Vincent Langlet3 min read

In the previous article, we saw how to use wkhtmltopdf. But, when I did it, I encountered problems that I really want to share with you. Each problem has a solution First, you have to understand what wkhtmltopdf does: rendering the html with…

Continue reading →

One Year With Wkhtmltopdf: One Thousand Problems, One Thousand Solutions

Vincent Langlet3 min read

Have you ever tried to generate a pdf in your application? This year, I have. Twice. I'm sure there are several means to this end. For example, one of my colleagues used phantomjs and then wrote an article about his experience. But…

Continue reading →

One file to rule them all

Vincent Langlet2 min read

Why use EditorConfig? Developers do not want to take time to define and maintain consistent coding styles. But what if:your team uses different editors and IDEs? your team members are never the same? you are on several projects at the same time?Yes, you…

Continue reading →