iano10x.hashnode.devHow to Migrate from Webpack to TurbopackWebpack and Turbopack are bundlers. A bundler is a tool that optimizes the browser’s performance by reducing the number of HTTP requests it makes. To make this possible, the bundler takes files in a web app and combines them into bundles. Since Nex...Jan 18·2 min read
iano10x.hashnode.devZKPs in the Midnight NetworkThe Midnight Network is a privacy blockchain that incorporates data protection features in its smart contracts to handle sensitive information. This works because Midnight leverages Zero-Knowledge Proofs (henceforth referred to as ZKPs). In ZKPs, a p...Dec 7, 2025·2 min read
iano10x.hashnode.devThe Web We OwnIn the beginning, the web was read-only. The sites were static, and were built for niche communities. The interaction between the client and server, was purely passive consumption. When the web became mainstream, user interactions shifted from read-o...Oct 27, 2025·1 min read
iano10x.hashnode.devAdd Connect Functionality between dApp and EVM walletThe first user experience in a dapp is the wallet connection. Mess it up and you lose a client or a potential lead. We seamlessly connect popular EVM wallets to our dApp through the "viem module" from a web app. To do this, we break down the wallet...Sep 6, 2025·1 min read
iano10x.hashnode.devThe ERC-20 StandardThe erc-20 standard is the default API for creating and managing tokens within EVM-compatible smart contracts. What are Tokens? Tokens can represent virtually anything: reputation points in an online platform skills of a character in a game financia...Aug 7, 2025·1 min read