Dev
A product's Vue 3 migration: A real life story
Vue.js has just released the latest version of their JavaScript library called One Piece. We decided to dive in and update our product to use this new version and documented how our migration went.
12 requests per second
A realistic look at Python web frameworks If you take a look around the blogosphere at various benchmarks for Python web frameworks, you might start to feel pretty bad about your own setup. Or, alternatively, super-hyped about the possibilities. Consider, for instance, the incredible work of the guys at magic
Why I write tests
If you want to avoid lengthy code review cycles, fixing things other people broke and explaining to everyone how to interface with your code, write tests!
Picking a new JS framework
A meticulous task: Picking a new JS framework The original framework Our main product was created in 2015. Back then, ReactJS wasn't yet very mature, VueJS was still a baby, and Angular 2 was not yet a thing! So at this moment, AngularJS was a good framework option,
Migration: AngularJS to VueJS
A long but worthy journey! The context: We own a product which is a constantly growing web application, with data intensive visualisations, a considerable amount of screens, complex components and a lot of interactions between these components. In short, a JS Beast! We implement new features every months, release and