Skip to content

Commit 406babd

Browse files
authored
fix: sync portfolio data with live repos and canonical FACTS (#188)
* fix(data): sync content with live repos and canonical FACTS - projects: Ledger Sync v2.19.0 (budget/bill-calendar/GST/subscriptions/ year-in-review), Claude Skills v5.1.0 with 16 plugins, Instagram Autopilot carousel-only reality (Reels claim removed), predictor 244K+ records per FACTS.md, recipes 47, Bedrock MCP model list - projects: fix dead links (Contact Manager -> GH Pages mirror, Authentication System Render link dropped), drop GroundZeroNN (repo private/archived), add code-arena live URL + backend-offline note, refresh open_source_contributions to current PR set - personal/services: 2000+ -> 1600+ problems (FACTS.md ban), contests 140+ -> 100+ - experience: canonical AWS title order, 50+/135+ paired figures, Config/Security-Hub unit on security controls, CloudOps agent name - education: BCA CGPA 7.34 - skills: add Bash and Go (match sde resume), Material-UI -> MUI - achievements: Kick Start dates per FACTS.md (Sep/May 2022), en-dashes stripped from Credly cert names * fix(sync-credly): strip en/em dashes from Credly badge names House style forbids U+2013/U+2014; Credly cert names ship with en-dashes and the weekly sync was reintroducing them into achievements.json on every run. * fix(header): point resume download at latest release asset * chore: fix pnpm 11 setup and ignore local session files - pnpm-workspace.yaml had placeholder text where allowBuilds config belonged; esbuild postinstall now explicitly allowed - add @types/react and @types/three (type-check broke after Node 26 toolchain upgrade exposed the missing declarations) - ignore .remember/ (local Claude session memory) * fix(ci): move pnpm overrides to pnpm-workspace.yaml pnpm 11 no longer reads the package.json pnpm field; the stale key plus regenerated lockfile tripped ERR_PNPM_LOCKFILE_CONFIG_MISMATCH on the frozen install in CI. Overrides now live in pnpm-workspace.yaml and the frozen install passes locally.
1 parent 4ce5f9b commit 406babd

13 files changed

Lines changed: 105 additions & 146 deletions

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ CLAUDE.md
3232

3333
# Vite
3434
vite.config.js.timestamp-*
35+
36+
# Claude session memory (local only)
37+
.remember/

data/achievements.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"certifications": [
33
{
44
"id": 1,
5-
"name": "AWS Certified Developer Associate",
5+
"name": "AWS Certified Developer - Associate",
66
"type": "Industry Certification",
77
"issuer": "Amazon Web Services Training and Certification",
88
"issueDate": "2026-01-31",
@@ -26,7 +26,7 @@
2626
},
2727
{
2828
"id": 3,
29-
"name": "AWS Certified Machine Learning Engineer Associate",
29+
"name": "AWS Certified Machine Learning Engineer - Associate",
3030
"type": "Industry Certification",
3131
"issuer": "Amazon Web Services Training and Certification",
3232
"issueDate": "2025-06-28",
@@ -50,7 +50,7 @@
5050
},
5151
{
5252
"id": 5,
53-
"name": "AWS Certified Solutions Architect Associate",
53+
"name": "AWS Certified Solutions Architect - Associate",
5454
"type": "Industry Certification",
5555
"issuer": "Amazon Web Services Training and Certification",
5656
"issueDate": "2024-07-07",
@@ -69,7 +69,7 @@
6969
"badgeId": "bf8ffb47-284c-4c45-adb8-3df4f807e404",
7070
"badgeUrl": "https://www.credly.com/badges/bf8ffb47-284c-4c45-adb8-3df4f807e404",
7171
"level": "Foundational",
72-
"expiryDate": "2029-01-31",
72+
"expiryDate": "2027-05-02",
7373
"imageUrl": "https://images.credly.com/images/00634f82-b07f-4bbd-a6bb-53de397fc3a6/image.png"
7474
}
7575
],
@@ -260,14 +260,14 @@
260260
"id": 5,
261261
"title": "Rank 1289 - Google Kick Start '22, Round E",
262262
"organizer": "Google",
263-
"date": "August 2022",
263+
"date": "September 2022",
264264
"type": "Competition"
265265
},
266266
{
267267
"id": 6,
268268
"title": "Rank 1699 - Google Kick Start '22, Round B",
269269
"organizer": "Google",
270-
"date": "April 2022",
270+
"date": "May 2022",
271271
"type": "Competition"
272272
},
273273
{

data/education.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"department": "Department of Computer Science & Engineering",
3636
"alsoKnownAs": "University of Indore",
3737
"location": "Indore, Madhya Pradesh, India",
38-
"cgpa": "",
38+
"cgpa": "7.34",
3939
"percentage": "",
4040
"display_text": "Devi Ahilya Vishwavidyalaya (DAVV) - Indore, MP",
4141
"skills": [

data/experience.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"id": 1,
55
"date": "August 2024 - Present",
6-
"title": "Professional Services (Cloud Consultant) - DevOps/MLOps",
6+
"title": "Cloud Consultant - Professional Services (DevOps/MLOps)",
77
"position": "Full-time",
88
"company": "Amazon Web Services",
99
"location": "Hyderabad, India",
@@ -13,11 +13,11 @@
1313
"name": "Lead DevOps Consultant - RWS (Ongoing)",
1414
"date": "Feb 2026 - Present",
1515
"description": {
16-
"1": "Leading greenfield AWS migration as the sole DevOps consultant - designing AWS Organizations OU structure, SCPs, tag policies, and deploying Terraform infrastructure with GitHub Actions CI/CD across multi-account environments.",
17-
"2": "Implemented governance and infrastructure security controls - preventative SCPs, tag compliance guardrails, Config rules, and Security Hub standards across the org - enforcing least-privilege access and regulatory alignment from day one.",
16+
"1": "Leading greenfield AWS migration as the sole DevOps consultant - onboarding 50+ application workloads into 135+ AWS accounts, designing AWS Organizations OU structure, SCPs, tag policies, and Terraform + GitHub Actions CI/CD, cutting infrastructure setup time ~90% (3+ days per account to under 4 hours) versus manual provisioning.",
17+
"2": "Implemented governance and infrastructure security controls - preventative SCPs, tag compliance guardrails, Config rules, and Security Hub standards across the org - enforcing least-privilege access and CCMv4-aligned regulatory posture from day one.",
1818
"3": "Architecting the multi-account networking foundation - Transit Gateway hub-and-spoke, centralized VPC design, hybrid connectivity (VPN/Direct Connect), DNS resolution, and egress control via centralized inspection.",
19-
"4": "Driving architecture decisions and defining migration roadmap for 50+ application workloads. Delivering recommendations on cost optimization, HA, and DR to customer stakeholders.",
20-
"5": "Leveraging Kiro for AI-driven requirement analysis, architecture documentation, and implementation specs - significantly accelerating delivery velocity."
19+
"4": "Driving architecture decisions and defining migration roadmap for 50+ application workloads into 135+ AWS accounts. Delivering recommendations on cost optimization, HA, and DR to customer stakeholders.",
20+
"5": "Used Kiro for AI-driven requirement analysis, architecture documentation, and implementation specs."
2121
},
2222
"skills": [
2323
"AWS",
@@ -43,7 +43,7 @@
4343
"date": "Aug 2025 - Dec 2025",
4444
"description": {
4545
"1": "Refactored and created critical Terraform infrastructure code to enhance security and scalability, solving complex legacy modernization challenges in financial services.",
46-
"2": "Leveraged Amazon Q AI capabilities to accelerate development workflows, code analysis, and migration assessments, transforming infrastructure patterns to align with cloud-native principles.",
46+
"2": "Used Amazon Q to accelerate code analysis and migration assessments, transforming infrastructure patterns to align with cloud-native principles.",
4747
"3": "Partnered with client engineering teams on secure infrastructure practices and knowledge transfer."
4848
},
4949
"skills": [
@@ -81,7 +81,7 @@
8181
"date": "Oct 2024 - Aug 2025",
8282
"description": {
8383
"1": "Built Terraform module library covering 38+ AWS services with automated testing (tftest, PyTest), adopted across the client's cloud platform by application teams.",
84-
"2": "Architected 1000+ preventative security controls aligned with CCMv4.0 compliance requirements, designing self-service capabilities with governance guardrails.",
84+
"2": "Architected 1000+ preventative security controls (AWS Config rules and Security Hub standards) aligned with CCMv4.0 compliance requirements, designing self-service capabilities with governance guardrails.",
8585
"3": "Delivered POCs showcasing use-cases of various AWS services through Terraform, and implemented evidence and federated architecture patterns.",
8686
"4": "Collaborated across Landing Zone, Compliance, Security, and Migrations workstreams. Achieved 10/10 CSAT score and 3 consecutive 5/5 Pulse ratings from customer."
8787
},
@@ -129,7 +129,7 @@
129129
"year": "2025"
130130
},
131131
{
132-
"title": "4x TFC Ambassador: AI/ML, NGDE, CloudOps DevOps Agent, Agentic AI",
132+
"title": "5x TFC Ambassador: AI/ML, NGDE (Graduated), CloudOps (AWS DevOps Agent), Agentic AI, Serverless",
133133
"type": "program",
134134
"year": "2025-2026"
135135
},

data/personal.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Sagar Gupta",
3-
"title": "Professional Services (Cloud Consultant) - DevOps/MLOps at AWS",
3+
"title": "Cloud Consultant -- Professional Services (DevOps/MLOps) at AWS",
44
"location": "Hyderabad, India",
55
"contact": {
66
"email": "sg85207@gmail.com",
@@ -21,15 +21,15 @@
2121
"current_role": "💼 Cloud & DevOps/MLOps Engineer at AWS Professional Services, delivering DevOps engagements for leading financial institutions like State Street and DTCC. Leading a greenfield AWS migration for 50+ application workloads at RWS.",
2222
"specialization": "🚀 Built production MLOps pipelines on SageMaker, published architecture patterns on AWS Prescriptive Guidance, and contributed to major open source projects including Apache Airflow, Terraform Provider AWS, and Feast.",
2323
"education": "🎓 Completed MCA from National Institute of Technology, Warangal (CGPA: 8.38, NIMCET AIR 208). 6x certified across AWS and Terraform.",
24-
"competitive_programming": "🏆 LeetCode Knight (2007 peak rating), 2000+ problems solved across platforms, 140+ contests. Google Kick Start '22 Top 5%."
24+
"competitive_programming": "🏆 LeetCode Knight (2007 peak rating), 1600+ problems across LeetCode and GeeksforGeeks, 100+ contests. Google Kick Start '22 Top 5%."
2525
},
2626
"statistics": {
27-
"coding_questions": "2000+",
27+
"coding_questions": "1600+",
2828
"leetcode_rating": "2007",
2929
"projects": "25+",
30-
"contests": "140+",
30+
"contests": "100+",
3131
"industry_certifications": "6",
32-
"open_source_prs": "13+"
32+
"open_source_prs": "6 merged + 1 open"
3333
},
3434
"languages": [
3535
{ "name": "English", "level": "Professional Working" },

0 commit comments

Comments
 (0)