@@ -8,15 +8,16 @@ type Skill = { label: string; icon?: string };
8
8
const skills : Skill [ ] = [
9
9
{ label : 'TypeScript' , icon : 'typescript-plain' } ,
10
10
{ label : 'React' , icon : 'react-plain' } ,
11
- { label : 'HTML/CSS' , icon : 'html5-plain' } ,
11
+ { label : 'HTML/CSS' } ,
12
12
{ label : 'Tailwind' , icon : 'tailwindcss-original' } ,
13
13
{ label : 'Storybook' , icon : 'storybook-plain' } ,
14
- { label : 'PostgreSQL' , icon : 'postgresql-plain' } ,
15
14
{
16
15
label : 'AWS (Lambda, SNS/SQS, S3)' ,
17
16
icon : 'amazonwebservices-plain-wordmark' ,
18
17
} ,
18
+ { label : 'Terraform' , icon : 'terraform-plain' } ,
19
19
{ label : 'GraphQL' , icon : 'graphql-plain' } ,
20
+ { label : 'PostgreSQL' , icon : 'postgresql-plain' } ,
20
21
{ label : 'Web Components' } ,
21
22
] ;
22
23
@@ -28,11 +29,12 @@ const learning: Skill[] = [
28
29
] ;
29
30
30
31
const softSkills : Skill [ ] = [
31
- { label : 'Product engineering (Shape Up methodologies)' } ,
32
- { label : 'Design systems & design engineering' } ,
33
- { label : 'Web standards (a11y, best practices, performance, browser APIs)' } ,
32
+ { label : 'Product engineering' } ,
33
+ { label : 'Design systems' } ,
34
+ { label : 'Web standards & browser APIs' } ,
35
+ { label : 'Web accessibility & best practices' } ,
34
36
{ label : 'Testing methodologies (unit, integration, E2E, VRT)' } ,
35
- { label : 'On-call duties & incident management' } ,
37
+ { label : 'On-call & incident management' } ,
36
38
{ label : 'Remote work' } ,
37
39
] ;
38
40
0 commit comments