-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata.json
More file actions
505 lines (505 loc) · 15.9 KB
/
data.json
File metadata and controls
505 lines (505 loc) · 15.9 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
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
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
{
"profile": {
"name": "John Doe",
"email": "john.doe@email.com",
"description": "Passionate software developer with expertise in modern web technologies and a commitment to creating innovative solutions.",
"profilePictureUrl": "/uploads/1751819356204-s4en98ap50l.png",
"location": "San Francisco, CA",
"socials": [
{
"id": "global-social-1",
"name": "LinkedIn",
"url": "https://linkedin.com/in/johndoe-dev"
},
{
"id": "global-social-2",
"name": "GitHub",
"url": "https://github.com/johndoe-dev"
},
{
"id": "global-social-3",
"name": "Twitter",
"url": "https://twitter.com/johndoe_dev"
}
]
},
"projects": [
{
"slug": "task-master-pro",
"name": "Task Master Pro",
"description": "<p>A comprehensive project management application built with modern web technologies. Features include real-time collaboration, advanced filtering, deadline tracking, and team analytics. The application supports multiple project types and integrates with popular development tools.</p>",
"shortDescription": "Advanced project management platform with real-time collaboration",
"bannerUrl": "/uploads/project-banner-1.jpg",
"imageUrl": [
"/uploads/project-1-screenshot-1.jpg",
"/uploads/project-1-screenshot-2.jpg"
],
"technologies": [
{
"name": "React"
},
{
"name": "Node.js"
},
{
"name": "PostgreSQL"
},
{
"name": "TypeScript"
}
],
"role": [
{
"name": "Full-Stack Developer"
},
{
"name": "UI/UX Designer"
}
],
"repositoryUrl": "https://github.com/example/task-master-pro",
"liveUrl": "https://taskmaster-demo.example.com",
"isFeatured": true,
"updatedAt": "2025-07-02T16:19:25.361Z",
"createdAt": "2024-01-15T10:30:00.000Z"
},
{
"slug": "data-viz-dashboard",
"name": "Data Visualization Dashboard",
"description": "<p>Interactive analytics dashboard for business intelligence. Built with modern charting libraries and real-time data processing capabilities. Supports multiple data sources and provides customizable visualization options for different business metrics.</p>",
"shortDescription": "Interactive business intelligence dashboard",
"bannerUrl": "/uploads/project-banner-2.jpg",
"imageUrl": [
"/uploads/project-2-screenshot-1.jpg"
],
"technologies": [
{
"name": "Vue.js"
},
{
"name": "D3.js"
},
{
"name": "Python"
},
{
"name": "MongoDB"
}
],
"role": [
{
"name": "Frontend Developer"
},
{
"name": "Data Analyst"
}
],
"repositoryUrl": "https://github.com/example/data-viz-dashboard",
"liveUrl": "https://dataviz-demo.example.com",
"isFeatured": true,
"createdAt": "2023-11-08T09:15:00.000Z",
"updatedAt": "2024-03-12T16:20:00.000Z"
},
{
"slug": "mobile-fitness-app",
"name": "Mobile Fitness Tracker",
"description": "<p>Cross-platform mobile application for fitness tracking and workout planning. Features include exercise libraries, progress tracking, social challenges, and integration with wearable devices. Built with React Native for iOS and Android platforms.</p>",
"shortDescription": "Cross-platform fitness tracking mobile app",
"bannerUrl": "/uploads/project-banner-3.jpg",
"imageUrl": [
"/uploads/project-3-screenshot-1.jpg",
"/uploads/project-3-screenshot-2.jpg",
"/uploads/project-3-screenshot-3.jpg"
],
"technologies": [
{
"name": "React Native"
},
{
"name": "Firebase"
},
{
"name": "Redux"
},
{
"name": "SQLite"
}
],
"role": [
{
"name": "Mobile Developer"
},
{
"name": "Backend Developer"
}
],
"repositoryUrl": "https://github.com/example/fitness-tracker",
"liveUrl": "",
"isFeatured": false,
"createdAt": "2023-08-22T11:00:00.000Z",
"updatedAt": "2024-01-18T13:30:00.000Z"
},
{
"slug": "mobile-fitness-3app",
"name": "Mobile Fitness Tracker",
"description": "<p>Cross-platform mobile application for fitness tracking and workout planning. Features include exercise libraries, progress tracking, social challenges, and integration with wearable devices. Built with React Native for iOS and Android platforms.</p>",
"shortDescription": "Cross-platform fitness tracking mobile app",
"bannerUrl": "/uploads/project-banner-3.jpg",
"imageUrl": [
"/uploads/project-3-screenshot-1.jpg",
"/uploads/project-3-screenshot-2.jpg",
"/uploads/project-3-screenshot-3.jpg"
],
"technologies": [
{
"name": "React Native"
},
{
"name": "Firebase"
},
{
"name": "Redux"
},
{
"name": "SQLite"
}
],
"role": [
{
"name": "Mobile Developer"
},
{
"name": "Backend Developer"
}
],
"repositoryUrl": "https://github.com/example/fitness-tracker",
"liveUrl": "",
"isFeatured": false,
"createdAt": "2023-08-22T11:00:00.000Z",
"updatedAt": "2024-01-18T13:30:00.000Z"
},
{
"slug": "mobile-fitness2-app",
"name": "Mobile Fitness Tracker",
"description": "<p>Cross-platform mobile application for fitness tracking and workout planning. Features include exercise libraries, progress tracking, social challenges, and integration with wearable devices. Built with React Native for iOS and Android platforms.</p>",
"shortDescription": "Cross-platform fitness tracking mobile app",
"bannerUrl": "/uploads/project-banner-3.jpg",
"imageUrl": [
"/uploads/project-3-screenshot-1.jpg",
"/uploads/project-3-screenshot-2.jpg",
"/uploads/project-3-screenshot-3.jpg"
],
"technologies": [
{
"name": "React Native"
},
{
"name": "Firebase"
},
{
"name": "Redux"
},
{
"name": "SQLite"
}
],
"role": [
{
"name": "Mobile Developer"
},
{
"name": "Backend Developer"
}
],
"repositoryUrl": "https://github.com/example/fitness-tracker",
"liveUrl": "",
"isFeatured": false,
"createdAt": "2023-08-22T11:00:00.000Z",
"updatedAt": "2024-01-18T13:30:00.000Z"
}
],
"cv": {
"technologies": [
{
"name": "JavaScript"
},
{
"name": "TypeScript"
},
{
"name": "React"
},
{
"name": "Vue.js"
},
{
"name": "Node.js"
},
{
"name": "Python"
},
{
"name": "PostgreSQL"
},
{
"name": "MongoDB"
},
{
"name": "Docker"
},
{
"name": "AWS"
},
{
"name": "GraphQL"
},
{
"name": "React Native"
}
],
"roles": [
{
"name": "Full-Stack Developer"
},
{
"name": "Frontend Developer"
},
{
"name": "Backend Developer"
},
{
"name": "Mobile Developer"
},
{
"name": "UI/UX Designer"
},
{
"name": "Data Analyst"
},
{
"name": "DevOps Engineer"
}
],
"workExperiences": [
{
"id": "work-1",
"name": "Senior Software Engineer",
"company": "Tech Solutions Corp",
"location": "San Francisco, CA",
"type": "Full-time",
"description": "Led development of microservices architecture for e-commerce platform serving 1M+ users. Implemented CI/CD pipelines, reduced deployment time by 60%, and mentored junior developers. Collaborated with product managers to define technical requirements and delivered features ahead of schedule.",
"startDate": "2028-01-31T17:00:00.000Z",
"isCurrent": true
},
{
"id": "work-2",
"name": "Full-Stack Developer",
"company": "Digital Innovations Ltd",
"location": "Austin, TX",
"type": "Full-time",
"description": "Developed and maintained web applications using React, Node.js, and PostgreSQL. Built responsive user interfaces and RESTful APIs. Participated in code reviews, wrote comprehensive unit tests, and collaborated with cross-functional teams to deliver high-quality software solutions.",
"startDate": "2020-07-31T17:00:00.000Z",
"isCurrent": true
},
{
"id": "work-3",
"name": "Frontend Developer",
"company": "Creative Web Studio",
"location": "Seattle, WA",
"type": "Full-time",
"description": "Created interactive user interfaces for SaaS applications using modern JavaScript frameworks. Optimized application performance and implemented responsive designs. Worked closely with UX designers to translate mockups into functional components and ensured cross-browser compatibility.",
"startDate": "2019-01-10T00:00:00.000Z",
"endDate": "2020-06-10T23:59:59.000Z",
"isCurrent": false
},
{
"id": "work-4",
"name": "Junior Web Developer",
"company": "StartupTech Inc",
"location": "Remote",
"type": "Internship",
"description": "Assisted in developing company websites and web applications. Gained experience with HTML, CSS, JavaScript, and basic backend technologies. Participated in agile development processes and contributed to team projects while learning best practices in software development.",
"startDate": "2018-08-01T00:00:00.000Z",
"endDate": "2018-12-31T23:59:59.000Z",
"isCurrent": false
}
],
"educations": [
{
"id": "edu-1",
"name": "Computer Science",
"institution": "State University of Technology",
"location": "Austin, TX",
"degree": "Bachelor of Science",
"startDate": "2014-09-01T00:00:00.000Z",
"endDate": "2018-05-31T23:59:59.000Z",
"isCurrent": false
},
{
"id": "edu-2",
"name": "Web Development Bootcamp",
"institution": "Tech Academy",
"location": "San Francisco, CA",
"degree": "Certificate",
"startDate": "2018-01-15T00:00:00.000Z",
"endDate": "2018-06-30T23:59:59.000Z",
"isCurrent": false
},
{
"id": "edu-3",
"name": "Data Structures and Algorithms",
"institution": "Online Learning Platform",
"location": "Online",
"degree": "Specialization Certificate",
"startDate": "2019-03-01T00:00:00.000Z",
"endDate": "2019-08-31T23:59:59.000Z",
"isCurrent": false
}
],
"certifications": [
{
"id": "cert-1",
"name": "AWS Certified Solutions Architect",
"issuer": "Amazon Web Services",
"startDate": "2023-04-15T00:00:00.000Z",
"endDate": "2026-04-15T00:00:00.000Z",
"credentialId": "AWS-SAA-2023-001234",
"url": "https://aws.amazon.com/verification/cert-1234"
},
{
"id": "cert-2",
"name": "Google Cloud Professional Developer",
"issuer": "Google Cloud",
"startDate": "2022-11-20T00:00:00.000Z",
"endDate": "2024-11-20T00:00:00.000Z",
"credentialId": "GCP-PCD-2022-005678",
"url": "https://cloud.google.com/certification/verify/cert-5678"
},
{
"id": "cert-3",
"name": "MongoDB Certified Developer",
"issuer": "MongoDB Inc.",
"startDate": "2022-07-10T00:00:00.000Z",
"credentialId": "MDB-DEV-2022-009876",
"url": "https://university.mongodb.com/verify/cert-9876"
},
{
"id": "cert-4",
"name": "React Developer Certification",
"issuer": "Meta",
"startDate": "2021-09-05T00:00:00.000Z",
"credentialId": "META-REACT-2021-004321",
"url": "https://developers.facebook.com/verify/cert-4321"
}
],
"awardOrHonors": [
{
"id": "award-1",
"name": "Innovation Excellence Award",
"institution": "Tech Solutions Corp",
"description": "Recognized for developing an innovative machine learning solution that improved customer satisfaction by 35% and reduced processing time by 50%.",
"date": "2024-03-15T00:00:00.000Z",
"url": "https://techsolutions.com/awards/2024/innovation-excellence"
},
{
"id": "award-2",
"name": "Outstanding Team Collaboration",
"institution": "Digital Innovations Ltd",
"description": "Awarded for exceptional leadership in cross-functional team projects and mentoring junior developers.",
"date": "2023-08-22T00:00:00.000Z",
"url": "https://digitalinnovations.com/recognition/team-excellence"
},
{
"id": "award-3",
"name": "Hackathon First Place",
"institution": "Global Developer Conference",
"description": "Won first place in 48-hour hackathon by developing a social impact application for environmental monitoring.",
"date": "2023-06-10T00:00:00.000Z",
"url": "https://globaldevcon.com/hackathon/2023/winners"
},
{
"id": "award-4",
"name": "Dean's List",
"institution": "State University of Technology",
"description": "Achieved Dean's List recognition for academic excellence with GPA above 3.8 for three consecutive semesters.",
"date": "2017-12-15T00:00:00.000Z"
}
],
"publications": [
{
"id": "pub-1",
"title": "Modern React Patterns: A Comprehensive Guide to Scalable Frontend Architecture",
"authors": [
"John Doe",
"Sarah Smith"
],
"date": "2024-02-14T00:00:00.000Z",
"url": "https://techjournal.com/articles/modern-react-patterns"
},
{
"id": "pub-2",
"title": "Microservices Performance Optimization: Lessons from Production",
"authors": [
"John Doe",
"Michael Brown",
"Lisa Davis"
],
"date": "2023-09-08T00:00:00.000Z",
"url": "https://engineeringblog.com/microservices-optimization"
},
{
"id": "pub-3",
"title": "Building Accessible Web Applications: A Developer's Guide",
"authors": [
"John Doe"
],
"date": "2023-05-20T00:00:00.000Z",
"url": "https://webdev.com/articles/accessibility-guide"
},
{
"id": "pub-4",
"title": "The Future of Full-Stack Development: Emerging Technologies and Trends",
"authors": [
"John Doe",
"Jennifer Wilson"
],
"date": "2022-11-12T00:00:00.000Z",
"url": "https://futuretech.com/fullstack-development-trends"
}
],
"languages": [
{
"id": "lang-1",
"name": "English",
"proficiency": "Native",
"level": null
},
{
"id": "lang-2",
"name": "Spanish",
"proficiency": "Advanced",
"level": null,
"url": "https://certifiedlanguages.com/verify/spanish-b2-001234"
},
{
"id": "lang-3",
"name": "French",
"proficiency": "Intermediate",
"level": null,
"url": "https://languagecenter.com/verify/french-b1-005678"
},
{
"id": "lang-4",
"name": "German",
"proficiency": "Beginner",
"level": "A2"
},
{
"id": "lang-5",
"name": "Japanese",
"proficiency": "Beginner",
"level": "A1"
}
]
},
"socials": []
}