-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperience.html
More file actions
132 lines (129 loc) · 6.14 KB
/
Copy pathexperience.html
File metadata and controls
132 lines (129 loc) · 6.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Islam Abdelfattah</title>
<link rel="icon" type="image/x-icon" href="profilepic.ico">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="tNav.css">
<link rel="stylesheet" href="experience.css">
<link href="https://fonts.googleapis.com/css?family=Cairo|Literata|Montserrat:300|Raleway:200&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<nav>
<div class="logo">
<a href="index.html">
<h1>❮Islam Abdelfattah/❯</h1>
</a>
</div>
<ul class="topnav-links">
<li class="home fade">
<a href="index.html">Home</a>
</li>
<li>
<a href="projects.html">Projects</a>
</li>
<li>
<a href="skills.html">Skills</a>
</li>
<li>
<a style="border-bottom: 2px solid rgba(0, 0, 0, 0.8)" href="#experience">Experience</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</nav>
<section class="experience">
<div class="work-xp">
<div class="xp">
<h2>Co-Founder & CEO, Backend and Mobile Developer</h2>
<div style="display: flex; justify-content: space-between;">
<h3>
<a href="https://paccgo.com/" target="_blank">Paccgo, Inc.</a>
</h3>
<h3>Feb '23 - Present</h3>
</div>
<ul>
<li>Co-founded Paccgo and led a team of developers in delivering high quality mobile applications.</li>
<li>Designed and implemented a highly available Node.js backend using Express.js, MongoDB, Postgres and
AWS, ensuring scalability and responsiveness.</li>
<li>Developed intuitive and feature-rich mobile interfaces using React Native and Redux, prioritizing
excellent user experience.</li>
<li>Established a continuous delivery pipeline, resulting in faster feature deployment and iterative
improvement.</li>
<li>Maintained a clean and efficient codebase through thorough testing and removal of redundant
code.</li>
</ul>
</div>
<div class="xp">
<h2>Backend Developer</h2>
<div style="display: flex; justify-content: space-between;">
<h3>
<a href="https://naseej.com/" target="_blank">Naseej AAS</a>
</h3>
<h3>Jan '23 - Jun '23</h3>
</div>
<ul>
<li>Ledthe development of a Python Flask backend for ArabicGPT, optimizing performance for a
seamless Arabic language processing experience.</li>
<li>Enhanced system functionality using Python Flask, Frappe, and JS backend solutions, improving
overall performance and usability.</li>
<li>Managed code quality and collaboration using Azure DevOps.</li>
<li>Demonstrated effective communication and teamwork within a multicultural environment.</li>
</ul>
</div>
<div class="xp">
<h2>Junior Back-end Developer</h2>
<div style="display: flex; justify-content: space-between;">
<h3>
<a href="https://tqniat.com/" target="_blank">Tqniat Lab</a>
</h3>
<h3>April '22 - Jan '23</h3>
</div>
<ul>
<li>Implemented scalable Python FastAPI microservices and APIs for MENA Flights and Hotels
booking, expanding system capabilities.</li>
<li>Improved real-time data synchronization and availability by enhancing existing APIs.</li>
<li>Optimized query performance using SQLAlchemy and Redis, boosting system responsiveness.</li>
<li>Resolved integration challenges to deliver a smooth and integrated user experience.</li>
</ul>
</div>
<div class="xp">
<h2>Intern Backend Developer</h2>
<div style="display: flex; justify-content: space-between;">
<h3>
<a href="https://tqniat.com/" target="_blank">Tqniat Lab</a>
</h3>
<h3>Jan '22 - April '22</h3>
</div>
<ul>
<li>Played a pivotal role in launching the MENA travel platform, gaining comprehensive
end-to-end development experience.</li>
<li>Expanded booking options by seamlessly integrating third-party APIs with
certifications.</li>
</ul>
</div>
<div class="xp">
<h2>Software Developer Intern</h2>
<div style="display: flex; justify-content: space-between;">
<h3>
<a href="https://ahramsg.com/" target="_blank">Ahram Security Group</a>
</h3>
<h3>July '21 - Sept '21</h3>
</div>
<ul>
<li>Developed Ahram Slitting Software using C# and WPF, optimizing steel slicing waste
and maximizing material usage.</li>
<li>Automated product combination, reducing errors and improving productivity by over
70%.</li>
<li>Collaborated with the planning team to ensure a tailored final product.</li>
</ul>
</div>
</div>
</section>
</body>
</html>