From f8b609fb5c1e616cd546bdaf66894c77af53f7a8 Mon Sep 17 00:00:00 2001 From: zccott <156764419+zccott@users.noreply.github.com> Date: Mon, 23 Feb 2026 22:52:15 -0800 Subject: [PATCH 1/2] Add TestPilot project and experience details --- src/data/resume.ts | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/src/data/resume.ts b/src/data/resume.ts index 33254c6..bb29b08 100644 --- a/src/data/resume.ts +++ b/src/data/resume.ts @@ -29,6 +29,24 @@ export const resumeData = { }, ], experience: [ + { + title: "TestPilot", + subtitle: "Intelligent Bug Detection & Telemetry Chrome Extension", + tech: [ + "JavaScript", + "Chrome Extensions API", + "Web APIs", + "Performance API" + ], + description: [ + "Built a production-grade Chrome extension that acts as a silent telemetry layer for modern web applications", + "Captures console errors, warnings, failed network requests, and unhandled promise rejections in real time", + "Monitors performance metrics such as load time and API latency directly within the browser", + "Detects potential bugs, security risks, and performance bottlenecks without requiring a backend service", + "Designed for lightweight, client-side monitoring with minimal performance overhead" + ], + github: "https://github.com/rahulapjs/TestPilot" + }, { company: "AOT Technologies", role: "Software Engineer", @@ -55,6 +73,24 @@ export const resumeData = { }, ], projects: [ + { + title: "TestPilot", + subtitle: "Intelligent Bug Detection & Telemetry Chrome Extension", + tech: [ + "JavaScript", + "Chrome Extensions API", + "Web APIs", + "Performance API" + ], + description: [ + "Built a production-grade Chrome extension that acts as a silent telemetry layer for modern web applications", + "Captures console errors, warnings, failed network requests, and unhandled promise rejections in real time", + "Monitors performance metrics such as load time and API latency directly within the browser", + "Detects potential bugs, security risks, and performance bottlenecks without requiring a backend service", + "Designed for lightweight, client-side monitoring with minimal performance overhead" + ], + github: "https://github.com/rahulapjs/TestPilot" + }, { title: "AskSQLAI", subtitle: "Schema-Aware Natural Language to SQL Generation Engine", From b294733c9bd8d982efe095c16d93cf9f8225ce89 Mon Sep 17 00:00:00 2001 From: zccott <156764419+zccott@users.noreply.github.com> Date: Mon, 23 Feb 2026 22:53:49 -0800 Subject: [PATCH 2/2] Remove TestPilot experience from resume Removed TestPilot experience details from resume. --- src/data/resume.ts | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/data/resume.ts b/src/data/resume.ts index bb29b08..2bbabf2 100644 --- a/src/data/resume.ts +++ b/src/data/resume.ts @@ -29,24 +29,6 @@ export const resumeData = { }, ], experience: [ - { - title: "TestPilot", - subtitle: "Intelligent Bug Detection & Telemetry Chrome Extension", - tech: [ - "JavaScript", - "Chrome Extensions API", - "Web APIs", - "Performance API" - ], - description: [ - "Built a production-grade Chrome extension that acts as a silent telemetry layer for modern web applications", - "Captures console errors, warnings, failed network requests, and unhandled promise rejections in real time", - "Monitors performance metrics such as load time and API latency directly within the browser", - "Detects potential bugs, security risks, and performance bottlenecks without requiring a backend service", - "Designed for lightweight, client-side monitoring with minimal performance overhead" - ], - github: "https://github.com/rahulapjs/TestPilot" - }, { company: "AOT Technologies", role: "Software Engineer",