Articles and blogs

Ethereum Yellow Paper Mathematics Deciphered | Part 1: World State "A transaction, T is the tuple, (T_x, T_n, T_p, T_g, T_t, T_v, ...), with many fields which are cryptographically signed & sent to...
Ethereum Yellow Paper Mathematics Deciphered | Part 1: World State "World state, σ, is basically a mapping of addresses to account states, where an account state comprises of nonce, balance, storag...
Ethereum Yellow Paper Mathematics Deciphered | Part 0: Conventions Writing a new series that deciphers Mathematics from Ethereum Yellow Paper. Here goes the first one: https://blog.nvn.fyi/19/07/20...
Disambiguating Clone And Copy Traits In Rust Language https://blog.nvn.fyi/28/06/2022/Disambiguating-Clone-And-Copy-Traits-In-Rust/
A Practical Introduction To Solidity Assembly: Part 2 The third and final part of this series - writing the smart contract in pure assembly i.e. totally in Yul dialect! https://dev.to/nvn/a-practic...
A Practical Introduction To Solidity Assembly: Part 1 Second part of this series: writing inline assembly in solidity contracts! https://dev.to/nvn/a-practical-introduction-to-solidity-assembly-par...
A Practical Introduction To Solidity Assembly: Part 0 Started writing part-wise article to help you be a Ethereaum smart contract ninja! Here's part 0! https://dev.to/nvn/a-practical-introduction-t...
Wrote a post on proxy patterns for the upgradeability of smart contracts. Wrote this post that clears the understanding of Proxy patterns for upgrading smart contracts. And distinguishing Transpare...
Wrote "Creating a Subgraph" on Mirror! The Graph is going to be the must-known tool for a web3 developer. So, I put down an easy-to-follow and explained tutorial on how to create a subgraph on The ...
Wrote "Why The Graph ?" on Mirror! Understand and build on The Graph from the developer's standpoint. I think The Graph solves a major pain point in web3. I remember myself back in 2019 when I star...
Started doing CryptoPals Cryptography Challenges I first found out about CryptoPals through OpenZeppelin's curated resources on GitHub. Had basic cryptography knowledge, wanted to learn more and Cr...
Hacked All Levels of Ethernaut Solidity Smart Contracts Finally, hacked through all levels of Ethernaut by OpenZeppelin team. Each level presented another corner case, often overlooked while writin...
Wrote - "A Case On How Smart Contracts Drive Token Economy" on Medium.