Skip to content

Commit 5b6f5e0

Browse files
authored
Add C/C++ and JavaScript to skills; update graduation year
1 parent 952fd63 commit 5b6f5e0

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

gitprofile.config.ts

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,18 @@ const CONFIG = {
7575
'Java',
7676
'R',
7777
'Python',
78+
'C/C++',
79+
'JavaScript',
80+
'TypeScript',
7881
],
7982
experiences: [
80-
// {
81-
// company: '',
82-
// position: '',
83-
// from: '',
84-
// to: '',
85-
// companyLink: '',
86-
// },
83+
{
84+
company: 'NETGEAR',
85+
position: 'Orbi Wireless Test Engineer',
86+
from: 'January 2025',
87+
to: 'August 2025',
88+
companyLink: 'https://www.linkedin.com/company/netgear/posts/?feedView=all',
89+
},
8790
// {
8891
// company: '',
8992
// position: '',
@@ -105,7 +108,7 @@ const CONFIG = {
105108
institution: 'The University of British Columbia',
106109
degree: 'B.Sc',
107110
from: '2023',
108-
to: 'Expected 2027',
111+
to: 'Expected 2028',
109112
},
110113
],
111114
// Display articles from your medium or dev account. (Optional)

0 commit comments

Comments
 (0)