How to set/update nested object with dynamic keys in Firebase/Vue.js

by

In this tutorial, you’ll learn how to update the nested object with dynamic keys in Firestore/JavaScript.

How to hide uncompiled mustache {{ code }} in Vue.js

by

In this tutorial, you’ll learn a simple trick that will hide Vue.js code while the page is loading.

How to add a class to body tag in Vue.js

by

In this tutorial, you’ll learn how to add and remove body classes in Vue.js with and without using additional packages.

How to get the first item in Vue.js array in template

by

In this tutorial, you’ll learn how to render the first item of an array in Vue.js template.

How to detect iPad/iPhone and other touch devices with CSS

by

In this tutorial, you’ll learn how to detect touch devices with CSS only.

How to sort an array in Vue.js/JavaScript/ES6

by

In this tutorial, you’ll learn how to sort an array by a property value in Vue.js.

Reverse the order of an array in Vue.js/JavaScript

by

In this tutorial, you’ll learn how to reverse an array in Vue.js.

How to check if an image is loaded in Vue.js

by

In this tutorial, you’ll learn how to check if an image is loaded in Vue.js.

How to deploy a Firebase app to multiple environments

by

In this tutorial, you’ll learn how to create and deploy your Firebase app to multiple environments.

Split functions.php into multiple files in WordPress

by

In this tutorial, I’ll share a quick way on how I split functions.php into multiple files in WordPress.