4 followers
Welcome to my mayhem
Introduction This is my first time reviewing an NFT smart contract from front to back and while I'm not an expert I'm confident in my ability to...
Introduction Since learning about web3, blockchain, dapps and NFTs I've been so fascinated with the different technologies and how they come together...
Memory and storage In solidity, the memory keyword is a temporary place to store information vs the storage keyword which holds data between function...
Introduction Solidity is an object oriented programming language which we use to write smart contracts on the blockchain. This is the first part of my...
What are loops? Loops are used in programming to run repeated logic based on a specific condition. Loops will continue to run as long as the condition...
Introduction I started this blog because I wanted to chronicle my journey as a developer by writing about every new feature, language, framework and...