How to change SVG color inside <use> element
The <use> element is very useful to prevent duplication of SVGs, but it is harder to style because it generates a shadow DOM that »
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 »