<Menu />
Open to work

Full Stack Developer & Problem Solver

I build things with code.

Developer.jsx
const Developer = ({ skills }) => {
  const [state, setState] = useState({
    passion: "High",
    coffee: Infinity,
    bugs: 0
  });

  // Transforming ideas into reality
  return (
    <Portfolio>
      {skills.map(skill => (
        <Skill 
          key={skill.id}
          type={skill.type} 
        />
      ))}
    </Portfolio>
  );
};
code_blocks master*
Ln 12, Col 34
UTF-8
JavaScript

Selected Works

A collection of projects exploring performance and design.

View All Projects arrow_forward