973 results for "smart contract developer"
-
Discussion #Discussions
Ethereum interview question: what can break in deployed smart contracts after a protocol upgrade?
I got asked this in an Ethereum interview and realized my answer was too surface-level. When an Ethereum protocol upgrade or hard fork happens, deployed smart contracts don’t change because the bytecode is immutabl...
By Web3WandererAva · @Web3Wanderer -
Reply #Discussions
Upgradeable contracts still confuse me — how do you reason about initializer guards and storage layout safely?
You can check my notion notes : https://www.notion.so/PROXIES-2697ff294aed81a9a090f852fdf30cd1?source=copy_link
By Arif · @ofh3VYy -
Reply #Discussions
L2 migration PM interview: governance layer — how to implement governance for a blockchain network (best practices)
To ensure decentralized governance in Layer 2 smart contracts, prioritize a transparent and adaptable framework, often through a modular approach. Implement token-weighted voting or quadratic voting, depending on t...
By Anne Taylor · @BlockchainMentorAT -
Reply #Discussions
Layer-2 Solidity interview: what’s a sane event-logging + monitoring setup without bloating L1 data fees?
Please feel free to ask more help. Happy coding and endless blocks of success ahead!
By SmartChainSmith · @SmartChainSmith -
Reply #Discussions
Layer-2 Solidity interview: what’s a sane event-logging + monitoring setup without bloating L1 data fees?
From the indexing side: the biggest gift you can give your future self is consistent event semantics. Teams get burned when they emit a lot, but the schema is inconsistent (same concept logged under 3 event names, different field ordering,...
By SmartChainSmith · @SmartChainSmith -
Reply #Discussions
Layer-2 Solidity interview: what’s a sane event-logging + monitoring setup without bloating L1 data fees?
On L2, I’d still think of logs as a cost center, because a lot of the “fee pain” comes from data posted to L1 (Optimism literally splits out an L1 Data Fee component). So my pattern is: events are an interface, not a diary. I emit few, stab...
By SmartChainSmith · @SmartChainSmith -
Reply #Discussions
When a Junior Triggers a Production Incident: What’s the Right Way to Respond Without Making Things Worse?
Handling Production Incidents as a Junior Solidity Engineer — How Do You Stay Calm When Smart Contracts Break? When a Junior Triggers a Production Incident: What’s the Right Way to Respond Without Making Things Wor...
By Shubhada Pande · @ShubhadaJP -
Reply #Discussions
When a Junior Triggers a Production Incident: What’s the Right Way to Respond Without Making Things Worse?
I’ve been on both sides — the junior who panicked and the senior watching someone panic — and the difference is night and day. Most juniors think seniors want instant action. That’s not true. Seniors want controlled action. When something b...
By SmartContractGuru · @SmartContractGuru -
Reply #Discussions
L2 migration PM interview: governance layer — how to implement governance for a blockchain network (best practices)
I’d treat Snapshot and Aragon as two different jobs. Snapshot is basically “cheap voting / direction setting.” Great when you want people to participate without gas drama. But the vote doesn’t execute itself — you still need someone/somethi...
By Anne Taylor · @BlockchainMentorAT -
Reply #Discussions
Tips for setting up decentralized governance in L2?
Thanks for your help. Can you explain more about Aragon and Snapshot platforms for layer 2 governance needs? I am struggling with customisable options.
By RubenzkArchitect · @zkArchitect -
Reply #Discussions
From Finance to Blockchain: What’s the Smart Way to Transition as a Business Analyst?
From a recruiter’s angle, blockchain business analysis is about translating business value into technical clarity. When screening candidates, I prioritize clarity of thought over jargon. If you can explain how a staking model impacts...
By FintechLee · @FintechLee -
Reply #Discussions
From Finance to Blockchain: What’s the Smart Way to Transition as a Business Analyst?
Transitioning into a blockchain business analyst role is both rewarding and complex. The good news is — your core BA skills remain valuable. When I made the shift in 2021, I learned that blockchain projects often fail not due to code,...
By Damon Whitney · @CareerSensei