You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/styles.js
+18-16Lines changed: 18 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,13 @@ const experiences = [
26
26
company_name: "Telnet",
27
27
icon: tl,
28
28
iconBg: "#E6DEDD",
29
-
date: "Feb. 2024 - Jun. 2024",
29
+
date: "Jul. 2024 - Present",
30
30
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%.",
34
36
],
35
37
},
36
38
{
@@ -41,10 +43,11 @@ const experiences = [
41
43
iconBg: "#E6DEDD",
42
44
date: "Feb. 2024 - Jun. 2024",
43
45
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.",
48
51
],
49
52
},
50
53
{
@@ -67,11 +70,10 @@ const experiences = [
67
70
iconBg: "#E6DEDD",
68
71
date: "Jun. 2023 - Aug. 2023",
69
72
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.",
75
77
],
76
78
},
77
79
{
@@ -81,9 +83,9 @@ const experiences = [
81
83
iconBg: "#E6DEDD",
82
84
date: "Jul. 2022 - Aug. 2022",
83
85
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%.",
0 commit comments