-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresumeBase.json
301 lines (301 loc) · 8.47 KB
/
resumeBase.json
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
{
"meta": {
"background": "white",
"paperSize": "A4",
"color_scheme": "Classic Navy and White with Accents"
},
"styles": {
"colors": {
"background": "#FFFFFF",
"text": "#000000",
"heading": "#3498DB",
"icons": "#5DADE2"
}
},
"personal": {
"data": {
"firstName": "Sam",
"lastName": "Miller",
"DOB": {
"day": "10",
"month": "06",
"year": "1981"
},
"address": "12, ABC Street, XYZ",
"postcode": "098765",
"city": "Cambridge, Massachusetts",
"country": "USA",
"phone": "+101234567890",
"email": "sam.miller@example.com"
},
"style": {
"heading": {
"color": "blue"
},
"fontSize": "35",
"color": "black",
"photoBorder": "true"
}
},
"photo": {
"data": {
"path": "./public/images/sam.png"
},
"style": {
"border": true,
"borderColor": "#FFFFFF",
"borderRadius": "50",
"shape": "rounded"
}
},
"education": {
"data": [
{
"from": "May 2000",
"to": "June 2004",
"university": "Harvard University",
"city": "Cambridge, Massachusetts",
"country": "USA",
"degree": "Bachelor of Technology",
"major": "Computer Science & Engineering"
},
{
"from": "July 2004",
"to": "Apr 2006",
"university": "Stanford University",
"city": "Stanford, California",
"country": "USA",
"degree": "Master of Engineering",
"major": "Neural Networks"
},
{
"from": "June 2006",
"to": "June 2010",
"university": "University of Cambridge",
"city": "Cambridge, England",
"country": "UK",
"degree": "Doctor of Philosophy",
"major": "Neural Networks"
}
],
"style": {
"heading": {
"fontSize": 18,
"color": "blue",
"underline": false
},
"text": {
"fontSize": 14,
"color": "green",
"bold": false
},
"subText": {
"fontSize": 12,
"color": "grey",
"bold": false
}
}
},
"experience": {
"data": [
{
"from": "April 2019",
"to": "Present",
"jobTitle": "Lead AI Engineer",
"company": "Future Tech AI",
"city": "Boston, Massachusetts",
"country": "USA",
"responsibilities": [
"Designed and implemented neural network models for real-time image processing.",
"Researched and integrated AI solutions to enhance product offerings.",
"Mentored junior engineers on machine learning best practices and techniques."
]
},
{
"from": "January 2015",
"to": "March 2019",
"jobTitle": "Senior Software Engineer",
"company": "Global Solutions Ltd.",
"city": "New York, New York",
"country": "USA",
"responsibilities": [
"Led a team of 5 engineers in developing enterprise-level applications.",
"Architected microservices to enhance system modularity and maintainability.",
"Implemented CI/CD pipelines, improving deployment efficiency by 40%."
]
},
{
"from": "July 2010",
"to": "December 2014",
"jobTitle": "Software Engineer",
"company": "Tech Innovators Inc.",
"city": "San Francisco, California",
"country": "USA",
"responsibilities": [
"Developed and maintained scalable web applications using JavaScript and Node.js.",
"Collaborated with cross-functional teams to design and implement new features.",
"Optimized application performance, reducing load times by up to 30%."
]
}
],
"style": {
"heading": {
"fontSize": 18,
"color": "blue",
"underline": false
},
"text": {
"fontSize": 14,
"color": "green",
"bold": false
},
"subText": {
"fontSize": 12,
"color": "grey",
"bold": false
}
}
},
"skills": {
"data": [
{
"name": "JavaScript",
"proficiency": "10"
},
{
"name": "SEO",
"proficiency": "9"
},
{
"name": "Content Marketing",
"proficiency": "8"
},
{
"name": "Data Analysis",
"proficiency": "6"
},
{
"name": "HubSpot",
"proficiency": "7"
},
{
"name": "Salesforce",
"proficiency": "2"
}
],
"style": {
"heading": {
"fontSize": 18,
"color": "blue",
"underline": false
},
"text": {
"fontSize": 14,
"color": "green",
"bold": false
},
"subText": {
"fontSize": 12,
"color": "grey",
"bold": false
},
"bar": {
"color": "#DDD",
"progressColor": "blue"
}
}
},
"languages": {
"data": [
{
"name": "English",
"stars": "5"
},
{
"name": "Tamil",
"stars": "5"
},
{
"name": "German",
"stars": "4"
},
{
"name": "French",
"stars": "3"
},
{
"name": "Arabic",
"stars": "2"
},
{
"name": "Portugese",
"stars": "2"
},
{
"name": "Spanish",
"stars": "1"
}
],
"style": {
"heading": {
"fontSize": 18,
"color": "blue",
"underline": false
},
"text": {
"fontSize": 14,
"color": "black",
"bold": false
},
"subText": {
"fontSize": 12,
"color": "grey",
"bold": false
},
"stars": {
"size": 8,
"spaceBetween": 12,
"color": "orange"
}
}
},
"certifications": {
"data": [
{
"name": "Sun Certified Java Programmer",
"year": "2008",
"short": "SCJP",
"logo": ""
},
{
"name": "VMWare Certified Professional",
"year": "2010",
"short": "VCP-DCV",
"logo": ""
},
{
"name": "Project Management Professional",
"year": "2013",
"short": "PMP",
"logo": ""
}
],
"style": {
"heading": {
"fontSize": 18,
"color": "blue",
"underline": false
},
"text": {
"fontSize": 14,
"color": "green",
"bold": false
},
"subText": {
"fontSize": 12,
"color": "grey",
"bold": false
}
}
}
}