Track 9 · What now · lesson 3
A portfolio that gets you hired
12 min
Nobody in this field will ask for your degree. They will ask what you have shipped. Here is how to make that answer strong.
Web3 hiring is unusually meritocratic: the work is public, on-chain and on GitHub, and anyone can verify it. That cuts both ways — a thin portfolio is as visible as a strong one. The good news is you already have the raw material from this course.
What actually gets looked at
In rough order of how much weight people give it:
- Deployed, verified contracts with a link. Real, on-chain, readable. Your capstones on Sepolia are exactly this.
- A clean GitHub with real commits — Foundry projects with tests, not a fork with one change.
- Audit-contest findings, even low-severity ones. Proof you can break things, which is rarer and more valued than proof you can build them.
- Writing. A short post explaining a bug you found or a pattern you understood signals depth better than another CRUD dApp.
Predict
You have five tutorial-follow-along projects and one original deployed dApp with tests. Which carries more weight?
A concrete starting portfolio
You can assemble this now from what the course produced:
- Two or three capstones, deployed to Sepolia and verified, each with a README explaining the design and the trade-offs.
- A Foundry repo per project, tests included and passing in CI.
- One write-up — walk through a Breach Lab exploit and its fix in your own words. It doubles as evidence you understand security.
- An audit-contest attempt or two, linked, however they went.
That is a stronger portfolio than most people applying for their first Web3 role, and every piece of it is downstream of work you have already done.
Check
What single artifact best demonstrates you can do this work?
Worth remembering
- Web3 hiring is meritocratic: public, verifiable work counts more than credentials.
- Weight order: deployed verified contracts, a clean tested GitHub, audit findings, then writing.
- One original deployed dApp beats five tutorial clones — depth over breadth.
- You can assemble a strong first portfolio from your capstones, a write-up, and a contest attempt.