Auto-deploy: 2026-05-26 13:31:15

This commit is contained in:
Hamza-Ayed
2026-05-26 13:31:15 +03:00
parent bdefd51b31
commit e9c3d222fd
3 changed files with 184 additions and 34 deletions

View File

@@ -80,6 +80,37 @@
.clear { clear: both; }
/* Key Metrics Banner Style */
.metrics-container {
margin: 15px 0 20px 0;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
background-color: #f8f9fa;
padding: 8px 0;
}
.metric-item {
width: 24.5%;
float: left;
text-align: center;
border-right: 1px solid #ddd;
}
.metric-item-last {
width: 24.5%;
float: left;
text-align: center;
}
.metric-value {
font-size: 13px;
font-weight: bold;
color: #1a237e;
}
.metric-label {
font-size: 9px;
color: #555;
text-transform: uppercase;
letter-spacing: 0.5px;
}
ul { margin: 5px 0 10px 0; padding-left: 20px; }
li { margin-bottom: 6px; text-align: justify; }
</style>
@@ -91,7 +122,10 @@
<!-- PHP WILL INJECT THE AI-GENERATED HEADLINE HERE -->
<div class="headline">{{JOB_HEADLINE}}</div>
<div class="contact">
Amman, Jordan | +962 79 858 3052 | hamzaayed@tripz-egypt.com | linkedin.com/in/hamza-ayed | github.com/Hamza-Ayed
Amman, Jordan | +962 79 858 3052 | <a href="mailto:hamzaayed@tripz-egypt.com" style="color: #555; text-decoration: none;">hamzaayed@tripz-egypt.com</a><br>
<a href="https://linkedin.com/in/hamza-ayed" style="color: #555; text-decoration: none; font-weight: bold;">linkedin.com/in/hamza-ayed</a> |
<a href="https://github.com/Hamza-Ayed" style="color: #555; text-decoration: none; font-weight: bold;">github.com/Hamza-Ayed</a> |
<a href="https://intaleqapp.com/hamza.html" style="color: #1a237e; text-decoration: underline; font-weight: bold;">intaleqapp.com/hamza.html (Portfolio)</a>
</div>
</div>
@@ -99,10 +133,30 @@
<!-- PHP WILL INJECT THE AI-GENERATED SUMMARY HERE -->
<p>{{TAILORED_SUMMARY}}</p>
<div class="metrics-container">
<div class="metric-item">
<div class="metric-value">30+ Apps</div>
<div class="metric-label">Production Delivered</div>
</div>
<div class="metric-item">
<div class="metric-value">1,800+</div>
<div class="metric-label">Drivers Served</div>
</div>
<div class="metric-item">
<div class="metric-value">$10K+/Mo</div>
<div class="metric-label">Operational Savings</div>
</div>
<div class="metric-item-last">
<div class="metric-value">51 Certs</div>
<div class="metric-label">Google / IBM / Meta</div>
</div>
<div class="clear"></div>
</div>
<div class="section-title">Core Competencies & Skills</div>
<!-- PHP WILL INJECT ATS KEYWORDS HERE -->
<p><strong>Targeted Expertise:</strong> {{DYNAMIC_SKILLS}}</p>
<p><strong>Technologies:</strong> Flutter/Dart (BLoC/Cubit, GetX), PHP, Python (FastAPI/Flask), Node.js, MySQL, PostgreSQL, AWS/Cloud Infrastructure, Git, Docker, CI/CD (GitHub Actions).</p>
<p><strong>Technologies:</strong> Flutter/Dart (BLoC/Cubit, GetX), NestJS, Node.js, PHP, Python (FastAPI/Flask), Docker, PostgreSQL (PostGIS), MySQL, Redis, AWS/Cloud Infrastructure, Git, CI/CD (GitHub Actions).</p>
<p><strong>Domains & Methodologies:</strong> System Architecture, Distributed Systems, GIS/Mapping (OSM), FinTech (Payment Gateways), AI/ML Integration, Zero-Trust Security, Agile/Scrum (Solo & Startup-adapted sprint planning/delivery).</p>
<div class="section-title">Professional Experience</div>
@@ -114,8 +168,10 @@
<div class="clear"></div>
</div>
<ul>
<li>Led the full-stack architecture of a smart transportation ecosystem supporting 1,440+ drivers and 2,811+ riders.</li>
<li>Led the full-stack architecture of a smart transportation ecosystem supporting 1,800+ drivers and 2,500+ riders.</li>
<li>Architected and built the high-performance backend using NestJS, Docker, PostgreSQL, and PostGIS, handling spatial calculations and high-frequency dispatch queries.</li>
<li>Built a proprietary mapping platform (IntaleqMaps) on OpenStreetMap, eliminating reliance on Google Maps API and saving $10,000+/month in operational costs.</li>
<li>Published custom mapping SDKs as open-source libraries: <code>intaleq_maps</code> on pub.dev (Flutter) and <code>intaleq-maps-gl</code> on NPM (JS).</li>
<li>Designed secure, custom payment infrastructure for environments lacking standard payment APIs, ensuring high-availability transaction integrity.</li>
</ul>
</div>
@@ -127,8 +183,9 @@
<div class="clear"></div>
</div>
<ul>
<li>Architected Egypt's homegrown ride-hailing platform, managing the entire distributed ecosystem with real-time tracking for 4,318 drivers and 2,464 riders.</li>
<li>Implemented robust microservices for real-time driver/rider matching and route optimization using event-driven architecture.</li>
<li>Co-founded and architected Egypt's homegrown ride-hailing platform, managing the entire distributed ecosystem with real-time tracking for 4,318 drivers and 2,464 riders.</li>
<li>Implemented robust event-driven microservices for real-time driver/rider matching and WebSockets-based route optimization.</li>
<li>Integrated local digital payment gateways and driver payout systems, supporting an 8% commission structure that drove a $0.78 Customer Acquisition Cost.</li>
</ul>
</div>
@@ -158,18 +215,33 @@
<li><strong>Microservices & AI Automation (SaaS):</strong> Architected and deployed end-to-end commercial SaaS platforms (Jordan Bot, Meta Ads Manager) using Dockerized NestJS/React environments, accelerating delivery through AI-assisted workflows.</li>
</ul>
<div class="section-title">Open Source Contributions</div>
<ul>
<li><strong>intaleq_maps (Flutter SDK):</strong> Published on <a href="https://pub.dev/packages/intaleq_maps" style="color: #1a237e; text-decoration: none; font-weight: bold;">pub.dev/packages/intaleq_maps</a>. Custom map rendering, offline caching, and route plotting package optimized for low-bandwidth environments.</li>
<li><strong>intaleq-maps-gl (NPM Library):</strong> Published on <a href="https://libraries.io/npm/intaleq-maps-gl" style="color: #1a237e; text-decoration: none; font-weight: bold;">npmjs.com/package/intaleq-maps-gl</a>. Web-based Mapbox GL compatible library optimized for custom OSM tiles and routing integration.</li>
</ul>
<div class="section-title">Education & Certifications</div>
<ul>
<li><strong>BS Mathematics (Applied Computing & Algorithms)</strong>, Mutah University (20032007)</li>
<li>Google Data Analytics Professional Certificate</li>
<li>IBM Data Science Professional Certificate</li>
<li>Meta Back-End Developer & Mobile Development Certificates</li>
<li>Databases and SQL for Data Science with Python (IBM)</li>
<li>AWS Cloud Practitioner & Cloud Architecture Fundamentals</li>
<li><strong>Google Data Analytics</strong> Professional Certificate (Coursera)</li>
<li><strong>Google Finance Data Analyst</strong> Professional Certificate (Coursera)</li>
<li><strong>IBM Data Analyst</strong> Professional Certificate (Coursera)</li>
<li><strong>IBM Data Analytics with Excel and R</strong> Professional Certificate (Coursera)</li>
<li><strong>Data Analysis and Visualization Foundations</strong> Specialization (IBM / Coursera)</li>
<li><strong>Meta APIs & Django Web Framework</strong> Course Certificates (Coursera)</li>
<li><strong>Meta Version Control</strong> Course Certificate (Coursera)</li>
<li><strong>AWS Cloud Practitioner & Cloud Architecture Fundamentals</strong></li>
<li><em>+ 43 additional professional credentials across Google, IBM, and Meta platforms.</em></li>
</ul>
<div class="section-title">Languages</div>
<p><strong>Arabic:</strong> Native | <strong>English:</strong> Professional Working Proficiency | <strong>Turkish:</strong> Limited Working Proficiency</p>
<div class="section-title">Availability & Work Authorization</div>
<p style="text-align: center; font-weight: bold; color: #1a237e; margin-top: 10px;">
Available Immediately | Open to Remote, Hybrid & Relocation (GCC/Europe/MENA) | Valid Passport
</p>
</body>
</html>