2020 - A Year In Review
Disclaimer: I mostly wrote this blog post for myself. Writing my Year in review helps me to celebrate my biggest wins, see what was wrong…
Disclaimer: I mostly wrote this blog post for myself. Writing my Year in review helps me to celebrate my biggest wins, see what was wrong…
The trend today is to split things and make them thinner. We witnessed the emergence of microservices, micro-frontends... Against this trend…
A few weeks ago 2 people asked me the same question on Twitter: "how do I make a better portfolio?" Since it's not the first time I have…
A few weeks ago, memoization helped me to fix a performance issue in my Vue.js application. The result looks like a "Vue.js computed…
Today, I want to talk about testing in the Vue.js ecosystem. Between my previous job and my current one, I've been searching for too long a…
Axios is a very popular library you can use to perform HTTP calls. Because it's not framework specific, you can easily use it in your Vue.js…
When async/await feature came with ECMAScript 2017, it literally brought promises to the next level. In a nutshell, it removes the…
Edit 25/05/2020: The title of this article has been edited. The company I'm working for recently set a code coverage rule requirement…
Because of the Coronavirus, a lot of people are going to experiment with the “home office”. Working From Home can be great but it can also…
#1 - Think documentation Your company wiki can be outdated. Tests can't. Everybody wants good and well-written documentation. Unfortunately…