Gas optimization Series Part - 3Today, we'll see how you can save gas, by removing overflow checks in loops. Solidity compilers perform various validations and checks during code execution, such as array bounds checking, integer overflow checking, and division by zero. These check...Jul 17, 2023·2 min read
Web3 Learning Journey (Day 5)Continued work on job board, added pagination and forms. As for uniswap not much further progress. Finished chap 13 of Mastering Ethereum book. It breifly talked about EVM architecture and Ethereum world state and its constituent EOA state and contra...Feb 6, 2023·2 min read
Web3 Learning Journey (Day 4)Worked mostly on web3 job board. named it pepe job board. Worked with job listing functionality and pagination using mantine UI library. Live demo: https://pepe-job-board.vercel.app/ As for EVM, read half way through chapter 13 of open source ethereu...Feb 5, 2023·1 min read
Web3 Learning Journey (Day 3)Working on a web3 job board called pepe job board. Will make it exclusive for web3 internships and remote jobs with no signups and other bs. Not the greatest UI but does the job. Github: https://github.com/Saksham010/pepe-job-board After that, went ...Feb 4, 2023·1 min read
Web3 Learning Journey (Day 2)Been invested in FEVM space warp hackathon. Me and my teammate are building a datamarket with DAO to resolve data fraud conflict called TrustMarket. Came up with two ways to work on it: With Collateral : Where the seller needs to deposit collateral ...Feb 3, 2023·1 min read
Web3 Learning JourneyStarting this multi-month Web3 journey by learning in public. Goals for first month : Successfully pull through Filecoin FEVM space warp hackathon by ETHGlobal Dive deep into Defi by building clones of Uniswap(V2,V3), Curve, Yearn Finance (Yield Fa...Feb 1, 2023·1 min read