-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
405 lines (387 loc) · 18.7 KB
/
index.html
File metadata and controls
405 lines (387 loc) · 18.7 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mohamed Mostafa | Senior Android Engineer</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="assets/css/modern.css">
</head>
<body>
<nav class="navbar">
<div class="nav-brand">MM</div>
<div class="nav-links">
<a href="#about">About</a>
<a href="#experience">Experience</a>
<a href="#skills">Skills</a>
<a href="#projects">Projects</a>
<a href="#contact" class="nav-cta">Get in Touch</a>
</div>
<button class="mobile-menu-btn" aria-label="Menu">
<span></span>
<span></span>
<span></span>
</button>
</nav>
<section class="hero">
<div class="hero-content">
<div class="hero-text">
<p class="hero-greeting">Hello, I'm</p>
<h1 class="hero-name">Mohamed Mostafa</h1>
<h2 class="hero-title">Senior Android Engineer</h2>
<p class="hero-description">
9+ years of experience designing and scaling mobile applications for millions of users.
Currently building exceptional mobile experiences at <span class="highlight">Just Eat Takeaway</span> in Berlin.
</p>
<div class="hero-stats">
<div class="stat">
<span class="stat-number">9+</span>
<span class="stat-label">Years Experience</span>
</div>
<div class="stat">
<span class="stat-number">6</span>
<span class="stat-label">Companies</span>
</div>
<div class="stat">
<span class="stat-number">500K+</span>
<span class="stat-label">Users Served</span>
</div>
</div>
<div class="hero-cta">
<a href="#contact" class="btn btn-primary">Let's Connect</a>
<a href="#experience" class="btn btn-secondary">View Experience</a>
</div>
</div>
<div class="hero-image">
<div class="image-frame">
<img src="images/profile-new.jpg" alt="Mohamed Mostafa at Google I/O Connect Berlin">
</div>
<div class="floating-badge">
<i class="fab fa-android"></i>
<span>Android Expert</span>
</div>
</div>
</div>
<div class="scroll-indicator">
<span>Scroll to explore</span>
<i class="fas fa-chevron-down"></i>
</div>
</section>
<section id="about" class="about">
<div class="container">
<h2 class="section-title">About Me</h2>
<div class="about-content">
<div class="about-text">
<p class="lead">
Results-driven Senior Android Engineer passionate about turning ideas into scalable, high-quality mobile applications.
</p>
<p>
With expertise in <strong>Kotlin</strong>, <strong>Jetpack Compose</strong>, and <strong>Clean Architecture</strong>,
I specialize in performance optimization, CI/CD automation, and cross-functional collaboration.
My proven track record includes improving app stability, code quality, and delivery speed
across fast-growing startups and enterprise environments.
</p>
<p>
I hold a B.S. in Computer Science from Cairo University and currently work at Just Eat Takeaway
in Berlin, where I lead migrations, optimize pipelines, and build features that impact millions of users.
</p>
</div>
<div class="about-highlights">
<div class="highlight-card">
<i class="fas fa-rocket"></i>
<h4>Performance Focused</h4>
<p>Reduced app crashes by 4% and improved startup times by 12%</p>
</div>
<div class="highlight-card">
<i class="fas fa-code-branch"></i>
<h4>CI/CD Expert</h4>
<p>Cut deployment time by 15% through pipeline optimization</p>
</div>
<div class="highlight-card">
<i class="fas fa-users"></i>
<h4>Team Player</h4>
<p>Led cross-functional teams across startups and enterprises</p>
</div>
</div>
</div>
</div>
</section>
<section id="experience" class="experience">
<div class="container">
<h2 class="section-title">Professional Journey</h2>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-marker current"></div>
<div class="timeline-content">
<div class="timeline-header">
<div>
<h3>Senior Android Engineer</h3>
<h4>Just Eat Takeaway</h4>
</div>
<span class="timeline-date">Dec 2022 - Present</span>
</div>
<ul class="timeline-achievements">
<li>Optimized CI/CD pipelines, cutting deployment time by 15% and improving release reliability</li>
<li>Designed and shipped the courier-customer chat feature, improving delivery coordination by 40%</li>
<li>Led the migration from XML to Jetpack Compose, implementing 75% of feature parity</li>
</ul>
<div class="timeline-tech">
<span>Kotlin</span>
<span>Jetpack Compose</span>
<span>MVI</span>
<span>Hilt</span>
<span>CameraX</span>
</div>
</div>
</div>
<div class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-content">
<div class="timeline-header">
<div>
<h3>Senior Android Engineer</h3>
<h4>JUCR GmbH</h4>
</div>
<span class="timeline-date">Jul 2021 - Oct 2022</span>
</div>
<ul class="timeline-achievements">
<li>Developed and maintained the JUCR EV charging app, serving users across 300K+ European stations</li>
<li>Reduced app crashes by 4% and improved startup times by 12% via architectural refactoring</li>
<li>Integrated GraphQL with Kotlin Coroutines to enhance data performance</li>
</ul>
<div class="timeline-tech">
<span>Kotlin</span>
<span>MVVM</span>
<span>GraphQL</span>
<span>Coroutines</span>
</div>
</div>
</div>
<div class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-content">
<div class="timeline-header">
<div>
<h3>Software Engineer</h3>
<h4>Hexad GmbH / Volkswagen</h4>
</div>
<span class="timeline-date">Oct 2019 - Jul 2021</span>
</div>
<ul class="timeline-achievements">
<li>Built and maintained internal Android SDKs powering Volkswagen Group applications</li>
<li>Improved unit test coverage and adopted code quality automation</li>
<li>Refactored legacy codebases to cut build times and memory usage</li>
</ul>
<div class="timeline-tech">
<span>Android SDK</span>
<span>JUnit</span>
<span>Gradle</span>
</div>
</div>
</div>
<div class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-content">
<div class="timeline-header">
<div>
<h3>Android Engineer</h3>
<h4>Winfooz</h4>
</div>
<span class="timeline-date">May 2019 - Oct 2019</span>
</div>
<ul class="timeline-achievements">
<li>Led end-to-end development of secure in-app signature features for trading platform</li>
<li>Enhanced runtime performance and maintainability via architecture refactor</li>
</ul>
</div>
</div>
<div class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-content">
<div class="timeline-header">
<div>
<h3>Android Developer</h3>
<h4>CrossWorkers / Data Know How</h4>
</div>
<span class="timeline-date">Jun 2018 - May 2019</span>
</div>
<ul class="timeline-achievements">
<li>Managed feature delivery from requirement analysis to testing and deployment</li>
<li>Reduced technical debt through systematic refactoring and modernization</li>
</ul>
</div>
</div>
<div class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-content">
<div class="timeline-header">
<div>
<h3>Android Developer</h3>
<h4>NAQLA</h4>
</div>
<span class="timeline-date">Oct 2016 - Jun 2018</span>
</div>
<ul class="timeline-achievements">
<li>Developed logistics apps enabling real-time fleet tracking and delivery management</li>
<li>Owned full release cycles, publishing updates to the Play Store</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section id="skills" class="skills">
<div class="container">
<h2 class="section-title">Technical Arsenal</h2>
<div class="skills-grid">
<div class="skill-category">
<div class="skill-icon">
<i class="fas fa-code"></i>
</div>
<h3>Languages</h3>
<div class="skill-tags">
<span class="skill-tag primary">Kotlin</span>
<span class="skill-tag">Java</span>
<span class="skill-tag">XML</span>
</div>
</div>
<div class="skill-category">
<div class="skill-icon">
<i class="fas fa-layer-group"></i>
</div>
<h3>Frameworks & Tools</h3>
<div class="skill-tags">
<span class="skill-tag primary">Jetpack Compose</span>
<span class="skill-tag">Room</span>
<span class="skill-tag">Retrofit</span>
<span class="skill-tag">GraphQL</span>
<span class="skill-tag">Flow</span>
<span class="skill-tag">Coroutines</span>
</div>
</div>
<div class="skill-category">
<div class="skill-icon">
<i class="fas fa-sitemap"></i>
</div>
<h3>Architecture</h3>
<div class="skill-tags">
<span class="skill-tag primary">Clean Architecture</span>
<span class="skill-tag">MVVM</span>
<span class="skill-tag">MVI</span>
<span class="skill-tag">Modularization</span>
</div>
</div>
<div class="skill-category">
<div class="skill-icon">
<i class="fas fa-cogs"></i>
</div>
<h3>DevOps & Testing</h3>
<div class="skill-tags">
<span class="skill-tag primary">CI/CD</span>
<span class="skill-tag">Gradle</span>
<span class="skill-tag">Bitrise</span>
<span class="skill-tag">Firebase</span>
<span class="skill-tag">Espresso</span>
<span class="skill-tag">JUnit</span>
</div>
</div>
</div>
</div>
</section>
<section id="projects" class="projects">
<div class="container">
<h2 class="section-title">Featured Projects</h2>
<div class="projects-grid">
<div class="project-card featured">
<div class="project-badge">Current</div>
<div class="project-icon">
<i class="fas fa-motorcycle"></i>
</div>
<h3>Takeaway.com Courier App</h3>
<p>Courier-facing app enabling real-time delivery tracking, order management, and customer communication for one of Europe's largest food delivery platforms.</p>
<div class="project-tech">
<span>Kotlin</span>
<span>Jetpack Compose</span>
<span>MVI</span>
<span>Hilt</span>
<span>CameraX</span>
</div>
</div>
<div class="project-card">
<div class="project-icon">
<i class="fas fa-charging-station"></i>
</div>
<h3>JUCR EV Charging App</h3>
<p>Android application providing access to 300K+ EV charging stations across Europe with search, reservation, and seamless payment integration.</p>
<div class="project-tech">
<span>Kotlin</span>
<span>MVVM</span>
<span>GraphQL</span>
<span>Coroutines</span>
</div>
</div>
<div class="project-card">
<div class="project-icon">
<i class="fas fa-car"></i>
</div>
<h3>Volkswagen Internal SDKs</h3>
<p>Core Android SDKs powering applications across the Volkswagen Group, focusing on performance, reliability, and developer experience.</p>
<div class="project-tech">
<span>Android SDK</span>
<span>Kotlin</span>
<span>Java</span>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="contact">
<div class="container">
<h2 class="section-title">Let's Build Something Great</h2>
<p class="contact-intro">
I'm always open to discussing new projects, opportunities, or just having a chat about Android development.
</p>
<div class="contact-info">
<div class="contact-card">
<i class="fas fa-map-marker-alt"></i>
<h4>Location</h4>
<p>Berlin, Germany</p>
</div>
<div class="contact-card">
<i class="fas fa-envelope"></i>
<h4>Email</h4>
<a href="mailto:m.abdelsattarahmed@gmail.com">m.abdelsattarahmed@gmail.com</a>
</div>
<div class="contact-card">
<i class="fas fa-phone"></i>
<h4>Phone</h4>
<a href="tel:+4917391014272">+49 173 910 14272</a>
</div>
</div>
<div class="social-links">
<a href="https://linkedin.com/in/mabdelsattar1" target="_blank" aria-label="LinkedIn">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="https://github.com/Abdelsattar" target="_blank" aria-label="GitHub">
<i class="fab fa-github"></i>
</a>
<a href="https://twitter.com/abdelsattar512" target="_blank" aria-label="Twitter">
<i class="fab fa-twitter"></i>
</a>
<a href="mailto:m.abdelsattarahmed@gmail.com" aria-label="Email">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<p>© 2025 Mohamed Mostafa. Crafted with passion in Berlin.</p>
</div>
</footer>
<script src="assets/js/modern.js"></script>
</body>
</html>