How to programmatically navigate using router in Vue.js

by

In this tutorial, you’ll learn how to navigate users programmatically using the $router.

MITM on HTTPS traffic in Kazakhstan

by

Since today, all the citizens in the Republic of Kazakhstan are asked by the internet providers to install a government-issued certificate (Qaznet Trust Certificate) on all the devices.

How to select an HTML element in Vue.js

by

In this tutorial, you’ll learn how to select an HTML element using $refs in Vue.js.

Using Vue.js (Angular/React) for building prototypes

by

Vue.js is a great tool for not just building sophisticated single-page applications (SAPs) but also for building prototypes.

Force reload the current page/component in Vue.js

by

In this tutorial, you’ll learn the basics of reloading a page in Vue.js.

How to disable input conditionally in Vue.js

by

In this tutorial, you’ll learn how to disable input field conditionally in Vue.js.

CSS3 properties that no longer need browser -prefixes-

by

CSS uses so-called ‘vendor’ prefixes, which are browser-specific prefixes.

Get featured image URL in WordPress

by

In this tutorial, you’ll learn how to get the featured image URL in WordPress.

Why you should kill Disqus on your WordPress blog

by

Disqus [or any other 3rd party commenting service] may seem like a good substitute for your WordPress comments, but don’t fall into this trap, let me explain to you why.

LocalStorage vs Vuex-persist in Vue.js

by

If you’re familiar with localStorage you know how indispensable it can be when you’re building single page applications (SAPs).