
I Automated 85% of the wagmi v1-v2 Migration Using Codemods. Here's How.
wagmi v2 broke everything. If you've tried migrating a real DeFi frontend from wagmi v1 to v2, you...
Tag archive

wagmi v2 broke everything. If you've tried migrating a real DeFi frontend from wagmi v1 to v2, you...
Case Study: Automating the wagmi v1 → v2 Migration Project: wagmi-v1-to-v2 codemod Target:...
Case Study: Automating Anchor IDL v0 → v1 Migration with Codemod ...
The Problem Upgrading dependencies is one of the most frustrating parts of maintaining...
Ethers.js v5 has dozens of breaking changes when upgrading to v6. BigNumber is gone, provider names...
Recently, at SignNow, we decided to migrate to the named exports/imports and add the eslint rule...

We care a lot about DX at Woovi. We want to find the best workflow to make it easy for developers to...

In this article, we are going to take a look at a tool called JARVIS which will profoundly transform...
Over the last couple of years, I have been migrating several codebases from Flow to TypeScript with...
I'm trying to write a small codemod to refactor some of the code. Consider I've somethihng like this:...

Analysing and modifying abstract syntax tree is not that hard, if you start from simple cases and gradually increase complexity.