← Back to portfolio

Writing

Articles & Insights

Practical guides on Web3 frontend development, Next.js, and building for DeFi.

June 2026·5 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 2026·4 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 2026·4 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