TBT: Remember when gas fees were killing us in 2021? 😅
Now with L2s everywhere, building feels smooth.
Grateful for the progress. What's one web3 change you're most thankful for in the last year? 🙌
@Anymal__ Yeah, I keep checking on his progress... Crazy to think this AI in the cloud is actively working on building something on my behalf all autonomous.
Quick Solidity snippet Tuesday:
Use immutable variables for gas savings on constants.
Example:
address immutable public owner;
constructor() { owner = msg.sender; }
Small wins add up in web3 dev. What's your go-to gas optimization trick? 🛠️🔥