style: denser selected work

This commit is contained in:
Dejvino 2026-07-27 18:15:43 +02:00
parent 5407e5133e
commit d590ba1b21
2 changed files with 6 additions and 15 deletions

View File

@ -71,19 +71,19 @@
"title": "Principal Software Engineer (UI Platform Architecture)", "title": "Principal Software Engineer (UI Platform Architecture)",
"company": "Oracle|NetSuite", "company": "Oracle|NetSuite",
"date": "2023 present", "date": "2023 present",
"description": "Driving technical vision and solution architecture for the NetSuite UI Platform (NetSuite Next / NetSuite Prime). Leading initiatives in AI-assisted developer enablement (MCP tooling, automated code review bots), telemetry architecture (action-root sampling, 92% volume reduction), performance optimization (28% speedup), and UIbackend contract testing. Authoring decision documents, prototypes, and handovers for delivery teams." "description": "Driving technical vision and solution architecture for the NetSuite UI Platform (NetSuite Next). Leading initiatives in AI-assisted developer enablement, telemetry architecture, performance optimization."
}, },
{ {
"title": "Senior Software Development Manager (UI Platform)", "title": "Senior Software Development Manager (UI Platform)",
"company": "Oracle|NetSuite", "company": "Oracle|NetSuite",
"date": "2022 2023", "date": "2022 2023",
"description": "Engineering lead for multiple UI Platform teams building core framework components and developer tooling. Led a group of senior QA engineers to establish the UI testing architecture strategy and test automation standards." "description": "Engineering lead for multiple UI Platform teams building core framework components and developer tooling."
}, },
{ {
"title": "Software Development Manager (UI Platform)", "title": "Software Development Manager (UI Platform)",
"company": "Oracle|NetSuite", "company": "Oracle|NetSuite",
"date": "2020 2022", "date": "2020 2022",
"description": "Engineering lead for a UI Platform team building shared Redwood UI components. Acted as technical product owner while bootstrapping the team and establishing component delivery standards." "description": "Engineering lead for a UI Platform team building shared UI components. Acted as technical product owner while bootstrapping the team and establishing component delivery standards."
}, },
{ {
"title": "Software Development Manager (ERP, Tax)", "title": "Software Development Manager (ERP, Tax)",

View File

@ -337,18 +337,9 @@ body {
.highlight-item { .highlight-item {
margin-bottom: 28px;
padding-bottom: 24px;
border-bottom: 1px solid rgba(0, 243, 255, 0.08); border-bottom: 1px solid rgba(0, 243, 255, 0.08);
border-left: 2px solid rgba(0, 243, 255, 0.15); border-left: 2px solid rgba(0, 243, 255, 0.15);
padding-left: 16px; padding: 0 0 16px 16px;
break-inside: avoid;
}
.highlight-item:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
} }
.highlight-item h3 { .highlight-item h3 {
@ -372,11 +363,11 @@ body {
display: grid; display: grid;
grid-template-columns: 1fr 1fr; grid-template-columns: 1fr 1fr;
gap: 20px 28px; gap: 20px 28px;
align-items: start;
} }
.selected-work h2 { .cv-mode .selected-work h2 {
grid-column: 1 / -1; grid-column: 1 / -1;
margin-bottom: 0;
} }
.selected-work .philosophy { .selected-work .philosophy {