I am a web developer/designer from Bulgaria. My favorite web technologies include SVG, HTML, CSS, JavaScript, Node.js, Vue.js, PHP, Laravel, and Statamic. When I'm not programming the Web, I love to program my own reality ;)
Starting new Vue.js projects is now easier than ever with the new Vue CLI and its Vue UI GUI. This tutorial will show you how to put Vue CLI to use and how...
As developers, we want to produce manageable and maintainable code, which is also easier to debug and test. To make this possible, we adopt best practices...
Most people think that the purpose of animations is to engage the user's attention, but on most websites, engagement should be secondary to communication. So...
Building apps with Vue.js is easy and fun. Today you'll learn how easy it is to build your own full-featured music player using Vuetify, a Vue.js library.
The main problem in a complex application is how to manage the state between components without writing spaghetti code or producing side effects. In this...