Skip to content

Commit 3b3ef47

Browse files
Update gitprofile.config.ts
Work Experience
1 parent f1f7c62 commit 3b3ef47

File tree

1 file changed

+20
-13
lines changed

1 file changed

+20
-13
lines changed

gitprofile.config.ts

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -100,26 +100,33 @@ const CONFIG = {
100100
],
101101
experiences: [
102102
{
103-
company: 'Company Name',
104-
position: 'Position',
105-
from: 'September 2021',
103+
company: 'TikTok',
104+
position: 'Software Engineering Intern',
105+
from: 'June 2024',
106106
to: 'Present',
107-
companyLink: 'https://example.com',
107+
companyLink: 'https://www.tiktok.com/@tiktok?lang=en',
108108
},
109109
{
110-
company: 'Company Name',
111-
position: 'Position',
112-
from: 'July 2019',
113-
to: 'August 2021',
114-
companyLink: 'https://example.com',
110+
company: 'Amazon Web Services',
111+
position: 'Software Engineering Intern',
112+
from: 'May 2023',
113+
to: 'August 2023',
114+
companyLink: 'https://aws.amazon.com/greengrass/',
115+
},
116+
{
117+
company: 'General Motors',
118+
position: 'Software Engineering Intern',
119+
from: 'May 2022',
120+
to: 'Present',
121+
companyLink: 'https://www.gm.com/',
115122
},
116123
],
117124
certifications: [
118125
{
119-
name: 'Lorem ipsum',
120-
body: 'Lorem ipsum dolor sit amet',
121-
year: 'March 2022',
122-
link: 'https://example.com',
126+
name: '',
127+
body: '',
128+
year: '',
129+
link: '',
123130
},
124131
],
125132
educations: [

0 commit comments

Comments
 (0)