Skip to content

Commit 6a413dc

Browse files
committed
Update experience
1 parent 3aabbe4 commit 6a413dc

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

src/components/styles.js

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@ const experiences = [
2626
company_name: "Telnet",
2727
icon: tl,
2828
iconBg: "#E6DEDD",
29-
date: "Feb. 2024 - Jun. 2024",
29+
date: "Jul. 2024 - Present",
3030
points: [
31-
"- Contributed to the enhancement of a three-layer payment host gateway for Ingenico's payment solution integration.",
32-
"- Improved WebSocket features by applying SOLID principles, design patterns, and leveraging the latest C++ features.",
33-
"- Managed the development cycle by using SVN for the version control and the CI/CD processes using Bamboo.",
31+
"- Developed features handling timeout and error conditions, improving transaction reliability.",
32+
"- Optimized Ingenico’s payment solution, reducing lag and improving uptime by 15% across 10 functionalities.",
33+
"- Refactored legacy code using SOLID principles, reducing technical debt by 20% and maintenance time by 25%.",
34+
"- Migrated 20+ projects from SVN to Bitbucket, automating scripts to streamline deployment.",
35+
"- Collaborated with a Scrum team using Jira, achieving an average sprint completion rate of 95%.",
3436
],
3537
},
3638
{
@@ -41,10 +43,11 @@ const experiences = [
4143
iconBg: "#E6DEDD",
4244
date: "Feb. 2024 - Jun. 2024",
4345
points: [
44-
"- Optimization of NextVision, an application for seismic data interpretation using parallel CPU-GPU graph algorithms.",
45-
"- Developed a hybrid CPU-GPU algorithm, resulting in a significant\n" +
46-
"execution time improvement of 5.39x.",
47-
"- Created a Docker environment to ensure portability and simplify application deployment.",
46+
"- Optimized NextVision, an application for interpreting seismic data using parallel programming.",
47+
"- Analyzed existing algorithms in NextVision.",
48+
"- Created a Docker environment to reduce setup time by 50%, for seamless deployment.",
49+
"- Developed a hybrid CPU-GPU algorithm, Improving execution time by 5.39x.",
50+
"- Tested and benchmarked to confirm performance enhancements.",
4851
],
4952
},
5053
{
@@ -67,11 +70,10 @@ const experiences = [
6770
iconBg: "#E6DEDD",
6871
date: "Jun. 2023 - Aug. 2023",
6972
points: [
70-
"- Developed a web-based platform for online training tailored to\n" +
71-
"High Performance Computing (HPC) courses.",
72-
"- Created an AWS Lambda function to offer solutions tailored to client requirements and budget.",
73-
"- Developed a dashboard for super administrators and managers.",
74-
"- Monitored user progress in their courses.",
73+
"- Developed a Cloud-Based HPC Training Platform with Advanced Features and Enhanced User Experience.",
74+
"- Designed and implemented dashboards for six distinct roles, each with customized KPIs and departmental metrics.",
75+
"- Secured communication between backend and frontend using JWT authentication.",
76+
"- Created features for course progress tracking and automated certification issuance.",
7577
],
7678
},
7779
{
@@ -81,9 +83,9 @@ const experiences = [
8183
iconBg: "#E6DEDD",
8284
date: "Jul. 2022 - Aug. 2022",
8385
points: [
84-
"- During my internship at Djagora FABLAB, I developed a mobile application for patient monitoring.",
85-
"- Gained hands-on experience in developing innovative mobile applications using Android Studio and Java .",
86-
"- This opportunity significantly enhanced my programming skills, particularly in Java, and honed my ability to write efficient and robust code.",
86+
"- Developed a mobile application for patient monitoring, used by over 50 patients during initial testing, improving healthcare accessibility and efficiency.",
87+
"- Implemented real-time visualization features for tracking patient conditions, with updates displayed within a 1-second delay.",
88+
"- Designed an alert system capable of sending notifications in under 5 seconds, reducing response time for critical emergencies by 40%.",
8789

8890
],
8991
},

0 commit comments

Comments
 (0)