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
+54-51Lines changed: 54 additions & 51 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,8 @@
1
1
import{
2
-
lpm,
3
-
ipeim,
2
+
lps,
4
3
enis,
5
-
lordroid,
6
-
quebec,
7
-
bl,
4
+
dg,
5
+
rd,ipeis,
8
6
}from"../images";
9
7
conststyles={
10
8
paddingX: "sm:px-16 px-6",
@@ -24,77 +22,82 @@ const styles = {
24
22
25
23
constexperiences=[
26
24
{
27
-
title: "Baccalaureat in Mathematics",
28
-
company_name: "Pioneer High School of Monastir (LPM)",
29
-
icon: lpm,
25
+
title: "End of Studies Internship",
26
+
company_name: "ReDX (Revolutionary Digital\n"+
27
+
"Transformation Technologies)",
28
+
icon: rd,
30
29
iconBg: "#E6DEDD",
31
-
date: "2015 - 2019",
30
+
date: "Feb. 2024 - Jun. 2024",
32
31
points: [
33
-
"Pioneer High School of Monastir is a prestigious educational institution in Tunisia known for academic excellence.",
34
-
"The school offers diverse programs and extracurricular activities to nurture students' talents and skills. ",
35
-
"With dedicated educators, it fosters critical thinking and leadership development.",
36
-
"The school provides a nurturing and enriching learning environment for students' holistic growth.",
32
+
"- Optimization of NextVision, an application for seismic data interpretation using parallel CPU-GPU graph algorithms.",
33
+
"- Developed a hybrid CPU-GPU algorithm, resulting in a significant\n"+
34
+
"execution time improvement of 5.39x.",
35
+
"- Created a Docker environment to ensure portability and simplify application deployment.",
37
36
],
38
37
},
39
38
{
40
-
title: "Mathematics and Physics Preparatory Cycle",
41
-
company_name: "Monastir Preparatory Engineering Institute (IPEIM)",
42
-
icon: ipeim,
39
+
title: "Master Degree in Computer Engineering",
40
+
company_name: "National School of Engineers of Sfax (ENIS)",
41
+
icon: enis,
43
42
iconBg: "#383E56",
44
-
date: "2019 - 2021",
43
+
date: "Sep. 2021 – Jun. 2024",
45
44
points: [
46
-
"Monastir Preparatory Engineering Institute (IPEIM) is a renowned educational institute in Tunisia, specializing in preparing students for engineering careers.",
47
-
"With comprehensive courses and experienced faculty, IPEIM emphasizes rigorous training and practical skills development.",
48
-
"The institute's state-of-the-art facilities create an ideal learning environment for students to excel in their engineering pursuits.",
45
+
"Master's program focused on advanced topics in computer engineering.",
46
+
"Gained practical experience in software development, high-performance computing, and research projects.",
47
+
"Collaborated on various academic and industry-led projects, achieving technical proficiency in a range of technologies.",
49
48
],
50
49
},
51
50
{
52
-
title: "Computer Engineer",
53
-
company_name: "National Engineering School of Sfax (ENIS)",
54
-
icon: enis,
55
-
iconBg: "#383E56",
56
-
date: "2021 - present",
51
+
title: "DevOps Engineer Intern",
52
+
company_name: "ReDX (Revolutionary Digital\n"+
53
+
"Transformation Technologies)",
54
+
icon: rd,
55
+
iconBg: "#E6DEDD",
56
+
date: "Jun. 2023 - Aug. 2023",
57
57
points: [
58
-
"The National Engineering School of Sfax (ENIS) is a prestigious institution in Tunisia, renowned for engineering education and research",
59
-
"With a qualified faculty and modern facilities, ENIS fosters a conducive learning environment.",
60
-
"Emphasizing innovation and practical experience, it prepares graduates for success in engineering and technology.",
58
+
"- Developed a web-based platform for online training tailored to\n"+
59
+
"High Performance Computing (HPC) courses.",
60
+
"- Created an AWS Lambda function to offer solutions tailored to client requirements and budget.",
61
+
"- Developed a dashboard for super administrators and managers.",
62
+
"- Monitored user progress in their courses.",
61
63
],
62
64
},
63
65
{
64
-
title: "Intern",
65
-
company_name: "LORDROID",
66
-
icon: lordroid,
66
+
title: "Full-Stack Developer Intern",
67
+
company_name: "Djagora FABLAB",
68
+
icon: dg,
67
69
iconBg: "#E6DEDD",
68
-
date: "July 2022 - August 2022",
70
+
date: "Jul. 2022 - Aug. 2022",
69
71
points: [
70
-
"During my internship at LORDROID, a mobile development company, I gained hands-on experience in developing innovative mobile applications using Android Studio and Java.",
71
-
"This opportunity significantly enhanced my programming skills, particularly in Java, and honed my ability to write efficient and robust code.",
72
-
"Working on diverse projects further cultivated my creativity and problem-solving abilities.",
72
+
"- During my internship at Djagora FABLAB, I developed a mobile application for patient monitoring.",
73
+
"- Gained hands-on experience in developing innovative mobile applications using Android Studio and Java .",
74
+
"- This opportunity significantly enhanced my programming skills, particularly in Java, and honed my ability to write efficient and robust code.",
75
+
73
76
],
74
77
},
75
78
{
76
-
title: "Intern",
77
-
company_name: "Quebec Training Center",
78
-
icon: quebec,
79
-
iconBg: "#E6DEDD",
80
-
date: "June 2023 - August 2023",
79
+
title: "Mathematics and Physics Preparatory Cycle",
80
+
company_name: "Sfax Preparatory Engineering Institute (IPEIS)",
81
+
icon: ipeis,
82
+
iconBg: "#383E56",
83
+
date: "Sep. 2019 - Jun. 2021",
81
84
points: [
82
-
"Designed and developed an immersive language learningplatform utilizing Spring Boot microservices, Angular, andMySQL, featuring seamless multimedia integration for acomprehensive educational experience.",
83
-
"Developed user progress tracking and interactive communitytools",
84
-
"Implemented responsive design for consistent user experiences.",
85
-
"Ensured data security measures for user privacy.",
85
+
"Sfax Preparatory Engineering Institute (IPEIS) is a renowned educational institute in Tunisia, specializing in preparing students for engineering careers.",
86
+
"With comprehensive courses and experienced faculty, IPEIS emphasizes rigorous training and practical skills development.",
87
+
"The institute's state-of-the-art facilities create an ideal learning environment for students to excel in their engineering pursuits.",
86
88
],
87
89
},
88
90
{
89
-
title: "End of Studies Internship",
90
-
company_name: "Berger Levrault",
91
-
icon: bl,
91
+
title: "Baccalaureat in Mathematics",
92
+
company_name: "Pioneer High School of Sfax (LPS)",
93
+
icon: lps,
92
94
iconBg: "#E6DEDD",
93
-
date: "March 2024 - August 2024",
95
+
date: "Sep. 2015 - Jun. 2019",
94
96
points: [
95
-
"Creating an automation process for migrating from JSON to Protobuf and from REST to gRPC, with the goal of improving the efficiency and effectiveness of data exchanges for java applications.",
96
-
"Engagement in a software telemetry initiative aimed at enhancing the monitoring and analysis of web applications.",
97
-
"Contributing to the deployment of a real-time data collection and analysis solution.",
97
+
"Pioneer High School of Sfax is a prestigious educational institution in Tunisia known for academic excellence.",
98
+
"The school offers diverse programs and extracurricular activities to nurture students' talents and skills.",
99
+
"With dedicated educators, it fosters critical thinking and leadership development.",
100
+
"The school provides a nurturing and enriching learning environment for students' holistic growth.",
0 commit comments