Static resumes are boring, outdated, and don't show your code. Send a live BentoFolio that proves you're a builder, not just a writer.
Optimized for mobile & dark mode.
Senior Engineer @ Vercel
Monthly Revenue
Tech Stack
Shipping Mode
Focus Playlist • 42 tracks
export async function deploy(config) {
const result = await vercel.deploy({
project: 'bentofolio',
env: 'production'
})
return result.url
}