-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv-example.json
More file actions
90 lines (89 loc) · 2.49 KB
/
cv-example.json
File metadata and controls
90 lines (89 loc) · 2.49 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"personal_info": {
"first_name": "John",
"last_name": "Doe",
"email": "johndoe@example.com",
"phone": "+1-234-567-8901",
"location": {
"city": "New York",
"country": "USA"
},
"linkedin": "https://www.linkedin.com/in/johndoe",
"website": "https://johndoe.com",
"picture": "https://example.com/profile.jpg"
},
"summary": "Experienced software engineer with a passion for building scalable applications and improving team workflows.",
"experience": [
{
"job_title": "Senior Software Engineer",
"company": "TechCorp",
"location": "San Francisco, USA",
"start_date": "2020-06",
"end_date": "Present",
"responsibilities": [
"Led a team of 5 developers in building a scalable microservices architecture.",
"Optimized API performance, reducing response time by 40%.",
"Mentored junior developers and conducted code reviews."
]
},
{
"job_title": "Software Engineer",
"company": "Web Solutions",
"location": "New York, USA",
"start_date": "2017-09",
"end_date": "2020-05",
"responsibilities": [
"Developed and maintained web applications using React and Node.js.",
"Implemented CI/CD pipelines to automate deployments.",
"Collaborated with designers to enhance UI/UX."
]
}
],
"education": [
{
"degree": "Bachelor of Science in Computer Science",
"institution": "University of California, Berkeley",
"location": "Berkeley, USA",
"start_date": "2013-08",
"end_date": "2017-06"
}
],
"skills": [
"JavaScript",
"React",
"Node.js",
"Python",
"SQL",
"AWS",
"Docker"
],
"certifications": [
{
"title": "AWS Certified Solutions Architect",
"organization": "Amazon Web Services",
"date": "2021-04"
}
],
"projects": [
{
"name": "E-commerce Platform",
"description": "Developed a full-stack e-commerce platform with payment integration.",
"technologies": ["React", "Node.js", "MongoDB"]
}
],
"languages": [
{
"name": "English",
"proficiency": "Fluent"
},
{
"name": "Spanish",
"proficiency": "Intermediate"
}
],
"interests": [
"Machine Learning",
"Open Source Contributions",
"Photography"
]
}