← Back to portfolio
Writing
Articles & Insights
Practical guides on Web3 frontend development, Next.js, and building for DeFi.
June 20265 min read
Building a DeFi Dashboard with Next.js and Wagmi
After building a dozen production DeFi dashboards, here are the architecture decisions that matter most — from wallet state management to on-chain data fetching.
Next.jsWagmiDeFiWeb3
May 20264 min read
5 Frontend Mistakes I See on Every Crypto Dashboard
I've reviewed or built over a dozen DeFi dashboards. Here are the five mistakes that show up consistently — and exactly how to fix them.
DeFiUXFrontendWeb3
April 20264 min read
Why I Use Wagmi for Every New Web3 React Project
Three years ago I wrote wallet integrations with Ethers.js directly. Today I use Wagmi for almost everything. Here's why — and the one case where I don't.
WagmiEthers.jsReactWeb3