diff --git a/cv.json b/cv.json index bfa77cf..79cf10f 100644 --- a/cv.json +++ b/cv.json @@ -20,11 +20,13 @@ "description": [ "Shaped telemetry direction across user behavior and performance.", "Designed and rolled out a custom OpenTelemetry-based tracing library to gain rich and reliable insights across multiple front-ends and back-end." - ] + ], + "date": "2024 – 2026" }, { "title": "UI performance optimizations", - "description": "Tiered JS bundle dependency loading for shorter page load times." + "description": "Tiered JS bundle dependency loading for shorter page load times.", + "date": "2025 – 2026" } ], "outside_work": [ @@ -122,4 +124,4 @@ } ], "philosophy": "I design platform layers that stay out of the way while enabling everything else. Quiet infrastructure. Measurable value." -} +} \ No newline at end of file diff --git a/index.php b/index.php index e7c7ccf..a08ecd8 100644 --- a/index.php +++ b/index.php @@ -193,7 +193,7 @@ $cv_skills = $cvData['skills'] ?? [];