How I implemented toast notifications in the Vue application using Vuex

Toast notifications, among other things like for example loaders, are a basic functionality that usually is implemented before first release. This is because of their meaning in application. If user … Continue reading “How I implemented toast notifications in the Vue application using Vuex”

NgPoland conference

November 21 was the largest conference in Central and Eastern Europe regarding Angular – NG Poland. Organized for several years, it attracted crowds of fans of this framework. And they … Continue reading “NgPoland conference”

How I implemented the loader in the Vue application, using Vuex and TypeScript decorators

Loaders are one of the basic functionalities that appear in applications and which are of great importance for user experience. Their purpose is to show the user that the application … Continue reading “How I implemented the loader in the Vue application, using Vuex and TypeScript decorators”