Alexey Kuznetsovincodeburst5 Tips for Vue PerformanceHere we review some tips and tricks related to reducing unnecessary re-rendering and memory optimization actual for any vue2 and vue3 appFeb 21, 20216Feb 21, 20216
Alexey KuznetsovincodeburstReal-Time Kanban board on Vue.JSWe are building the kanban board with draggable cards, real-time updates, socket and locking technique for managing simultaneous usersFeb 3, 2020Feb 3, 2020
Alexey KuznetsovincodeburstCaution using watchers for objects in VueSuppose we have an object and we want to do something when it’s properties change. Probably we’ll start with something like that:Jan 12, 20202Jan 12, 20202
Alexey KuznetsovincodeburstWeekly schedule editor conceptI’m writing it because it seems to be rather popular task that has not any well known common solution. Usually it all starts with some…May 28, 2018May 28, 2018
Alexey KuznetsovincodeburstNode/Express: async code and error handlingAssume you want to write some backend using node/express. That’s the good idea, it’s easy — you just writeMar 14, 20185Mar 14, 20185
Alexey KuznetsovincodeburstNuxt Authentication from ScratchI would like to name this tutorial like «Simple Nuxt Authentication» or something else with the word simple in the title, but this topic is…Jan 23, 201813Jan 23, 201813