Skip to content

Commit d5414fe

Browse files
committed
update experience
1 parent a94cd5f commit d5414fe

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

src/components/Experience.tsx

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,24 @@ const experiences = [
1616
"Enhanced global usability by implementing an automatic locale detection mechanism for date/time formatting, reducing customer-reported issues across multiple regions.",
1717
"Strengthened product quality by developing unit and integration tests achieving 95%+ coverage, improving release confidence and reducing regression defects.",
1818
"Debugged complex UI production issues using browser profiling tools and performance analysis, improving responsiveness and accessibility compliance.",
19+
"Designed and implemented an automated Cursor rules optimization pipeline that ingests merged PR comments, uses AWS Bedrock for semantic analysis to detect rule gaps, and dynamically updates rules while leveraging prompt caching to handle context window constraints and minimize cost.",
1920
"Mentored junior engineers and supported onboarding, fostering collaborative team culture and engineering excellence."
2021
]
2122
},
2223
];
2324

2425
const technologies = [
2526
"Vue.js",
27+
"Knockout.js",
2628
"JavaScript",
29+
"TypeScript",
2730
"HTML5",
2831
"CSS3",
29-
"API Caching",
3032
"Virtual Rendering",
31-
"Unit/Integration Testing"
33+
"Unit/Integration Testing",
34+
"AWS Bedrock",
35+
"AWS Lambda",
36+
"Jenkins"
3237
];
3338

3439
const impactTerms = [
@@ -43,7 +48,14 @@ const impactTerms = [
4348
"global usability",
4449
"regression defects",
4550
"accessibility compliance",
46-
"Mentored"
51+
"Mentored",
52+
"automated",
53+
"AWS Bedrock",
54+
"semantic analysis",
55+
"dynamically",
56+
"prompt caching",
57+
"context window constraints",
58+
"minimize cost"
4759
];
4860

4961
const escapeRegExp = (value: string) => value.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");

src/components/Skills.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const skillCategories = [
2727
{
2828
title: "Backend & Tools",
2929
icon: <Server className="text-primary" />,
30-
skills: ["Node.js", "Express", "Django", "Spring", "Git", "Docker", "Jenkins"]
30+
skills: ["Node.js", "Express", "Django", "Spring", "Git", "Docker", "Jenkins", "AWS Bedrock"]
3131
},
3232
{
3333
title: "Other Skills",

0 commit comments

Comments
 (0)