Best equipment and software to work remotely

I have been in Web Development for quite some time, but I have just recently started to invest in myself and I thought to write this article as it could really help you save some time and help you decide on how to invest in yourself. It is not a waste of money First and…


How to solve Extraneous non-props attributes in Vue Js

If you are reading this blog post, chances are that you have encountered the above error and have no idea what it is and how to solve it. Luckily for you, I went through the pain and investigation so you do not have to. In this article, I am going to explain why the error…


The rise of influencers and the fall of knowledge

The rise of civilisations can be accredited to the way we shared knowledge. This flow has been broken by the so called influencers. Read my thought and tell me your opinion on this matter….


How to use props with script setup in Vue 3

I have long debated if I needed to write this article, but since I have received the same question multiple times in the past few months, I guess this simple feature needs an explanation. No matter if you are an advanced Vue developer or if you are starting out when you will first use the…


How to use Teleport in VueJs 3

It has been a few months now since VueJs 3 has become the current version of this fantastic framework and with it, lots of new features. In this post, we will cover a feature called <teleport>. This feature was previously available in Vue 2 in a plugin called “portal-vue“. Thorsten Lünborg a core contributor of…