Sergey Hovakimyan
AI-Augmented Software Engineer · 13+ years · Glendale, California · Currently at BuildOps
Thirteen-plus years of engineering across product-led companies. I lead cross-functional teams, ship micro-frontend platforms, and pair with AI agents to deliver accessible web systems that perform.
// AI-Augmented Software Engineer // Glendale, California · 13+ years import { Engineer, Leader, Builder } from "@sergey/identity"; import { ProductLed } from "@sergey/values"; export const sergey: AIAugmentedEngineer = { name: "Sergey Hovakimyan", role: "AI-Augmented Software Engineer", // What I do — four verbs, one practice practice: [ "Building", // scalable web systems "Leading", // cross-functional teams "Automating", // workflows with AI agents "Advocating", // for accessibility (WCAG 2.1 AA) ], // The stack I ship with stack: { languages: ["TypeScript", "JavaScript", "Hack"], frameworks: ["React", "Next.js", "Node.js", "GraphQL"], practices: ["Micro-Frontend", "TDD", "BDD", "CI/CD"], tools: ["Git", "Jest", "Webpack", "Tailwind"], }, // What I’ve shipped selectedWork: [ Renderforest, // 10M+ users, +40% perf CloudFleetManager, // Maersk + 3, 28 modules migrated EPAMMicroFrontend, // −30% deps, 15+ countries BuildOps, // current · AI-orchestrated IC5, LA ], // Numbers that compound impact: { yearsLeading: 7, // + engineersLed: 12, countriesReached: 15, // + accessibility: "WCAG 2.1 AA", }, // Always open to engagements: [ "Engineering leadership", "Micro-frontend architecture", "Accessibility programs (WCAG)", "AI-augmented dev workflows", ], // Reach contact: { email: "hovakimyan.serg@gmail.com", schedule: () => openCalendar(), linkedin: "/in/hovakimyanserg", location: "Glendale, California · Open to remote", }, }; // Run the practice engineer.impact(sergey);