How to get the last item in Vue.js array

by

In this Vue.js tutorial, I’ll show you how to get the last item of an array using the slice() method.

5 Free hosting options for Vue.js (2021)

by

Right now you have a working prototype of your Vue.js single-page application (SPA) and you need to host it somewhere.

Would you like me to share WordPress tips & tricks?

by

I’ve been thinking about adding a new section to my website, where I’d share WordPress tutorials and snippets.

How to get selected value on @change using Vue.js

by

In this tutorial, I’ll show you how to get selected option from a dropdown list in Vue.js.

How to have multiple GitHub repositories on the same server

by

As you probably don’t know GitHub doesn’t allow to use the same deploy key for multiple repositories.

JavaScript/Vue.js print object in the console

by

If you’re a web developer like me, you probably use console a lot.

Check if a user has scrolled to the bottom in Vue.js

by

This snippet will be useful for those trying to implement an infinite scroll in Vue.js or load next article when user reaches the bottom of the page.

My macOS list of applications

by

A list of apps and tools I use on my Mac for coding, prototyping, photo and video editing, productivity, privacy and browsing.

Vue.js polling using setInterval()

by

I came up with an easy way to repeat a function in Vue.js.