Section: Javascript

Guide to setting up Vue 3 (with example snippets and configuration)

November 14, 2020 · 6 min read
A set of useful snippets to get things done in Vue 3

Guide to setting up a markdown blog with Gridsome

October 24, 2020 · 4 min read
A tutorial on how to set up a blog in Gridsome, reading from markdown (md) files

Why you should use window.matchMedia when checking for window resizes in Javascript

October 3, 2020 · 3 min read
Why you should be using window.matchMedia when you need to track window resizes in Javascript

Vue-Test-Utils Guide: Things You Might Not Know About Vue-Test-Utils

May 17, 2020 · 12 min read
Here is a list of nice features of Vue Test Utils that you may not know about but should start using when testing your Vue applications