How to fix ‘ReferenceError: primordials is not defined’ error NPM/Gulp/JS

by

After switching to a new computer I installed the latest version of Node (v17).

How to trigger window resize using Vue.js/JavaScript/jQuery

by

In this tutorial, you’ll learn how to manually trigger window resize in Vue.js, JavaScript and jQuery.

How to customise your GitHub profile (GitHub secret)

by

In this two-minute tutorial, I want to show how to quickly turn your boring GitHub profile page into something more personal, like this.

How to render shortcodes in WordPress templates

by

In this tutorial, you’ll learn how to execute WordPress shortcodes in templates.

How to check if it’s an HTML email in JavaScript/Vue.js

by

In this tutorial you’ll learn how to quickly check if returned email is an HTML email or not.

How to fix Safari not loading a font until browser refresh

by

In this quick tutorial I’ll show how I fixed a font issue on one of my projects.

How to fetch JSON data using Vue.js and Axios

by

In this tutorial, you’ll learn how to quickly fetch remote JSON data in Vue.js.

How to enable wide and full-width images in WordPress Gutenberg themes

by

In this tutorial, you’ll learn how to add two more alignment options for the image blocks in Gutenberg-ready WordPress themes.

How to use Vue.js filters inside the Vue instance

by

In this tutorial, you’ll learn how to use custom Vue.js filters inside the Vue component.

Fix TypeError: sym.definition is not a function

by

Solving annoying Webpack build problem while using UglifyJs.