Writing
Smart contracts, security, DeFi, and building in Web3.
Apr 14, 2026
AI Isn't Supposed to Break You
The industry told engineers AI would give them their time back. Instead, it gave them more work, less ownership, and a quiet crisis nobody is talking about.
Jun 13, 2025
Solidity Storage Slots — A Core Concept
In-depth overview of Solidity storage layouts, covering primitives, structs, arrays, mappings, and strings with precise details on slot allocation and encoding.
Jul 15, 2024
Exploiting Smart Contracts: Strict Equality
In this tutorial, we demonstrate how to create a strict equality attack in Solidity, including detailed setup, code examples, and execution steps, followed by essential mitigation strategies.
Jun 24, 2024
Exploiting Smart Contracts - Performing Reentrancy Attacks in Solidity
In this tutorial, we demonstrate how to create a reentrancy exploit in Solidity, including detailed setup, code examples, and execution steps, followed by essential mitigation strategies.
Jun 19, 2024
Understanding Flash Loans in DeFi
In this article, we explore the concept of flash loans in DeFi and how they are used to execute complex financial transactions without collateral.
Jun 15, 2024
Managing Whitelist Overload: Ensuring Effective NFT drops with Proof of Funds
In this article, we explore the benefits of requiring proof of funds for whitelist minting in NFT projects.
May 8, 2024
Solidity Gas Savings: Exploring the Swap and Pop Array Approach
In this article, we explore the swap and pop array approach to save gas in Solidity.
Jan 15, 2024
Securing NFT Drops: Protecting Allowlists with Merkle Trees
In this article, we will explore how to take advantage of Merkle Trees to protect your allowlists for NFT drops.
Dec 15, 2023
How to sign and verify messages with Ethers
In this article, we will explore how to sign and verify messages with Ethers.js, a JavaScript library for interacting with the Ethereum blockchain.
Dec 4, 2023
How to setup Uniswap V4 Hooks on a FairTrade Contract
This guide will show you how to easily setup Uniswap V4 Hooks on a FairTrade contract and see them in action through Foundry unit testing.