Articles

Build a movie search app using the Vue Composition API
The very first alpha version of Vue is released! There are a lot of exciting features coming with version 3; Vue exposes its reactivity system behind the new Composition API. If you haven't heard about it, I recommend reading the RFC describing it.
Read more →

The tale of three dots in Javascript
One upon a time, there was a significant upgrade to the Javascript language called ES6/ES2015. It introduced many different new features. One of them was the three consecutive dots that we can write in front of any compatible container (objects, arrays, strings, sets, maps).
Read more →