How to enable Nginx site
Your website config file should be placed in /etc/nginx/sites-available and all you have to do is create a symbolic link in /etc/nginx/sites-enabled »
How to vertically align stuff using CSS
The best ways to vertically align DOM elements using CSS. »
Output HTML from VueJS filter
Just a quick post to show you how to output HTML out of a filter in VueJS. Normally you would do something like this : <div »
Network Error : CONTENT LENGTH MISMATCH
At work, we had this recuring JavaScript error appearing randomly in our logs : Network Error. It's not very explicit isn't it ? Well, it's because that's what »
Simple events bus in VueJS
I've been using a global events bus in my web applications for years now and I love this patern. It's a quick (and non intrusive) way »