Vladyslav Kovalchuk
Vladyslav Kovalchuk

Frontend engineer building interfaces that work.

I help product teams ship reliable, performant web applications. Focused on React, TypeScript, and the kind of frontend architecture that holds up under real-world complexity.

What I focus on

Selected engineering work

The decision, the tradeoff, and what it still owes.

Rewriting a chain indexer to zero on-chain reads: from a burned RPC quota to a free public endpoint

Arkenia's first indexer re-read contract state on every event and exhausted an Alchemy free tier in three days. Rebuilding it around event-sourced projection — deriving state instead of asking for it — took per-event RPC cost to zero and let both mainnet and testnet contours run on the free public Base endpoint.

  • TypeScript
  • Node 20
  • viem
  • Fastify
  • Drizzle ORM
  • PostgreSQL
  • PGlite
  • Vitest
  • Solidity
  • Base L2
  • Clean Architecture
  • pm2

Writing

Notes on the React patterns I keep arguing about.