Load Google Fonts via functions.php in WordPress

by

In this tutorial, I’ll show how to load Google Fonts or any other CSS file using functions.php.

How to remove emoji CSS from WordPress

by

Learn how to disable emojis scripts from loading on your WordPress site.

How to password protect your website in Vue.js

by

In this tutorial, I’ll show how to easily protect your website with a password in Vue.js.

How I structure SCSS files

by

In this tutorial, I’ll show how I structure my SCSS projects.

How to install Google Analytics tracking code in Vue.js

by

In this tutorial, you’ll learn how to easily add a GA tracking code to your Vue.js app.

How to concatenate variable and text in Vue.js

by

In this tutorial, you’ll learn how to concatenate/chain variable and text in Vue.js.

Giving Vue.js some love

by

In this short post, I just want to share my love for Vue.js.

How to dynamically change the path of href in Vue.js

by

In this tutorial, you’ll learn how to dynamically change the href value in Vue.js.

How to upload a file in Vue.js

by

In this tutorial, you’ll learn how to process and upload a file in Vue.js using form input field.

Load external CSS file into Vue.js component

by

In this tutorial, you’ll learn how to import external/local CSS files in Vue.js components.