Like tinkering around with React to build something.
I speak design. I speak code. And I bridge the gap between them. Full-stack development isn’t just my job — it’s how I think.
leyen.tsx
1export default function Leyen() {2 return (3 <Builder4 speaks={["Think", "Design", "Build"]}5 role="Full-stack"6 stack={["Vue", "React"]}7 />8 );9}10