|
| 1 | +import kardLogo from '../../assets/kard-logo.svg'; |
1 | 2 | import snykLogo from '../../assets/snyk-logo.svg'; |
2 | 3 | import manifoldLogo from '../../assets/manifold-logo.svg'; |
3 | 4 | import cventLogo from '../../assets/cvent-logo.svg'; |
@@ -50,11 +51,45 @@ enum Month { |
50 | 51 | } |
51 | 52 |
|
52 | 53 | export const work: Work[] = [ |
| 54 | + { |
| 55 | + slug: 'snyk', |
| 56 | + jobTitle: 'Senior Software Engineer', |
| 57 | + specialty: 'Growth', |
| 58 | + date: [new Date(2021, Month.January), new Date(Date.now())], |
| 59 | + company: { |
| 60 | + name: 'Kard', |
| 61 | + logo: { |
| 62 | + src: kardLogo, |
| 63 | + alt: '', |
| 64 | + }, |
| 65 | + website: { |
| 66 | + href: 'https://getkard.com', |
| 67 | + label: 'getkard.com', |
| 68 | + }, |
| 69 | + }, |
| 70 | + highlights: [ |
| 71 | + 'Established best practices and tooling for Kard’s frontend stack', |
| 72 | + 'Led efforts to migrate Kard’s codebase to TypeScript and implement visual regression testing (VRT) to improve stability of our platform and code quality', |
| 73 | + 'Maintained Kard’s design system and component library', |
| 74 | + 'Maintained backend APIs built with Serverless and AWS with a MongoDB database', |
| 75 | + ], |
| 76 | + tags: [ |
| 77 | + { label: 'TypeScript', icon: 'typescript-plain' }, |
| 78 | + { label: 'Serverless' }, |
| 79 | + { label: 'MongoDB', icon: 'mongodb-plain' }, |
| 80 | + { label: 'Datadog' }, |
| 81 | + { label: 'React', icon: 'react-plain' }, |
| 82 | + { label: 'Storybook', icon: 'storybook-plain' }, |
| 83 | + { label: 'Cypress' }, |
| 84 | + { label: 'Mocha + Sinon' }, |
| 85 | + { label: 'Vite' }, |
| 86 | + ], |
| 87 | + }, |
53 | 88 | { |
54 | 89 | slug: 'snyk', |
55 | 90 | jobTitle: 'Software Engineer, Growth', |
56 | 91 | specialty: 'Growth', |
57 | | - date: [new Date(2021, Month.January), new Date(2023, Month.November)], |
| 92 | + date: [new Date(2021, Month.January), new Date(2023, Month.December)], |
58 | 93 | company: { |
59 | 94 | name: 'Snyk', |
60 | 95 | logo: { |
|
0 commit comments