Soby (@sobyvyp17) 's Twitter Profile
Soby

@sobyvyp17

Jesus' baby✨️ || TechieπŸ”₯ || Content creator✍️|| working with @FromZeroHQ

ID: 1785413428502290432

linkhttp://t.me/Twinklesy calendar_today30-04-2024 20:58:41

37 Tweet

22 Followers

123 Following

Soby (@sobyvyp17) 's Twitter Profile Photo

Day 21 of #80DaysSolidityChallenge πŸš€ I’ve been coding on Remix, but today, I slowed down to really feel what it means to interact with a contract. Ex πŸ”Ή Click a function & see state change πŸ”Ή Send ETH and watch it land Feels like my code finally talks back πŸ˜… #Solidity #Web3

Day 21 of #80DaysSolidityChallenge πŸš€
I’ve been coding on Remix, but today, I slowed down to really feel what it means to interact with a contract. Ex

πŸ”Ή Click a function & see state change
πŸ”Ή Send ETH and watch it land

Feels like my code finally talks back πŸ˜…
#Solidity #Web3
Soby (@sobyvyp17) 's Twitter Profile Photo

Day 33 of #80DaysSolidityChallenge Been away a bit, but still building πŸ‘€ Lately I’ve been diving into: πŸ”Ή Hardhat πŸ”Ή ERC20, ERC721 & OpenZeppelin πŸ”Ή Libs & interfaces πŸ”Ή Minting , burning & transfers πŸ“Έ Token I created #Solidity #Web3 #LearningInPublic

Day 33 of #80DaysSolidityChallenge 
Been away a bit, but still building πŸ‘€
Lately I’ve been diving into:
πŸ”Ή Hardhat
πŸ”Ή ERC20, ERC721 & OpenZeppelin
πŸ”Ή Libs & interfaces
πŸ”Ή Minting , burning & transfers

πŸ“Έ Token I created

#Solidity #Web3 #LearningInPublic
Soby (@sobyvyp17) 's Twitter Profile Photo

Day 34 of #80DaysSolidityChallenge πŸš€ Today was all about testing πŸ§ͺ Testing helps catch logic errors in smart contracts early, verify assumptions, and save πŸ’° on gas & redeploys. Currently exploring Mocha & Chai for test scripts. #Solidity #Web3 #LearningInPublic

Soby (@sobyvyp17) 's Twitter Profile Photo

Day 35 of #80DaysSolidityChallenge πŸš€ Testing feels tougher than writing the actual code πŸ˜… Had to think like an attacker today β€” finding ways to break my own contract. Surprisingly fun and eye-opening🌚 #Solidity #Web3 #LearningInPublic

Soby (@sobyvyp17) 's Twitter Profile Photo

Day 36 of #80DaysSolidityChallenge πŸš€ Taking a step back from testing today πŸ˜… It’s tougher than I thought, so I slowed down to understand gas fees, ABI contracts, and how ETH & frontends interact with smart contracts. Deep learning > fast progress 🌱 #LearningJourney #Solidity

Soby (@sobyvyp17) 's Twitter Profile Photo

Day 38 of #80DaysSolidityChallenge πŸš€ I've been diving into enums, structs, and arrays β€” and I must say, it’s been exhilarating! Built a couple of mini projects to put these concepts into action. I love every bit of it ☺️ #Solidity #Web3 #LearningInPublic

Day 38 of #80DaysSolidityChallenge πŸš€
I've been diving into enums, structs, and arrays β€” and I must say, it’s been exhilarating!
Built a couple of mini projects to put these concepts into action.
I love every bit of it ☺️

#Solidity #Web3 #LearningInPublic
Soby (@sobyvyp17) 's Twitter Profile Photo

Day 39 of #80DaysSolidityChallenge πŸš€ Today I focused on mappings β€” Solidity’s key-value storage. Perfect for tracking balances or ownership. Simple concept, powerful use cases 🌱 Not as easy as it looks though πŸ˜…πŸŒš #Solidity #Web3 #LearningInPublic

Soby (@sobyvyp17) 's Twitter Profile Photo

Day 40 of #80DaysSolidityChallenge πŸš€ A small milestone 😊 Was supposed to pair this with a project, but… πŸ˜… soon! Today: Modifiers & Custom Errors β€” for enforcing rules & efficient debugging. Writing safer, smarter contracts 🌱 #Solidity #Web3 #LearningInPublic

Day 40 of #80DaysSolidityChallenge πŸš€
A small milestone 😊
Was supposed to pair this with a project, but… πŸ˜… soon!
Today: Modifiers & Custom Errors β€” for enforcing rules & efficient debugging.
Writing safer, smarter contracts 🌱

#Solidity #Web3 #LearningInPublic
Soby (@sobyvyp17) 's Twitter Profile Photo

Day 42 of #80DaysSolidityChallenge πŸš€ Exploring fallback & receive functions, inheritance, and abstract contracts. Learning how contracts handle calls, share logic & define blueprints Working on a small project πŸŒšπŸ™ˆ #LearningInPublic #Solidity

Soby (@sobyvyp17) 's Twitter Profile Photo

Day 44 of #80DaysSolidityChallenge πŸš€ Today, I explored smart contract factories & and instances, learning how one contract can deploy many others πŸ‘€ Also went deeper into upgradeability, where logic and storage are separated to keep contracts flexible without losing data. #Web3