Resume
Experience in a format engineers can scan.
A compact view of roles, skills, and education with the structure of a TypeScript workspace.
// Experience
interface Role {
role: string;
company: string;
period: string;
highlights: string[];
}
const experience: Role[] = [
{
role: "Web Development Engineer",
company: "Equifax",
period: "June 2024 → Present",
highlights: [
"Develop, customize, and maintain branded templates for Zendesk Guide, Help Centers, and other Zendesk products.",
"Ensure designs are responsive, accessible, and meet modern UI/UX standards.",
"Write clean, efficient, and reusable code using HTML, CSS, SASS, TypeScript/JavaScript, Handlebars, and Zendesk templating.",
],
},
{
role: "Frontend Developer",
company: "Agile Resources, Inc.",
period: "September 2022 → June 2024",
highlights: [
"Initially contracted to Equifax to handle frontend web development projects, later converted to full-time.",
],
},
{
role: "Software Engineer (Frontend)",
company: "Routable",
period: "October 2021 → June 2022",
highlights: [
"Built new React components and modules to deliver roadmap deliverables, such as opening cross-border payment rails.",
"Refactored frontend architecture to integrate backend constants, allowing the team to ship faster and reduce bugs.",
"Improved code quality and test coverage using Jest, Sinon, and Storybook to exceed 85% code coverage.",
],
},
{
role: "Senior Software Engineer",
company: "Total Expert",
period: "February 2020 → June 2021",
highlights: [
"Collaborated with the product team to enhance customer productivity and boost lead generation through new features.",
"Led multiple web development initiatives, overseeing all stages from planning to successful deployment.",
"Designed and implemented reusable Vue components, significantly accelerating development timelines.",
],
},
{
role: "Software Engineer",
company: "Total Expert",
period: "January 2016 → February 2020",
highlights: [
"Developed new features and platform capabilities for a FinTech platform using cutting-edge developer tools.",
"Analyzed problems and collaborated with business users, customers, and team members to deliver innovative solutions.",
"Led software scrum projects, overseeing planning and estimation, communicating team progress, and addressing risks.",
],
},
];
// Skills
type Stack = {
languages: ["TypeScript", "JavaScript", "PHP"],
frameworks: ["Vue", "React", "Astro"],
tools: ["Docker", "Figma", "Sass", "Vite", "Git", "Tailwind CSS"],
databases: ["MariaDB", "PostgreSQL", "MySQL"],
};
// Education
const education = {
credential: "Software Engineer Certificate",
institution: "Prime Digital Academy",
period: "July 2015 → Nov 2015",
};
// 126 months elapsed, 119 employed · 2 gaps
| Employer | Period | Duration |
|---|---|---|
| Total Expert | Jan 2016 – Jun 2021 | 5 yr 5 mo |
| Routable | Oct 2021 – Jun 2022 | 8 mo |
| Agile Resources, Inc. | Sep 2022 – Jun 2024 | 1 yr 9 mo |
| Equifax | Jun 2024 – present | 2 yr 1 mo |
- Software Engineer
- Jan 2016 – Feb 2020 · 4 yr 1 mo
- Senior Software Engineer
- Feb 2020 – Jun 2021 · 1 yr 4 mo
- Software Engineer (Frontend)
- Oct 2021 – Jun 2022 · 8 mo
- Frontend Developer
- Sep 2022 – Jun 2024 · 1 yr 9 mo
- Web Development Engineer
- Jun 2024 – present · 2 yr 1 mo
// Gaps between employers are drawn, not closed up: 4 mo, 3 mo.
// Ongoing role measured to Jul 2026, the month this page was built.
main
✓ TypeScript
UTF-8 Ln 7, Col 1