-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathexample-data-format.json
More file actions
105 lines (105 loc) · 3.4 KB
/
example-data-format.json
File metadata and controls
105 lines (105 loc) · 3.4 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "John Doe",
"email": "john.doe@example.com",
"phone": "+1-234-567-890",
"location": "San Francisco, CA",
"links": [
{
"linkedin": "https://linkedin.com/in/johndoe",
"github": "https://github.com/johndoe",
"portfolio": "https://johndoe.dev"
}
],
"summary": "Full-stack developer with 5+ years of experience building scalable web and mobile applications using React, Next.js, Node.js, and cloud technologies. Passionate about performance optimization and delivering user-centric solutions.",
"experience": [
{
"title": "Senior Software Engineer",
"company": "Example Inc.",
"location": "San Francisco, CA",
"startDate": "2021-06",
"endDate": "Present",
"description": [
"Led a team of 6 engineers in developing SaaS applications using Next.js and Node.js.",
"Implemented CI/CD pipelines reducing deployment time by 40%.",
"Collaborated with product managers to design features increasing user retention by 25%."
]
},
{
"title": "Software Engineer",
"company": "Example Solutions",
"location": "Remote",
"startDate": "2018-04",
"endDate": "2021-05",
"description": [
"Developed microservices in Node.js and deployed on AWS Lambda.",
"Built responsive React dashboards with TailwindCSS.",
"Optimized database queries, reducing API response time by 30%."
]
}
],
"projects": [
{
"name": "PatchMyResume",
"link": "https://patchmyresume.ai",
"description": "AI-powered resume tailoring tool helping users customize resumes for specific job descriptions."
},
{
"name": "TaskFlow",
"link": "https://github.com/johndoe/taskflow",
"description": "Open-source task management app with real-time collaboration using Firebase and React."
}
],
"skills": [
"JavaScript",
"TypeScript",
"React",
"Next.js",
"Node.js",
"TailwindCSS",
"Appwrite",
"Firebase",
"AWS",
"Docker",
"Git",
"SQL",
"MongoDB"
],
"education": [
{
"degree": "B.Sc. Computer Science",
"institute": "University of California, Berkeley",
"year": "2017"
}
],
"certifications": [
{
"name": "AWS Certified Solutions Architect",
"issuer": "Amazon Web Services",
"year": "2020"
},
{
"name": "Certified Kubernetes Administrator",
"issuer": "Cloud Native Computing Foundation",
"year": "2019"
}
],
"awards": [
{
"title": "Employee of the Year",
"issuer": "Example Inc.",
"year": "2022"
}
],
"languages": [
{ "language": "English", "proficiency": "Native" },
{ "language": "Spanish", "proficiency": "Professional Working" }
],
"publications": [
{
"title": "Optimizing React Apps for Performance",
"publisher": "Medium",
"year": "2021",
"link": "https://medium.com/@johndoe/react-performance"
}
]
}