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
JS Browser Dump to help debug when testing
October 25, 2020 · 2 min read
Check out this package to dump objects to a browser session, while running tests
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
How to format JS dates like PHP
October 24, 2020 · 1 min read
Quick guide to easily format Javascript/Typescript dates like PHP's date() format
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