@@ -9,25 +9,28 @@ const skills: Skill[] = [
99 { label : 'TypeScript' , icon : 'typescript-plain' } ,
1010 { label : 'React' , icon : 'react-plain' } ,
1111 { label : 'Terraform' , icon : 'terraform-plain' } ,
12- { label : 'CSS' , icon : 'css3-plain' } ,
1312 { label : 'HTML' , icon : 'html5-plain' } ,
13+ { label : 'CSS' , icon : 'css3-plain' } ,
14+ { label : 'Tailwind' , icon : 'tailwindcss-original' } ,
1415 { label : 'Storybook' , icon : 'storybook-plain' } ,
1516 { label : 'Testing Library' } ,
17+ { label : 'GraphQL' , icon : 'graphql-plain' } ,
18+ { label : 'Web Components' } ,
1619] ;
1720
18- // const learning: Skill[] = [
19- // { label: 'Kubernetes', icon: 'kubernetes-plain' },
20- // { label: 'Terraform', icon: 'terraform-plain' },
21- // { label: 'Docker', icon: 'docker-plain' },
22- // { label: 'Go', icon: 'go-plain' },
23- // ];
21+ const learning : Skill [ ] = [
22+ { label : 'Convex' } ,
23+ { label : 'TanStack Start/Query/Router/Forms' } ,
24+ { label : 'Go' , icon : 'go-plain' } ,
25+ ] ;
2426
2527const softSkills : Skill [ ] = [
26- { label : 'Growth engineering' } ,
27- { label : 'Design systems' } ,
28- { label : 'Web accessibility & best practices' } ,
29- { label : 'Testing methodologies (unit, E2E, VRT)' } ,
30- { label : 'Remote communication' } ,
28+ { label : 'Product engineering (Shape Up methodologies)' } ,
29+ { label : 'Design systems & design engineering' } ,
30+ { label : 'Web standards (a11y, best practices, performance, browser APIs)' } ,
31+ { label : 'Testing methodologies (unit, integration, E2E, VRT)' } ,
32+ { label : 'On-call duties & incident management' } ,
33+ { label : 'Remote work' } ,
3134] ;
3235
3336function Skills ( ) {
@@ -36,18 +39,25 @@ function Skills() {
3639 < header >
3740 < Heading level = { 3 } > Technologies</ Heading >
3841 < Prose size = "small" >
39- Languages, frameworks, and tools that I know exceptionally well
42+ Languages, frameworks, and tools that I know well
4043 </ Prose >
4144 </ header >
4245 < TagList items = { skills } />
43-
46+
4447 < header >
4548 < Heading level = { 3 } > Specialties</ Heading >
4649 < Prose size = "small" >
47- Areas in which I have valuable domain knowledge and experience
50+ I have extensive domain knowledge and experience in these areas
4851 </ Prose >
4952 </ header >
5053 < TagList items = { softSkills } />
54+ < header >
55+ < Heading level = { 3 } > Learning</ Heading >
56+ < Prose size = "small" >
57+ Technologies & concepts I & apos ; m learning in my spare time
58+ </ Prose >
59+ </ header >
60+ < TagList items = { learning } />
5161 </ Section >
5262 ) ;
5363}
0 commit comments