Mastering Vue3: A Step-by-Step Guide to Using vue-router for Page RedirectionFirst of all we need to import the function called useRouter from the vue-router pluginFeb 25, 2023Feb 25, 2023
How to use Vue 3 template refsAfter working with Vue 2 refs and switching to Vue 3 refs can be tricky for the first time as we do not have access to this.$refs in Vue3Aug 21, 2022Aug 21, 2022
How to install Xdebug on UbuntuYou can simply run the following commands to install Xdebug on ubuntu. Here, I am using PHP 8.0Feb 9, 2022Feb 9, 2022
How to connect to MySQL using CLI without manually entering username and passwordNormally, to connect to MySQL using CLI we run the following command:Nov 17, 2021Nov 17, 2021