style: denser selected work
This commit is contained in:
parent
5407e5133e
commit
d590ba1b21
@ -71,19 +71,19 @@
|
||||
"title": "Principal Software Engineer (UI Platform Architecture)",
|
||||
"company": "Oracle|NetSuite",
|
||||
"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 UI–backend 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)",
|
||||
"company": "Oracle|NetSuite",
|
||||
"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)",
|
||||
"company": "Oracle|NetSuite",
|
||||
"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)",
|
||||
|
||||
15
style.css
15
style.css
@ -337,18 +337,9 @@ body {
|
||||
|
||||
|
||||
.highlight-item {
|
||||
margin-bottom: 28px;
|
||||
padding-bottom: 24px;
|
||||
border-bottom: 1px solid rgba(0, 243, 255, 0.08);
|
||||
border-left: 2px solid rgba(0, 243, 255, 0.15);
|
||||
padding-left: 16px;
|
||||
break-inside: avoid;
|
||||
}
|
||||
|
||||
.highlight-item:last-child {
|
||||
border-bottom: none;
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 0;
|
||||
padding: 0 0 16px 16px;
|
||||
}
|
||||
|
||||
.highlight-item h3 {
|
||||
@ -372,11 +363,11 @@ body {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 20px 28px;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.selected-work h2 {
|
||||
.cv-mode .selected-work h2 {
|
||||
grid-column: 1 / -1;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.selected-work .philosophy {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user