Vue custom directives by example — GA tracking in Vue appThis article is a step-by-step guide how to create custom directive in Vue. As an example we will write a working plugin for GA tracking.Dec 18, 20191Dec 18, 20191
Everyday life in Vue world — Vuex actions asynchronous natureI decided to start a series of articles where I describe my everyday life in large Vue project. Once in a while we make small discovery or…Nov 6, 2019Nov 6, 2019
Deploying Nuxt application on HerokuImagine the situation, after many hours of hard work, you finished your first Nuxt.js application and you are finally ready to share it…Oct 16, 20192Oct 16, 20192
Published inBethinkDo we need Higher Order Components in Vue.js?In my previous article I described a way how to create Higher Order Components in Vue.js. I received a lot of great feedback which inspired…May 9, 20188May 9, 20188
Published inBethinkHigher Order Components in Vue.jsAs described in React’s documentation, Higher Order Component is a function which takes as an argument a component and returns newly…Feb 23, 20189Feb 23, 20189
Webpack and SassWebpack is a module bundler very often used in latest JavaScript applications. I think it is a great tool if you want to start development…Feb 27, 20172Feb 27, 20172
Integrating Google OAuth with Express.js ApplicationAny feedback how to do things better than described below is highly appriciated.Feb 11, 20179Feb 11, 20179
Webpack as a middleware in Express.js/React applicationFirst of all, this is my very first article. I was going to write it for a very long time but I wanted it to be perfect. Then I realized…Dec 3, 2016Dec 3, 2016