Bash Commands yarn add vue@next yarn add vuex@next yarn add vue-router@next yarn add -D @vue/compiler-sfc Changes in src/main.js Additionally, change main.js  from this: import Vue from ‘vue’ import App from ‘./App.vue’ import router from ‘./router’ import store from ‘./store’ Vue.config.productionTip …

Migrate Vue project from Vue 2 to Vue 3 Read more »

Working with JS may be difficult for a beginner. Or for someone like me, who dares to think of himself as a … let’s call it not a beginner. 🙂 One of the strangest staff there, if you are coming from the …

JavaScript – A function returning a function returning a function Read more »

Let’s start from the very beginning in jQuery. Somewhere in the beginning there are events and buttons. So, I will start from there, explaining how to Trigger events and what is the difference between trigger and triggerHandler. Trigger triggers the event completely …

jQuery Events – Trigger vs TriggerHandler Read more »

Some time ago, probably before one and a half months I have received the book JavaScript Frameworks for Modern Web Dev from the publisher Apress.Com for a review, upon a request of my site. The reason to ask for the book …

Book Review – JavaScript – Frameworks for Modern WebDev Read more »

So, today I have made a pretty simple application – and the word pretty stands for small, not for a synonym of beautiful 🙂 The reason for making this application was my awful internet connection – I feel like I …

Java Script – Basic Functions, Global Variables, Getting Elements by Tag Name, Event Objects Read more »