Siyan He

Front End Engineer Building delightful product interfaces and the UI systems behind them.

Based in the San Francisco Bay Area.

profile.js
class FrontEndEngineer extends SoftwareEngineer {}

const UI = {
  surface:
    "Interfaces users touch, flows teams ship, details that shape product quality.",
  system:
    "Components teams build on, patterns that scale, foundations that keep UI maintainable.",
};

const profile = {
  name: "Siyan He",
  role: "Front End Engineer",
  craft: UI,
  coreSkills: [
    "HTML",
    "CSS",
    "JavaScript",
    "TypeScript",
    "React",
    "React Native",
    "Design Systems",
    "Accessibility",
  ],
  location: "San Francisco Bay Area",
};