-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_user.json
More file actions
64 lines (64 loc) · 1.97 KB
/
Copy pathexample_user.json
File metadata and controls
64 lines (64 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"personalInfo": {
"firstName": "Mark",
"lastName": "Adam",
"email": "marcalber59@gmail.com",
"phone": "18325280302",
"location": "Dallas, TX",
"title": "Marketing Manager",
"summary": "Boom Ta5 7abib 2lby",
"linkedin": "https://www.linkedin.com/in/mark-alber1/",
"website": "https://mark-alber.vercel.app/"
},
"education": [
{
"institution": "Univeristy of Technology",
"degree": "Bachelor of Computer Science",
"field": "Computer Science",
"startDate": "2025-09",
"endDate": "2026-02",
"gpa": "",
"description": ""
}
],
"workExperience": [
{
"company": "Google",
"position": "Software Engineer",
"startDate": "2020-01",
"endDate": "2025-02",
"description": "worked and made 120 thousand lines of code and made the website faster by 10-20 percent and won the honor of the best software developer on the region",
"location": "Dallas, TX",
"current": false
}
],
"skills": [
{
"name": "React",
"level": "Advanced",
"category": "Frameworks & Libraries"
},
{
"name": "Leadership",
"level": "Intermediate",
"category": "Soft Skills"
},
{
"name": "Python",
"level": "Expert",
"category": "Programming Languages"
}
],
"projects": [
{
"name": "Mobile App",
"description": "Made the UI and the frontend and backend made 12+ features made the api faster by 15 percent and published iton app store",
"technologies": "React, Node.js, i18n, Flutter",
"url": "",
"startDate": "",
"endDate": ""
}
],
"achievements": [],
"generatedAt": "2025-11-09T23:26:58.323Z"
}