// M04 — Public developer profile page const DevProfile = ({ id, setPage, openCase }) => { const d = TEAM.find(t => t.id === id) || TEAM[0]; const projects = PORTFOLIO.slice(0, 4); const posts = POSTS.filter((_, i) => i < 2); return (
{d.bio} Available for full-stack engagements, technical leadership on complex builds, and one-off audits for teams who need a second pair of eyes before shipping.
I work in two-week sprints, Monday through Friday, with a one-hour overlap with US Pacific each day. Limited number of clients at a time — quality over volume.