diff --git a/data.json b/data.json
index 86afb13..23ecfc7 100644
--- a/data.json
+++ b/data.json
@@ -16,17 +16,32 @@
],
"highlights": [
{
- "title": "Telemetry stack architecture",
+ "title": "Designed the Telemetry stack architecture",
"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."
+ "I shaped the product's telemetry direction, spanning the UI, backend and the AI agents. We gained a unified cross-system view informing user behavior and performance.",
+ "Product teams gained insigths through live dashboards. Details went from a user's click down to AI agents' internal processing."
],
"date": "2024 – 2026"
},
{
"title": "UI performance optimizations",
- "description": "Tiered JS bundle dependency loading for shorter page load times.",
+ "description": [
+ "I continually reviewed the UI–backend network traffic for performance bottleneck, working with teams to improve them.",
+ "I rolled out a persistent client-side caching library, cutting down 43% on page load times.",
+ "A tiered bundle dependency loading mechanism made the first-time visitor's page size 72% smaller, improving their experience.",
+ "I identified a design flaw causing an endpoint to return a 1000 times or more larger payload than expected, for some users on production. We redesigned the endpoint before this became a problem."
+ ],
"date": "2025 – 2026"
+ },
+ {
+ "title": "UI testing architecture lead",
+ "description": "I led a group of senior QA engineers, forming the UI testing strategy. I gained support for rolling out ----",
+ "date": "2021 – 2023"
+ },
+ {
+ "title": "Pluggable tax calculation engine",
+ "description": "Tiered JS bundle dependency loading for shorter page load times.",
+ "date": "2017 – 2020"
}
],
"outside_work": [
@@ -42,7 +57,7 @@
"title": "Principal Software Engineer (UI Platform Architecture)",
"company": "Oracle|NetSuite",
"date": "2023 – present",
- "description": "UI Platform Architect. Feature discovery, prototyping and technical design. Focused on product analytics, UI telemetry, performance, CI/CD tooling and pipelines."
+ "description": "Driving the technical vision for the UI Platform. Responsible for feature discovery, high-level technical design, and architectural prototypes. Leading initiatives in product analytics, performance optimization, and AI-assisted developer experience. Mentoring senior staff and defining standards for CI/CD pipelines."
},
{
"title": "Senior Software Development Manager (UI Platform)",
diff --git a/index.php b/index.php
index 24c361c..c5c531a 100644
--- a/index.php
+++ b/index.php
@@ -268,41 +268,46 @@ $cv_skills = $cvData['cv']['skills'] ?? [];
-
-
-