Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions src/data/resume.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,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",
Expand Down
Loading