-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
398 lines (389 loc) · 13.1 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>мιςнαεℓ мαgδλ - Portfolio</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<div class="container">
<div class="header-content">
<h1>мιςнαεℓ мαgδλ</h1>
<p>Senior Software Engineer</p>
</div>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#certifications">Certifications</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</header>
<section id="about" class="section">
<div class="container">
<div class="section-header">
<h2>About</h2>
</div>
<p>
I'm a passionate Full Stack Developer with a proven track record of
building and maintaining high-quality web applications. My expertise
spans from crafting user-centric front-ends with ReactJS and KendoUI
to designing robust back-ends with C# and .NET/Core. I'm also a
skilled database administrator, proficient in SQL Server and T-SQL.
</p>
<p>
My commitment lies in delivering clean, maintainable code while
fostering effective collaboration within teams. I'm constantly seeking
to expand my knowledge and embrace new technologies to stay ahead of
the curve in the ever-evolving world of software development.
</p>
</div>
</section>
<section id="experience" class="section">
<div class="container">
<div class="section-header">
<h2>Experience</h2>
</div>
<div class="experience-item">
<h3>Software Developer</h3>
<p>Solutions Development | June 2022 - Present</p>
<ul>
<li>
Developed and maintained web applications using ReactJS, C#, and
.NET/Core.
</li>
<li>Designed, built, and managed SQL Server databases.</li>
<li>
Collaborated with cross-functional teams to deliver high-quality
software solutions.
</li>
</ul>
</div>
<div class="experience-item">
<h3>IT Manager</h3>
<p>IT Department Head | Nov 2006 - Oct 2011</p>
<ul>
<li>
Managed IT infrastructure and operations, ensuring smooth and
efficient system performance.
</li>
<li>
Led a team of IT professionals, providing guidance and technical
support.
</li>
<li>
Implemented and maintained IT security policies and procedures.
</li>
</ul>
</div>
</div>
</section>
<section id="skills" class="section">
<div class="container">
<div class="section-header">
<h2>Skills</h2>
</div>
<ul>
<li>
Front-End Development: ReactJS, KendoUI, Redux, HTML, CSS,
JavaScript
</li>
<li>Back-End Development: C#, .NET/Core</li>
<li>Database Management: SQL Server, T-SQL</li>
<li>Tools & Technologies: Jira, Git, Visual Studio, Teams</li>
<li>
Other: Problem-solving, communication, software testing, code
optimization
</li>
</ul>
</div>
</section>
<section id="projects" class="section">
<div class="container">
<div class="section-header">
<h2>Projects</h2>
</div>
<div class="project-item">
<h3>ReactJS Projects</h3>
<ul>
<li>
<h4>E-commerce Platform Development</h4>
<p>
Developed a scalable e-commerce platform that supports user
authentication, product listing, and shopping cart
functionalities.
</p>
<p>
Technologies: ReactJS, Redux, KendoUI, Node.js, Express, MongoDB
</p>
<p>Role: Front-End Developer</p>
</li>
<li>
<h4>Real-Time Chat Application</h4>
<p>
Built a real-time chat application with user authentication,
chat rooms, and message notifications.
</p>
<p>
Technologies: ReactJS, Redux, KendoUI, Socket.io, Node.js,
MongoDB
</p>
<p>Role: Full-Stack Developer</p>
</li>
</ul>
</div>
<div class="project-item">
<h3>C#/.NET Projects</h3>
<ul>
<li>
<h4>Multi-Tenant Platform Migration</h4>
<p>
Transitioning from a single-tenant database to multi-tenant
databases.
</p>
<p>Technologies: C#, .NET/Core, SQL Server</p>
<p>Role: Software Developer</p>
</li>
<li>
<h4>Hospital Management</h4>
<p>
Managing patient records, scheduling appointments, and tracking
patient medical history.
</p>
<p>Technologies: C#, SQL, Node.js</p>
<p>Role: Developer</p>
</li>
<li>
<h4>Wage and Salary Management</h4>
<p>
Maintaining employee data and calculating salaries and wages.
</p>
<p>Technologies: C#, SQL</p>
<p>Role: Developer</p>
</li>
<li>
<h4>Business Card Creation</h4>
<p>Designing and printing professional business cards.</p>
<p>Technologies: C#</p>
<p>Role: Developer</p>
</li>
<li>
<h4>Employee & Labor Relations</h4>
<p>Centralized case management for HR professionals.</p>
<p>Technologies: C#, SQL</p>
<p>Role: Developer</p>
</li>
<li>
<h4>Restaurant Management</h4>
<p>
Streamlining guest service, financial tracking, and employee
management.
</p>
<p>Technologies: C#, SQL, Node.js</p>
<p>Role: Developer</p>
</li>
</ul>
</div>
</div>
</section>
<section id="education" class="section">
<div class="container">
<div class="section-header">
<h2>Education</h2>
</div>
<div class="education-item">
<h3>Bachelor of Computer Science</h3>
<p>Cairo Higher Institute, Egypt | June 2005</p>
<p>
General estimate: Very Good in Computer Science, Accounting System
Analyst, Business Administration
</p>
</div>
</div>
</section>
<section id="certifications" class="section">
<div class="container">
<div class="section-header">
<h2>Certifications</h2>
</div>
<ul>
<li>
DeepLearning.AI TensorFlow Developer Professional Certificate,
Coursera, Apr 2024
</li>
<li>Course Certificate for AI For Everyone, Coursera, Apr 2024</li>
<li>
The Advanced SQL Server Masterclass for Data Analysis, Udemy, Feb
2024
</li>
<li>
Communication Fundamentals: How To Communicate Better, Udemy, Jul
2023
</li>
<li>
Professional Diploma in Programming: MS Visual Studio, YAT Education
Centers, May 2023
</li>
<li>
CCNA Routing and Switching - Cisco Master Certificate, YAT Education
Centers, Nov 2017
</li>
<li>
International English Language Testing System Certificate, British
Council, Jan 2012
</li>
<li>
IELTS Certificate, AVA REWASE Computer & Information Center, Jun
2010
</li>
<li>3Ds Max 7 Master Certificate, YAT Education Centers, Jun 2006</li>
<li>English Conversation Course Level Two Certificate, Aug 2005</li>
</ul>
</div>
</section>
<section id="contact" class="section">
<div class="container">
<div class="section-header">
<h2>Contact</h2>
</div>
<div class="contact-icons">
<ul class="social-icons">
<li>
<a
href="mailto:[email protected]?subject=michaelmagdyg.github.io"
target="_blank"
rel="noopener noreferrer"
title="Outlook"
>
<img
src="https://cdn-icons-png.flaticon.com/512/5968/5968534.png"
width="30"
height="30"
alt="Outlook"
/>
</a>
</li>
<!-- <li>
<a
href="https://www.facebook.com/michael.magdyg"
target="_blank"
rel="noopener noreferrer"
title="Facebook"
>
<img
src="https://cdn-icons-png.flaticon.com/512/174/174848.png"
width="30"
height="30"
alt="Facebook"
/>
</a>
</li> -->
<li>
<a
href="https://github.com/michaelmagdyg"
target="_blank"
rel="noopener noreferrer"
title="GitHub"
>
<img
src="https://cdn-icons-png.flaticon.com/512/25/25231.png"
width="30"
height="30"
alt="GitHub"
/>
</a>
</li>
<!-- <li>
<a
href="https://www.instagram.com/michael.magdyg"
target="_blank"
rel="noopener noreferrer"
title="Instagram"
>
<img
src="https://cdn-icons-png.flaticon.com/512/174/174855.png"
width="30"
height="30"
alt="Instagram"
/>
</a>
</li> -->
<li>
<a
href="https://www.linkedin.com/in/michael-m-g"
target="_blank"
rel="noopener noreferrer"
title="LinkedIn"
>
<img
src="https://cdn-icons-png.flaticon.com/512/174/174857.png"
width="30"
height="30"
alt="LinkedIn"
/>
</a>
</li>
<!-- <li>
<a
href="https://www.tiktok.com/@your_tiktok_username"
target="_blank"
rel="noopener noreferrer"
title="TikTok"
>
<img
src="https://cdn-icons-png.flaticon.com/512/3046/3046120.png"
width="30"
height="30"
alt="TikTok"
/>
</a>
</li> -->
<!-- <li>
<a
href="https://twitter.com/michaelmagdyg"
target="_blank"
rel="noopener noreferrer"
title="Twitter"
>
<img
src="https://cdn-icons-png.flaticon.com/512/174/174876.png"
width="30"
height="30"
alt="Twitter"
/>
</a>
</li> -->
<li>
<a
href="https://wa.me/+201146244333?text=michaelmagdyg.github.io"
target="_blank"
rel="noopener noreferrer"
title="WhatsApp"
>
<img
src="https://cdn-icons-png.flaticon.com/512/174/174879.png"
width="30"
height="30"
alt="WhatsApp"
/>
</a>
</li>
</ul>
</div>
</div>
</section>
<footer>
<div class="container">
<p>© <span id="currentYear"></span> мιςнαεℓ мαgδλ</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>