We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952fd63 commit 5b6f5e0Copy full SHA for 5b6f5e0
1 file changed
gitprofile.config.ts
@@ -75,15 +75,18 @@ const CONFIG = {
75
'Java',
76
'R',
77
'Python',
78
+ 'C/C++',
79
+ 'JavaScript',
80
+ 'TypeScript',
81
],
82
experiences: [
-// {
-// company: '',
-// position: '',
83
-// from: '',
84
-// to: '',
85
-// companyLink: '',
86
-// },
+ {
+ company: 'NETGEAR',
+ position: 'Orbi Wireless Test Engineer',
+ from: 'January 2025',
87
+ to: 'August 2025',
88
+ companyLink: 'https://www.linkedin.com/company/netgear/posts/?feedView=all',
89
+ },
90
// {
91
// company: '',
92
// position: '',
@@ -105,7 +108,7 @@ const CONFIG = {
105
108
institution: 'The University of British Columbia',
106
109
degree: 'B.Sc',
107
110
from: '2023',
- to: 'Expected 2027',
111
+ to: 'Expected 2028',
112
},
113
114
// Display articles from your medium or dev account. (Optional)
0 commit comments