How to trigger a mouse click in Vue.js

by

In this tutorial, you’ll learn how to trigger events in Vue.js using the $refs.

Query posts by date field using WordPress ACF

by

In this tutorial, you’ll learn how to query posts by date field using WordPress Advanced Custom Fields plugin.

3 tips on how to keep Ubuntu server up to date

by

In this tutorial, I’ll share a few tips on how I keep my servers up to date.

Detect mobile device in Vue.js

by

In this tutorial, you’ll learn how to detect whether or not a user is using a mobile device in Vue.js.

How to add current date to input type date in Vue.js

by

In this tutorial, you’ll learn how to add today’s date to HTML <input type="date"> in Vue.js and JavaScript.

How to watch props in Vue.js

by

In this tutorial, you’ll learn how to watch props for changes in Vue.js.

Top 5 most popular WordPress tutorials

by

I’ve created a list of the 10 most popular WordPress tutorials based on the page views.

Where to put variables in Vue.js components

by

In this tutorial, you’ll learn where to put JavaScript variables in Vue.js components.

My WordPress .gitignore config file

by

In this article, I’ll share my WordPress .gitignore configuration file.

Things I put in .gitignore file for Vue.js projects

by

In this article, I’ll share a .gitignore file that I use for my Vue.js projects.