8 ways to optimise and speed up your WordPress blog

by

In this tutorial, you’ll learn how to optimise and speed up a WordPress site with these easy steps.

How to watch and react to params changes in Vue.js

by

In this tutorial, you’ll learn how to react to params changes in the same component.

How to go back to the previous page in Vue.js

by

Learn how to programmatically navigate back without reloading the page in Vue.js.

How to return a promise from Vuex action in Vue.js

by

In this tutorial, you’ll learn how to let the calling function know that the HTTP request succeeded or failed in Vue.js.

How to set a default value for an HTML <select> tag in Vue.js

by

In this tutorial, you’ll learn how to select the default value for an HTML <select> element in Vue.js.

Array length watcher in Vue.js

by

In this tutorial, you’ll learn how to use a custom watcher to view array length in Vue.js.

How to make router parameter optional in Vue.js

by

In this tutorial, you’ll learn how to make component query parameters optional in Vue.js.

Top 5 CSS frameworks for your Vue.js project (2021)

by

If you’re a front-end developer like me, you’re probably using CSS frameworks.

Display unescaped HTML in Vue.js templates

by

In this tutorial, you’ll learn how to display unescaped HTML in Vue.js templates.

How to create a branch from another branch in Git

by

In this tutorial, you’ll learn how to create a new branch from another branch with git and switch to it.