Skip to content

Commit 2458445

Browse files
Copilotreorx
andcommitted
Add current position example to sample.cv.json demonstrating partial date and null endDate support
Co-authored-by: reorx <405972+reorx@users.noreply.github.com>
1 parent a488ccf commit 2458445

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

sample.cv.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,21 @@
2828
]
2929
},
3030
"work": [
31+
{
32+
"name": "Nucleus Labs",
33+
"location": "San Francisco, CA",
34+
"description": "AI-powered data optimization company",
35+
"position": "Senior Engineering Manager",
36+
"url": "http://nucleuslabs.example.com",
37+
"startDate": "2023-01",
38+
"endDate": null,
39+
"summary": "Currently leading a team of engineers developing next-generation AI algorithms for data compression and optimization.",
40+
"highlights": [
41+
"Architected scalable ML pipelines processing 10TB+ daily",
42+
"Built and mentored a team of 12 engineers",
43+
"Launched 3 major product features used by Fortune 500 clients"
44+
]
45+
},
3146
{
3247
"name": "Pied Piper",
3348
"location": "Palo Alto, CA",

0 commit comments

Comments
 (0)