Node.js performance — unique Array Sun, 14 Jul 2019 - 20:57 Have you ever wondered what is the fastest way to get Array with unique items? JavaScript Node.js
Vue, Observables and large data sets Sat, 14 Oct 2017 - 11:37 This is short example about Observables and how they can be really evil. Fortunately we have a hero called Object.freeze(obj). JavaScript Observables Vue.js
Web Workers to the rescue Sat, 7 Oct 2017 - 22:28 TLDR; Think about when Web Workers make sense and when not. It's tempting to run something on the background, but not always. This is the story of what I did wrong. JavaScript WebWorkers