179 lines
6.4 KiB
HTML
179 lines
6.4 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<style>
|
||
/*
|
||
* CSS Optimized for Dompdf / mPDF / TCPDF
|
||
* Avoids flexbox, uses standard block/inline styling for flawless PDF generation.
|
||
*/
|
||
body {
|
||
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||
font-size: 13px;
|
||
color: #222;
|
||
line-height: 1.5;
|
||
margin: 0;
|
||
padding: 20px 40px;
|
||
}
|
||
|
||
.header {
|
||
text-align: center;
|
||
border-bottom: 2px solid #1a237e;
|
||
padding-bottom: 15px;
|
||
margin-bottom: 20px;
|
||
}
|
||
|
||
h1 {
|
||
font-size: 28px;
|
||
color: #1a237e;
|
||
margin: 0 0 5px 0;
|
||
text-transform: uppercase;
|
||
letter-spacing: 1px;
|
||
}
|
||
|
||
.headline {
|
||
font-size: 16px;
|
||
font-weight: bold;
|
||
color: #424242;
|
||
margin-bottom: 5px;
|
||
}
|
||
|
||
.contact {
|
||
font-size: 12px;
|
||
color: #555;
|
||
}
|
||
|
||
.section-title {
|
||
font-size: 15px;
|
||
font-weight: bold;
|
||
color: #1a237e;
|
||
border-bottom: 1px solid #ddd;
|
||
margin-top: 20px;
|
||
margin-bottom: 10px;
|
||
padding-bottom: 4px;
|
||
text-transform: uppercase;
|
||
letter-spacing: 0.5px;
|
||
}
|
||
|
||
p { margin: 0 0 10px 0; text-align: justify; }
|
||
|
||
.job-block { margin-bottom: 15px; }
|
||
|
||
.job-header {
|
||
width: 100%;
|
||
margin-bottom: 5px;
|
||
}
|
||
|
||
.job-title {
|
||
font-weight: bold;
|
||
font-size: 14px;
|
||
color: #222;
|
||
float: left;
|
||
}
|
||
|
||
.job-meta {
|
||
font-size: 12px;
|
||
color: #1a237e;
|
||
font-weight: bold;
|
||
float: right;
|
||
}
|
||
|
||
.clear { clear: both; }
|
||
|
||
ul { margin: 5px 0 10px 0; padding-left: 20px; }
|
||
li { margin-bottom: 6px; text-align: justify; }
|
||
</style>
|
||
</head>
|
||
<body>
|
||
|
||
<div class="header">
|
||
<h1>Hamza Ayed</h1>
|
||
<!-- 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
|
||
</div>
|
||
</div>
|
||
|
||
<div class="section-title">Professional Summary</div>
|
||
<!-- PHP WILL INJECT THE AI-GENERATED SUMMARY HERE -->
|
||
<p>{{TAILORED_SUMMARY}}</p>
|
||
|
||
<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, PHP, Python (FastAPI/Flask), Node.js, MySQL, PostgreSQL, AWS/Cloud Infrastructure, Git, Docker.</p>
|
||
<p><strong>Domains:</strong> System Architecture, Distributed Systems, GIS/Mapping (OSM), FinTech (Payment Gateways), AI/ML Integration, Zero-Trust Security.</p>
|
||
|
||
<div class="section-title">Professional Experience</div>
|
||
|
||
<div class="job-block">
|
||
<div class="job-header">
|
||
<div class="job-title">CTO & Technical Architect — Intaleq</div>
|
||
<div class="job-meta">Jan 2024 – Present | Remote (MENA Region)</div>
|
||
<div class="clear"></div>
|
||
</div>
|
||
<ul>
|
||
<li>Led the full-stack architecture of a smart transportation ecosystem supporting 1,800+ drivers and 2,500+ riders.</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>Designed secure, custom payment infrastructure for environments lacking standard payment APIs, ensuring high-availability transaction integrity.</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="job-block">
|
||
<div class="job-header">
|
||
<div class="job-title">Co-Founder & Lead Developer — Tripz Egypt</div>
|
||
<div class="job-meta">Jan 2024 – Present | Cairo / Remote</div>
|
||
<div class="clear"></div>
|
||
</div>
|
||
<ul>
|
||
<li>Architected Egypt's homegrown ride-hailing platform, managing the entire distributed ecosystem with real-time tracking and dispatching.</li>
|
||
<li>Implemented robust microservices for real-time driver/rider matching and route optimization using event-driven architecture.</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="job-block">
|
||
<div class="job-header">
|
||
<div class="job-title">Solutions Architect — Mobile & Backend (Freelance)</div>
|
||
<div class="job-meta">Jan 2017 – Dec 2023 | Jordan / Remote</div>
|
||
<div class="clear"></div>
|
||
</div>
|
||
<ul>
|
||
<li>Delivered 25+ production enterprise applications across GIS, FinTech, HR, and utilities for clients across the MENA region.</li>
|
||
<li>Integrated AI vision models for document analysis (KYC) and automated invoice processing pipelines.</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="job-block">
|
||
<div class="job-header">
|
||
<div class="job-title">Operations & Project Leadership — Jordan Armed Forces</div>
|
||
<div class="job-meta">Oct 2003 – Nov 2023 | Jordan</div>
|
||
<div class="clear"></div>
|
||
</div>
|
||
<ul>
|
||
<li>20 years of progressive leadership in mission-critical environments. Led cross-functional teams of 20-50+ personnel across complex operations.</li>
|
||
<li>Project planning, crisis management, risk assessment, logistics coordination, and budget management. Retired as Lieutenant Colonel.</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="section-title">Notable Projects</div>
|
||
<ul>
|
||
<li><strong>IntaleqMaps Infrastructure:</strong> Engineered a proprietary mapping engine and tile server based on OpenStreetMap, completely replacing third-party dependencies for geocoding and routing across MENA.</li>
|
||
<li><strong>Tripz & Intaleq Mobility Systems:</strong> Developed real-time dispatch and tracking backends using WebSockets, integrating driver payout wallets and custom payment gateways.</li>
|
||
<li><strong>Musadaq AI Platform:</strong> Built an intelligent document processing system utilizing Vision Models to automate invoice extraction and tax compliance for accounting workflows.</li>
|
||
<li><strong>ATS Resume Optimizer:</strong> Developed a Chrome extension with real-time DOM scraping and Gemini API integration to analyze LinkedIn jobs and generate tailored PHP-based PDFs instantly.</li>
|
||
</ul>
|
||
|
||
<div class="section-title">Education & Certifications</div>
|
||
<ul>
|
||
<li><strong>BS Mathematics (Applied Computing & Algorithms)</strong>, Mutah University (2003–2007)</li>
|
||
<li>Google Data Analytics Professional Certificate</li>
|
||
<li>IBM Data Analyst Professional Certificate</li>
|
||
<li>Meta Back-End Developer & Mobile Development Certificates (Django, APIs, Version Control)</li>
|
||
<li>Databases and SQL for Data Science with Python (IBM)</li>
|
||
<li><em>Total of 51 professional certifications across software engineering, databases, and enterprise architecture.</em></li>
|
||
</ul>
|
||
|
||
</body>
|
||
</html>
|