Kaizen Today I Learned by Ville Säävuori

Posts tagged migration

Weeknotes 2022/11 - Vue 2 to Vue 3 Migrations, Vite Starter Improvements

I started a major Vue 2 to 3 conversion for a major part of the Slipmat.io project. I’m already getting triggered by the numbering after a decade long Python 2 to 3 battle. I have a script in the repo that counts some basic stats for me. The initial numbers after the first night:

· Read the full article →

Migrating Vercel Project To Another On A Different Domain

It’s very easy to add a custom domain to a Vercel project. It’s also easy to redirect the default Vercel project URL to another domain or set up separate domains for staging and production. But I had to do some digging to be able to migrate my project from domain foo to point to a new project on domain bar.

· Read the full article →