Skip to content

Commit 521d4ed

Browse files
committed
update | change project information, change project skill
1 parent 49e65cb commit 521d4ed

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

src/data.ts

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,10 @@ const ExperienceData: Array<WorkExperienceItem> = [
208208
prjName: "Unchain Talent Lab",
209209
prjTeamSize: 8,
210210
prjResponsibilities: ["Back-end", "Devops", "Data Crawler"],
211-
prjTechnologies: ["Web3", "Scrapy", "Zyte", "Aurora", "Strapi", "Postgres"],
211+
prjTechnologies: ["Web3", "Scrapy", "Aurora", "Postgres", "NextJs", "AWSCodeBuild", "Terraform"],
212212
prjDescription: [
213-
"A Start-Up project, that is come from the ideas of applying Block-Chain to change and support the current Hiring-process of HR in the next several years. ",
214-
"I was doing with Python Crawler roles. The project is still running in this time. "
213+
"A start-up project that originated from the idea of applying blockchain technology to change and improve the current HR hiring process in the next several years.",
214+
"My role involved developing Python crawlers. The project is still ongoing at this time."
215215
]
216216
},
217217
]
@@ -231,8 +231,8 @@ const ExperienceData: Array<WorkExperienceItem> = [
231231
prjResponsibilities: ["Back-end", "Devops"],
232232
prjTechnologies: ["Java", "SpringBoot", "VPS", "Microservice", "MySQL"],
233233
prjDescription: [
234-
"The purpose of project is make a help tool to assist between Project Manager and Developer to prefer matching projects that they love to work. ",
235-
"I was working as Back-End-DevOps-TeamLeader roles for the duration of the project, so i have been concurrent kept try to work and learn so much in this project. "
234+
"The purpose of the project is to create a tool that assists Project Managers and Developers in finding projects that match their preferences and interests. ",
235+
"During the project, I worked as the BackEnd/DevOps/Team Leader, and I concurrently tried to work and learn as much as possible. "
236236
]
237237
},
238238
{
@@ -241,8 +241,8 @@ const ExperienceData: Array<WorkExperienceItem> = [
241241
prjResponsibilities: ["Back-end", "Devops"],
242242
prjTechnologies: ["PlayFab", "Azure-Function", "Java"],
243243
prjDescription: [
244-
"This is a Product-Project by making a game that is applied NFT token, base on Football Manager type of online game. ",
245-
"The server (i mean the APIs) is created by using PlayFab-Platform and Cloud Function (Azure-Function in this case). "
244+
"This is a product project aimed at creating an online game based on the Football Manager genre and incorporating NFT tokens. ",
245+
"The server APIs are built using the PlayFab platform and cloud functions, specifically Azure Functions in this case. "
246246
],
247247
},
248248
{
@@ -251,8 +251,8 @@ const ExperienceData: Array<WorkExperienceItem> = [
251251
prjResponsibilities: ["Back-end", "Devops"],
252252
prjTechnologies: ["NestJs", "Kubernetes", "Bitbucket-Pipeline", "CI/CD", "GitOps", "PostgreSQL"],
253253
prjDescription: [
254-
"The purpose is making a tool that support Project-Manager to manage comprehensive projects working in the company, so that they can analyze and strategy created in every situation at point of times. ",
255-
"I was working as mainly-Devops of this project, keep the app high-availability and configure to automatic to deploy & testing in every deployment (development-staging-production/release). ",
254+
"The purpose is to create a tool that supports Project Managers in managing comprehensive projects within the company, enabling them to analyze and strategies in every situation at various points in time. ",
255+
"I worked mainly as a DevOps engineer on this project, ensuring that the application remains highly available and configuring it to deploy and test automatically in every deployment stage (development, staging, production/release). ",
256256
],
257257
},
258258
{
@@ -261,7 +261,7 @@ const ExperienceData: Array<WorkExperienceItem> = [
261261
prjResponsibilities: ["Back-end", "Devops"],
262262
prjTechnologies: ["Java SpringBoot", "Kubernetes", "EMQX", "REDIS", "MongoDB"],
263263
prjDescription: [
264-
"a maintenance IoT project, that is using smartphone to manage and control the devices in user's home.",
264+
"a maintenance IoT project that utilizes smartphones to manage and control devices (Heater/Sensor) in user's home. ",
265265
],
266266
},
267267
{
@@ -270,9 +270,8 @@ const ExperienceData: Array<WorkExperienceItem> = [
270270
prjResponsibilities: ["DevOps"],
271271
prjTechnologies: ["Velero", "EC2", "EBS", "GP2", "Terraform", "Blueprint"],
272272
prjDescription: [
273-
"By working with my leader, i was support him to migrate from the old cluster to new cluster in Kubernetes of AWS (EKS - Elastic Kubernetes Service). ",
274-
"It's was finish after we make some plan before doing it. ",
275-
"In the end, some issues about Database appear. GP2 volumes (Amazon EBS volumes) can't be mount to the EC2 instance. But it's in our control. "
273+
"I supported my leader in migrating from the old Kubernetes cluster to a new cluster on AWS (EKS - Elastic Kubernetes Service). ",
274+
"We planned the migration before beginning, and successfully completed the migration. "
276275
],
277276
}
278277
],

src/pages/Portfolio/features/components/ExploreMore/ExploreMore.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import './ExploreMore.scss'
55
import ProgressBar from "@ramonak/react-progress-bar";
66

77
function ExploreMore() {
8-
const week_str = `Current Week: ${getWeekNumber()} / 52`
8+
const week_str = `Current week: ${getWeekNumber()} / 52`
99
const percent = Math.floor(getWeekNumber() / 52 * 100)
1010
return (<>
1111
<div className='weekly-progress'>

0 commit comments

Comments
 (0)