Started a Vue.js centric YouTube channel.After years of blogging, mainly on Vue.js (favorite framework) and software testing (favorite topic) I am making the jump to video content…Oct 20, 2020Oct 20, 2020
Published inVue.js DevelopersDiving into the Vue 3’s Virtual DOMIn this article, we do a dive into the virtual dom in Vue.js 3, and how we can traverse it with the goal of finding a specific component…Sep 2, 2020Sep 2, 2020
Published inVue.js DevelopersBuild a Jest Transformer for Vue.js 3 ComponentsIn this article, we build a transformer to change Vue 3 .vue component into a format Jest can understand. This is what vue-jest does, and…Mar 23, 2020Mar 23, 2020
Published inVue.js DevelopersComponent Tests, TypeScript and the Next Iteration of Vue Test UtilsLearn some best practices for writing component test, and get a sneak-peak at the new version of Vue Test Utils, built in TypeScript for…Mar 6, 2020Mar 6, 2020
Published inVue.js DevelopersOptions Composition API, JavaScript and TypeScript — one API and language to rule them all?In this article, I will convert Vue.js 3 component built using regular JavaScript and the options API to use TypeScript and the…Feb 15, 2020Feb 15, 2020
Move beyond the abstractions and magic, and build a Vue testing framework from scratch.This article is best enjoyed as a screencast. You can view it either below, or on my website with the relevant show notes. A text version…Feb 3, 2020Feb 3, 2020
Vue 3’s alpha has been out for a while now — but no Vue 3-Vuex yet.TDD is much easier to follow in a video form — this article is available as a screencast.Jan 26, 2020Jan 26, 2020
Published inVue.js DevelopersVue.js single file components — simple, modular and maintainable — until they’re not.Separate your concerns, and avoid the UI/business logic mess before it happens.Jan 19, 20201Jan 19, 20201
Published inITNEXTReducing Duplication in Unit TestsReducing boilerplate in your unit tests can improve readability. In this article, we refactor the unit tests for a component using Vuex…Jan 12, 20202Jan 12, 20202
Incrementally Migrating from Flow to TypeScriptVue Test Utils uses Flow for type checking. I wanted to know what it would take to move to TypeScript.Jan 4, 2020Jan 4, 2020