From 756276d3ae46e33aa635706ed7a2efcf6c2c4e21 Mon Sep 17 00:00:00 2001 From: Aswinmcw Date: Sat, 1 Aug 2026 16:22:36 +0000 Subject: [PATCH] resume: promote title to Senior Software Engineer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the role in every place it surfaces: - resume.html: headline role, current MulticoreWare job title, profile summary - worker.ts: , meta description, OG tags, and the web top bar Verified the A4 layout still fits on one page (headless Chrome render: Pages: 1, 594.96 x 841.92 pts) — "SENIOR SOFTWARE ENGINEER" stays on a single line under the name and the job title clears the date column. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> --- resume.html | 6 +++--- src/worker.ts | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/resume.html b/resume.html index 212c075..dc99d75 100644 --- a/resume.html +++ b/resume.html @@ -132,12 +132,12 @@ <h2>Certifications</h2> <!-- ============ MAIN ============ --> <main class="main"> <div class="name">ASWIN</div> - <div class="role">Software Engineer</div> + <div class="role">Senior Software Engineer</div> <div class="rule"></div> <div class="sec"> <div class="sec-title">Profile</div> - <p class="summary">Software engineer working close to the metal on next-generation AI accelerator hardware. I build and optimize low-level compute kernels, profile and benchmark tensor operations, and hunt bottlenecks across the stack to drive device throughput — and own end-to-end model tracing and validation plus the tooling and infrastructure around it.</p> + <p class="summary">Senior software engineer working close to the metal on next-generation AI accelerator hardware. I build and optimize low-level compute kernels, profile and benchmark tensor operations, and hunt bottlenecks across the stack to drive device throughput — and own end-to-end model tracing and validation plus the tooling and infrastructure around it.</p> </div> <div class="sec"> @@ -145,7 +145,7 @@ <h2>Certifications</h2> <div class="tl"> <div class="job"> <div class="h"> - <span class="title">Software Engineer</span> + <span class="title">Senior Software Engineer</span> <span class="meta">Jun 2023 – Present</span> </div> <div class="sub">MulticoreWare Pvt Ltd · Chennai, India</div> diff --git a/src/worker.ts b/src/worker.ts index be7c703..54f40be 100644 --- a/src/worker.ts +++ b/src/worker.ts @@ -149,10 +149,10 @@ function webPage(resumeHtml: string): string { const head = ` <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" href="data:image/svg+xml,${encodeURIComponent(FAVICON_SVG)}"> - <title>Aswin — Software Engineer · Resume - - - + Aswin — Senior Software Engineer · Resume + + + `; const topBar = - `
AswinSoftware Engineer
` + + `
AswinSenior Software Engineer
` + `↓ Download PDF
`; // Order matters: do the injection on the RAW resume first, so the