IncodeburstbyAlexey Kuznetsov·Feb 21, 20215 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 appA response icon6A response icon6
IncodeburstbyAlexey Kuznetsov·Feb 3, 2020Real-Time Kanban board on Vue.JSWe are building the kanban board with draggable cards, real-time updates, socket and locking technique for managing simultaneous users
IncodeburstbyAlexey Kuznetsov·Jan 12, 2020Caution 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:A response icon2A response icon2
IncodeburstbyAlexey Kuznetsov·May 28, 2018Weekly 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…
IncodeburstbyAlexey Kuznetsov·Mar 14, 2018Node/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 writeA response icon5A response icon5
IncodeburstbyAlexey Kuznetsov·Jan 23, 2018Nuxt 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…A response icon12A response icon12