Skip to content

Commit 407a6c2

Browse files
author
David Leger
committed
feat: add kard job
1 parent e6a8b51 commit 407a6c2

File tree

3 files changed

+43
-1
lines changed

3 files changed

+43
-1
lines changed

src/assets/kard-logo.svg

Lines changed: 5 additions & 0 deletions
Loading

src/sections/Work/content.ts

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import kardLogo from '../../assets/kard-logo.svg';
12
import snykLogo from '../../assets/snyk-logo.svg';
23
import manifoldLogo from '../../assets/manifold-logo.svg';
34
import cventLogo from '../../assets/cvent-logo.svg';
@@ -50,11 +51,45 @@ enum Month {
5051
}
5152

5253
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+
},
5388
{
5489
slug: 'snyk',
5590
jobTitle: 'Software Engineer, Growth',
5691
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)],
5893
company: {
5994
name: 'Snyk',
6095
logo: {

wordlist.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ commitlint
44
cvent
55
davejs
66
devicon
7+
getkard.com
78
htmlvalidate
9+
kard
810
lefthook
911
linaria
1012
marinerinnovations

0 commit comments

Comments
 (0)