Published onJune 26, 2022Why `immutable` variables don't take up storage spaceethereumsolidityevmExplaining why `immutable` does not take up any storage space and is just as cheap as a constant during deployment. We'll dig into the bytecode.
Published onJune 21, 2022How Uniswap Leverages the EVM's AtomicityethereumuniswapevmExploring the atomic nature of transactions in the EVM and how Uniswap leverages this in their designs
Published onJanuary 17, 2022ERC-20 vs Solana Token ProgramsolanaethereumtokenfungibleExploring the differences between the approaches of implementing fungible tokens in Ethereum and Solana
Published onJanuary 8, 2022Exploring AnchorsolanarustlearninganchorExploring Anchor from the ground up!
Published onOctober 24, 2021Open Your Doorself-developmentexploreexploitExploring the difference between finding the right problem to solve versus actually solving it. Exploring requires a variety of input whereas exploiting requires deep focus