Skip to content

Commit 1ac7dae

Browse files
committed
feat(mavrodev): update resume with testing
1 parent c64a807 commit 1ac7dae

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

apps/mavrodev/public/resume.pdf

209 Bytes
Binary file not shown.

packages/data/src/experience.ts

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export const experience: Experience[] = [
124124
company: '',
125125
location: '',
126126
workModel: 'Remote',
127-
role: 'Freelance Full-Stack Developer',
127+
role: 'Software Engineer (Freelance)',
128128
period: {
129129
start: new Date('2020-03-01'),
130130
end: new Date('2021-05-31'),
@@ -135,7 +135,8 @@ export const experience: Experience[] = [
135135
projects: [
136136
{
137137
name: 'Client Projects',
138-
description: 'Developed websites and landing pages for small businesses',
138+
description:
139+
'Developed websites and landing pages for small businesses',
139140
highlights: [
140141
'Created responsive websites and landing pages for 10+ small businesses',
141142
'Implemented SEO best practices and meta tags',
@@ -146,7 +147,14 @@ export const experience: Experience[] = [
146147
},
147148
],
148149
technologies: {
149-
frontend: ['React', 'JavaScript', 'HTML5', 'CSS3', 'Bootstrap', 'jQuery'],
150+
frontend: [
151+
'React',
152+
'JavaScript',
153+
'HTML5',
154+
'CSS3',
155+
'Bootstrap',
156+
'jQuery',
157+
],
150158
backend: ['Node.js', 'Express'],
151159
databases: ['MongoDB'],
152160
other: ['Google Analytics', 'SEO Tools', 'Stripe', 'PayPal'],
@@ -156,7 +164,7 @@ export const experience: Experience[] = [
156164
company: 'Mind Alliance',
157165
location: 'New Jersey, USA',
158166
workModel: 'Remote',
159-
role: 'Full-Stack Software Engineer',
167+
role: 'Software Engineer',
160168
period: {
161169
start: new Date('2021-06-01'),
162170
end: new Date('2023-05-31'),

packages/data/src/skills.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,15 @@ export const skills: Skill[] = [
8686
},
8787
{
8888
category: 'Testing',
89-
items: ['Vitest', 'Jasmine', 'Karma', 'Angular CLI'],
89+
items: [
90+
'Unit Testing',
91+
'End-to-End Testing',
92+
'Integration Testing',
93+
'Playwright',
94+
'Jest',
95+
'Vitest',
96+
'Jasmine',
97+
'Karma',
98+
],
9099
},
91100
];

0 commit comments

Comments
 (0)