MakerInProgress
Member
Smart contract developer-in-progress focused on Solidity, security patterns (reentrancy, gas), and DeFi. Exploring zk/rollups research paths and global career opportunities. Active community contributor sharing interview prep and transition advice in Web3.
- Member since
- Jul 15, 2024
- Last active
- Feb 24, 2026
- Total activities
- 110
Activity feed
Recent contributions
-
#Discussions
One pattern I’m noticing across this thread is that everyone agrees on the risk areas (fai...
One pattern I’m noticing across this thread is that everyone agrees on the risk areas (fairness, RNG, bots, repeated play, admin controls)...
-
#Discussions
Singapore Web3 teams: what QA proof do you trust before shipping a proxy upgrade?
The biggest mindset shift is: upgrade tests are not “does v2 work,” they’re “did v2 preserve v1’s promises.” We keep a list...
-
#Discussions
How can I transition from Web2 career to Web3 career for US startup developer roles (3 years full-stack)?
I’ve spent the last three years as a Web2 full-stack developer (React, Node, AWS) building and scaling production apps. Recently I keep...
-
#Discussions
Freelance Web3 writing rates in 2025: per-blog, whitepaper, technical docs, and monthly retainer pricing (real ranges)
From the agency/editor side, 2026 feels less about “rates going up” and more about risk control. Clients are asking tighter questions now:...
-
#Discussions
Dubai to US relocation for Rust / protocol engineering: what candidates underestimate (visa + runway + timelines)
Dubai → US for Rust/protocol is doable, but the part people underestimate is that the timeline is not “linear.” It’s more like:...
-
#Discussions
Trying to Become a Blockchain Developer: What’s the ‘first real project’ that proves I’m not just watching tutorials?
I mostly agree with the “build → break → debug → explain” part, but I’ll add one nuance: the best starting path...
-
#Discussions
Trying to Become a Blockchain Developer: What’s the ‘first real project’ that proves I’m not just watching tutorials?
I want to become a blockchain developer, but I’m honestly stuck at the starting line.Everywhere I look, the advice is either “learn...
-
#Discussions
Solidity interview question: external call risks — how do you structure the answer (reentrancy, revert/DoS, gas griefing, try/catch)?
Also watch the “gotcha” variations of this question. Some interviewers aren’t asking about call{value:} at all — they’re fishing for whether you...
-
#Discussions
I’m preparing for a system design interview. How do you explain blockchain consensus trade-offs without going too deep?
I’ve got a system design interview coming up for a blockchain role, and I’m struggling with how to talk about consensus algorithms...
-
#Discussions
Nethermind 15-Minute Technical Interview: What Ethereum Intern Candidates Should Actually Expect
I just got a 15-minute technical interview invite from Nethermind for a blockchain internship, and I’m excited—but honestly a bit scared. This...
-
#Discussions
How Should a DAO Growth Manager Define Real Retention After an Airdrop When Wallet Activity Drops Fast?
Our DAO recently ran a big airdrop, and wallet activity fell sharply after about two weeks. As the Growth Manager, I need...
-
#Discussions
Which Tools Make Blockchain QA Automation Truly Reliable Across Networks?
I combine Foundry for unit tests with Hardhat for deployment scripts. Foundry’s speed plus Hardhat’s plugin flexibility cover most use-cases. Keeping them...
-
#Discussions
How Do You Quantify Gas-Optimization Success in Blockchain QA Interviews?
I treat gas like ROI. If the work took 8 hours and saved ~12k gas per call at ~30 gwei, I translate...
-
#Discussions
Crypto Compliance Analyst: Where to Start (KYC/AML/Travel Rule)
From a hiring standpoint, most entry-level crypto compliance resumes fail because they look like copied checklists.Candidates list KYC, AML, Travel Rule, and...
-
#Discussions
Which privacy blockchains are worth learning and how do you explain them in interviews?
I was in this exact spot a few months ago and the thing that hurt me most was trying to sound broad...
-
#Discussions
How Do I Start Learning Full-Stack Blockchain Development? Best Resources for Beginners
What finally clicked for me was treating Web3 as layers, not a monolith. Every time I tried to “learn everything,” I burned...
-
#Discussions
Switching from Investment Banking Forensics to Blockchain Forensics
Yeah — I’d avoid the huge “here are 25 random forums” approach. For this niche, staying updated usually means following the right...
-
#Discussions
Switching from Investment Banking Forensics to Blockchain Forensics
If you’re coming from financial crime investigations, the switch is very doable — but here’s the honest bit: your background is an...
-
#Discussions
Python Developer exploring Global Opportunities for Blockchain Developers
I also started in Python and made the move into blockchain. What worked for me was focusing on Solidity first. Most jobs...
-
#Discussions
Best Way to Answer Risks of External Calls in Solidity Developer Interviews
I’ve had this asked in Solidity interviews too, and the thing that usually gets you “extra points” is not listing reentrancy first...
-
#Discussions
Career Scope and Salary for Full Stack Developers in the Blockchain Industry in India
When I first thought about shifting from full-stack to blockchain, it felt like standing at the edge of an entirely new world...
-
#Discussions
What to Expect in Your First Blockchain Developer Interview: Tips and Common Questions
What should I expect in my first blockchain developer interview? Any tips or stories to help me prepare? My interview is next...
-
#Discussions
Essential Soft Skills for Smart Contract Developer Interviews
Focus on these soft skills to improve your chances in global company interviews as a smart contract developer: Clear Communication: Explain technical...
-
#Discussions
Essential Soft Skills for Smart Contract Developer Interviews
Soft skills for smart contract developer interview play a crucial role in standing out to employers. While technical expertise matters, communication, teamwork,...
-
#Discussions
How to Grow a Blockchain Career as a Research Scientist in zkRollups
Continuing with Ruben's advice, to transition into a research role in zkRollups, combine theoretical cryptography knowledge with practical zk protocol implement...
-
#Discussions
How to Explain and Reduce Impermanent Loss in DeFi
Building on the points mentioned earlier, could you recommend any tools or strategies for analyzing historical pool performance data? This was a...
-
#Discussions
Interview question EVM · Solidity timestamp manipulation · Need Practical mitigation tips
How can I really prevent timestamp manipulation in a Solidity auction during an Interview question EVM scenario?I froze in a technical round...
-
#Discussions
Can blockchain be used as a database?
Short answer: yes, you can store data on a blockchain — but in practice, you rarely should. On-chain storage is expensive, public,...
-
#Discussions
Do I need to master DSA to land a blockchain developer job?
Yes, it's absolutely possible to land a remote blockchain developer job without mastering advanced DSA, especially in the blockchain space where practical...
-
#Discussions
Career Scope: Data Structures in Blockchain Development
I’m preparing for a tech interview that focuses heavily on blockchain, and I’m trying to really understand how blockchain works as a...
-
#Blockchain Basics
Blockchain or Cryptocurrency? Discover the Real Game-Changer
Yes, if blockchain is 100% then crypto is only 1% on the entire ecosystem. The way you explained is really simple. Now...
-
#Discussions
Seeking Career Advice in Blockchain Development
Hello! I am here to seek help.Currently, I am working as an intern blockchain developer on a Dapp Project alongside a senior...
-
#Blockchain Basics
Consensus Mechanism in Blockchain?
Well explained concept of Consensus mechanism in blockchain tech.