Skip to content

Commit

Permalink
Update experience.js
Browse files Browse the repository at this point in the history
  • Loading branch information
baonguyen96 authored Jan 22, 2025
1 parent 623edbe commit a2bf630
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/contents/experience.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ let workExperiences = [
"Develop and maintain Infrastructure as Code setup using Terraform/Sceptre/Cloud Formation",
"Implement distributed event-driven system using native AWS services utilizing SNS/SQS/Cloudwatch EventBridge",
"Develop Spark-based application that reads raw files in multiple formats (CSV / Fixed width / JSON / Avro / XML / ByteArray / Excel) in a configurable fashion and converts to Parquet format with optionally additional transformations for better downstream consumption",
"Develop and maintain Infrastructure as Code setup using Terraform/Sceptre/Cloud Formation",
"Optimize Cloud workloads (refactor SparkSQL queries, fine-tune EMR/EKS resource usages, setup lifecycle policies for S3 buckets, etc.) to reduce overall operational cost by more than 70%",
"Integrate with ServiceNow API to manage operation workflow",
]
Expand Down Expand Up @@ -108,4 +107,4 @@ $(function () {
}

experience.remove();
});
});

0 comments on commit a2bf630

Please sign in to comment.