Fix your upgrades and migrations with Codemods
A technical guide on using Codemods to automate codebase upgrades and migrations, with examples from Next.js.
A technical guide on using Codemods to automate codebase upgrades and migrations, with examples from Next.js.
A technical guide on upgrading a ZFS storage pool from RAIDZ1 to RAIDZ2 without external storage, using a clever disk-swapping method.
The author begins migrating a Django SaaS app from Heroku to DigitalOcean using Kamal and Docker containers.
The author details their journey migrating the 'Mess With DNS' educational tool from a custom, flawed DNS implementation to the more robust PowerDNS server.
A technical guide on migrating Disqus comments from WordPress to an Eleventy (11ty) static site, including extracting post IDs from a sitemap.
A step-by-step guide to migrating a React project from Create React App (CRA) to Vite, including configuration changes and file updates.
The author explains the technical process and reasons for migrating their blog from Medium to Gridsome, a Vue-based static site generator.
A team's journey migrating from Flow to TypeScript for better type safety and maintainability in their React/JavaScript frontend codebase.
A technical guide detailing the author's step-by-step process for migrating a blog from WordPress.com to the Hugo static site generator.
A tutorial showing how to migrate React Class Components to Function Components using React Hooks for state and side-effects.
A guide on migrating React components from the old Context API to the new official one, using a Toggle component as an example.
Explains the benefits of upgrading from PHP 5 to PHP 7, including major performance improvements, reduced memory usage, and new features.
A developer's journey from advocating for the AVA testing framework to migrating to Jest due to performance issues and limitations.
A guide on upgrading a Laravel 4 application to Laravel 5 by starting from a fresh install and migrating code.