How to unit test Vue components

Learn how to unit test Vue components. This tutorial walks you through how to set up a Vue test environment and how to write tests for Vue components.

Test .js and .jsx extensions with mocha

Out the box .jsx extensions are ignored by mocha. In this short snippet I'll show you how to test .js and .jsx extensions with mocha.

Fix docker-compose ImportError: cannot import name _thread

Learn how to Fix docker-compose ImportError: cannot import name _thread. This error is frustrating - but it has an easy fix.

Run a Node script with Windows task scheduler

Run a node script with Windows task scheduler. Using git Bash and Windows task scheduler we'll see how to automatically run a node script on Windows.

How to use Bootstrap 4 media query mixins

This snippet shows you how to correctly use Bootstrap 4 media query mixins.