Auto-deploy: 2026-05-26 14:00:23

This commit is contained in:
Hamza-Ayed
2026-05-26 14:00:23 +03:00
parent e9c3d222fd
commit 3e470e4c06
6 changed files with 48 additions and 167 deletions

View File

@@ -935,10 +935,11 @@ Brief honest assessment of this opportunity for my profile`
function getSettings() {
return new Promise(resolve => {
chrome.storage.sync.get(['apiKey', 'userProfile', 'language'], (data) => {
if (data.userProfile && (data.userProfile.includes('hamzaayed@intaleqapp.com') || data.userProfile.includes('hamzaayedflutter@gmail.com'))) {
if (data.userProfile && (data.userProfile.includes('hamzaayed@intaleqapp.com') || data.userProfile.includes('hamzaayedflutter@gmail.com') || data.userProfile.includes('hamzaayed@tripz-egypt.com'))) {
data.userProfile = data.userProfile
.replace(/hamzaayed@intaleqapp\.com/g, 'hamzaayed@tripz-egypt.com')
.replace(/hamzaayedflutter@gmail\.com/g, 'hamzaayed@tripz-egypt.com');
.replace(/hamzaayed@intaleqapp\.com/g, 'hamzaayedpython@gmail.com')
.replace(/hamzaayedflutter@gmail\.com/g, 'hamzaayedpython@gmail.com')
.replace(/hamzaayed@tripz-egypt\.com/g, 'hamzaayedpython@gmail.com');
chrome.storage.sync.set({ userProfile: data.userProfile });
}
resolve(data);

View File

@@ -80,36 +80,8 @@
.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; }
@@ -122,7 +94,7 @@
<!-- PHP WILL INJECT THE AI-GENERATED HEADLINE HERE -->
<div class="headline">{{JOB_HEADLINE}}</div>
<div class="contact">
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>
Amman, Jordan | +962 79 858 3052 | <a href="mailto:hamzaayedpython@gmail.com" style="color: #555; text-decoration: none;">hamzaayedpython@gmail.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>
@@ -133,30 +105,12 @@
<!-- 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), NestJS, Node.js, PHP, Python (FastAPI/Flask), Docker, PostgreSQL (PostGIS), MySQL, Redis, AWS/Cloud Infrastructure, Git, CI/CD (GitHub Actions).</p>
<p><strong>Technologies:</strong> PHP (Workerman), NestJS, Node.js, Flutter/Dart (GetX, BLoC/Cubit), 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>
@@ -168,11 +122,9 @@
<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>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>
<li>Led the full-stack architecture of a smart transportation ecosystem supporting 1,800+ drivers and 2,500+ riders, building the core backend with PHP/Workerman.</li>
<li>Architected and built the proprietary mapping platform (IntaleqMaps) using NestJS and PostGIS, eliminating Google Maps API dependencies to save $10,000+/month in operational costs.</li>
<li>Published custom open-source mapping SDKs: <code>intaleq_maps</code> on pub.dev (Flutter) and <code>intaleq-maps-gl</code> on NPM (JS) to support regional offline-first mapping.</li>
</ul>
</div>
@@ -196,23 +148,18 @@
<div class="clear"></div>
</div>
<ul>
<li>Delivered 25+ production enterprise applications across GIS, FinTech, HR, and utilities for clients across the MENA region, leading full lifecycle architecture.</li>
<li>Developed Nabih (AI Smart Responder): designed and built an intelligent virtual assistant system connecting a Flutter mobile application (using BLoC Cubit state management) with custom PHP backend APIs.</li>
<li>Developed Musadaq (AI-Powered Invoice Processing): engineered an automated KYC and invoice document processing platform using AI vision models for text extraction, line-item recognition, and async pipelines.</li>
<li>Architected a high-concurrency Node.js WhatsApp Bridge server orchestrating up to 6 isolated headless Puppeteer sessions in parallel with strict memory-leak prevention.</li>
<li>Conducted comprehensive manual quality assurance, executing API validation via Postman and real-device testing across Android/iOS to ensure production readiness.</li>
<li>Delivered 25+ production enterprise applications across GIS, FinTech, and utilities, leading full lifecycle architecture for clients in the MENA region.</li>
<li>Developed Nabih (AI Smart Responder): designed and built an intelligent virtual assistant system connecting a Flutter mobile application (GetX/Cubit) with custom PHP backend APIs.</li>
<li>Developed Musadaq (AI-Powered Invoice Processing): engineered an automated KYC and invoice document processor using AI vision models and asynchronous processing pipelines.</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>Nabih AI Smart Responder:</strong> Architected and built an intelligent virtual assistant system orchestrating a Flutter mobile application (integrated with BLoC Cubit state management) and a secure, highly scalable PHP backend API for automated, context-aware query resolution.</li>
<li><strong>Musadaq AI Invoice Processor:</strong> Built an intelligent document processing SaaS platform leveraging AI vision models for automated line-item extraction, tax calculations, and async processing pipelines with real-time push notifications.</li>
<li><strong>SaaS Multi-Tenant WhatsApp Gateway:</strong> Architected a high-concurrency Node.js WhatsApp Bridge server managing up to 6 isolated headless Puppeteer instances in parallel, utilizing a hybrid WebSocket/REST real-time pipeline to stream sub-second delivery status indicators (ACK) with query-optimized MySQL archiving.</li>
<li><strong>Intaleq Identity & Security Architecture:</strong> Engineered a stateless JWT-based authentication system with Role-Based Access Control (RBAC) and device fingerprint binding, securing concurrent connections across a highly regulated distributed network.</li>
<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>
<li><strong>IntaleqMaps Engine:</strong> Engineered a proprietary mapping engine and tile server using NestJS and OpenStreetMap, completely replacing Google Maps API for geocoding and routing across the MENA region.</li>
<li><strong>Nabih AI Virtual Assistant:</strong> Architected an automated customer support solution connecting a Flutter application (GetX/Cubit) to custom high-concurrency PHP backend APIs.</li>
<li><strong>Musadaq AI Document Processor:</strong> Engineered an automated KYC and invoice document processing platform utilizing AI vision models and async processing pipelines.</li>
<li><strong>Meta Ads Manager & SaaS Gateways:</strong> Deployed multi-tenant platforms using NestJS/React (Meta Ads Manager) and high-concurrency Node.js (WhatsApp bridge managing headless Puppeteer sessions in Docker) to automate operations.</li>
</ul>
<div class="section-title">Open Source Contributions</div>
@@ -225,14 +172,9 @@
<ul>
<li><strong>BS Mathematics (Applied Computing & Algorithms)</strong>, Mutah University (20032007)</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>

View File

@@ -40,10 +40,11 @@ function loadSettings() {
setKeyStatus('ok');
}
let profile = data.userProfile || DEFAULT_PROFILE;
if (profile.includes('hamzaayed@intaleqapp.com') || profile.includes('hamzaayedflutter@gmail.com')) {
if (profile.includes('hamzaayed@intaleqapp.com') || profile.includes('hamzaayedflutter@gmail.com') || profile.includes('hamzaayed@tripz-egypt.com')) {
profile = profile
.replace(/hamzaayed@intaleqapp\.com/g, 'hamzaayed@tripz-egypt.com')
.replace(/hamzaayedflutter@gmail\.com/g, 'hamzaayed@tripz-egypt.com');
.replace(/hamzaayed@intaleqapp\.com/g, 'hamzaayedpython@gmail.com')
.replace(/hamzaayedflutter@gmail\.com/g, 'hamzaayedpython@gmail.com')
.replace(/hamzaayed@tripz-egypt\.com/g, 'hamzaayedpython@gmail.com');
chrome.storage.sync.set({ userProfile: profile });
}
document.getElementById('profile-textarea').value = profile;

View File

@@ -4,12 +4,12 @@
const DEFAULT_PROFILE = `HAMZA AYED — Technical Architect | Solutions Architect | Full-Stack & Cloud | GIS & FinTech
SUMMARY:
Technical Architect with 6+ years designing and building high-scale distributed systems. Proven track record architecting complete mobile ecosystems, proprietary mapping infrastructure (OpenStreetMap), custom FinTech payment solutions, and AI-powered document processing platforms. Led cross-functional engineering teams to deliver high-performance applications. 30+ production apps on Google Play and App Store. 51 professional certifications (Google, IBM, Meta).
Technical Architect with 6+ years building production-grade distributed systems at scale. Led architecture of two mobility platforms from zero to 6,000+ active users, delivering quantified cost savings of $10,000+/month through proprietary infrastructure replacing third-party dependencies. Published open-source SDKs adopted across MENA. Experience spans system design, cloud architecture, GIS/mapping, and FinTech payment integration in infrastructure-constrained emerging markets.
CORE SKILLS:
- Architecture & Methodologies: System Design, API Architecture, Database Design, Cloud Infrastructure, Security Architecture, Microservices, Event-Driven Architecture, Domain-Driven Design, Agile/Scrum (Solo & Startup-adapted sprint planning/delivery)
- Mobile: Flutter/Dart (Expert), 30+ production apps, GetX/Bloc/Cubit, Clean Architecture, Offline-first, OTA updates (Shorebird), Manual QA & Real-Device Validation
- Backend: NestJS, PHP (production), FastAPI, Flask, Django, Node.js, MySQL, PostgreSQL (PostGIS), Redis, Docker, API Validation (Postman)
- Mobile: Flutter/Dart (Expert), 30+ production apps, GetX, BLoC/Cubit, Clean Architecture, Offline-first, OTA updates (Shorebird), Manual QA & Real-Device Validation
- Backend: PHP/Workerman (production), NestJS, Node.js, FastAPI, Flask, Django, MySQL, PostgreSQL (PostGIS), Redis, Docker, API Validation (Postman)
- GIS/Mapping: OpenStreetMap, Custom Tile Server, Mapping SDK (Flutter + JS, published on pub.dev & NPM), Geocoding, Route Optimization
- FinTech: Stripe, PayPal, Paymob, Custom Payment Gateway, Digital Wallets, Driver Payout Systems
- AI/ML: Gemini Vision Models, LLM Integration, Invoice Processing, KYC Verification, Document Analysis, Chatbot Systems
@@ -19,12 +19,12 @@ CORE SKILLS:
KEY ACHIEVEMENTS:
- Built IntaleqMaps: proprietary mapping platform on OSM, saving $10,000+/month vs Google Maps API
- Created custom Flutter Mapping SDK (intaleq_maps) published on pub.dev and JS Library (intaleq-maps-gl) on NPM
- Designed and built the IntaleqMaps backend using NestJS, Docker, PostgreSQL, and PostGIS
- Designed and built the IntaleqMaps backend using NestJS, PostgreSQL, and PostGIS, and core ecosystem backend using PHP/Workerman
- Designed custom FinTech payment infrastructure for markets with zero standard payment API access
- Built 4-app ecosystem: Rider App, Driver App, Admin Dashboard, Service Portal — all from scratch
- Architected smart mobility platform serving 1,800+ drivers and 2,500+ riders across MENA
- Integrated AI vision models for invoice processing (Musadaq platform)
- Developed Nabih: AI-powered smart responder system orchestrating a Flutter application (BLoC Cubit) with a PHP backend API for automated customer query resolution
- Developed Nabih: AI-powered smart responder system orchestrating a Flutter application (GetX/Cubit) with a PHP backend API for automated customer query resolution
- Built AI-Powered ATS Automation Chrome Extension: Real-time LinkedIn DOM scraping, Gemini 1.5 Pro, PHP-based PDF generation
- 51 professional certifications (Google, IBM, Meta via Coursera)
- $0.78 Driver Customer Acquisition Cost in the competitive Egyptian market
@@ -32,7 +32,7 @@ KEY ACHIEVEMENTS:
EXPERIENCE:
- CTO & Solutions Architect — Intaleq | Jan 2024Present | Remote (MENA Region)
→ Led full-stack architecture of smart transportation ecosystem: 1,800+ drivers, 2,500+ riders. Designed NestJS, Docker, PostgreSQL, and PostGIS backend. Created proprietary mapping, routing, and payment infrastructure. Published open-source mapping SDKs.
→ Led full-stack architecture of smart transportation ecosystem: 1,800+ drivers, 2,500+ riders. Designed core backend in PHP/Workerman and mapping platform backend in NestJS. Created proprietary mapping, routing, and payment infrastructure. Published open-source mapping SDKs.
- Co-Founder & Lead Developer — Tripz Egypt | Jan 2023Present | Cairo/Remote
→ Built ride-hailing platform from zero: 8 ride types, 8% driver commission (lowest in market). Full-stack: Flutter apps, PHP backend, WebSockets, payment integrations. $0.78 CAC.
- Mobile Solutions Architect — Freelance | Jan 2017Dec 2023 | Jordan/Remote
@@ -41,18 +41,13 @@ EXPERIENCE:
EDUCATION:
- BS Mathematics (Applied Computing & Algorithms), Mutah University, 20032007 (Very Good)
- Google Data Analytics Professional Certificate (Coursera)
- Google Finance Data Analyst Professional Certificate (Coursera)
- IBM Data Analyst Professional Certificate (Coursera)
- IBM Data Analytics with Excel and R Professional Certificate (Coursera)
- Data Analysis and Visualization Foundations Specialization (IBM / Coursera)
- Meta APIs & Django Web Framework Course Certifications (Coursera)
- Meta Version Control Course Certification (Coursera)
- AWS Cloud Practitioner & Cloud Architecture Fundamentals
- 51 total certifications
LANGUAGES: Arabic (Native), English (Professional Working Proficiency)
LOCATION: Amman, Jordan | Open to Remote, Hybrid, On-site (Middle East & Gulf)
CONTACT: hamzaayed@tripz-egypt.com | +962 79 858 3052 | linkedin.com/in/hamza-ayed | github.com/Hamza-Ayed | intaleqapp.com/hamza.html (Portfolio)
CONTACT: hamzaayedpython@gmail.com | +962 79 858 3052 | linkedin.com/in/hamza-ayed | github.com/Hamza-Ayed | intaleqapp.com/hamza.html (Portfolio)
TARGET ROLES:
1. Technical Architect / Solutions Architect (distributed systems, cloud, GIS, FinTech)
@@ -62,10 +57,10 @@ TARGET ROLES:
5. Engineering Manager / Mobile Architecture Lead
NOTABLE PROJECTS:
- Intaleq Smart Mobility Platform — Real-time ride-hailing with NestJS backend, PostGIS spatial features, and proprietary mapping & payment infrastructure
- Intaleq Smart Mobility Platform — Real-time ride-hailing with PHP/Workerman core backend, NestJS mapping engine, PostGIS spatial features, and proprietary payment infrastructure
- Tripz Egypt — Ride-hailing platform with 8 ride types, AI-powered KYC, lowest commission model, WebSockets dispatcher
- Musadaq — AI-powered invoice processing platform with vision models
- Nabih — AI-powered smart responder assistant built with Flutter (BLoC Cubit) and PHP backend APIs
- Nabih — AI-powered smart responder assistant built with Flutter (GetX/Cubit) and PHP backend APIs
- IntaleqMaps SDK & JS GL — Published mapping libraries on pub.dev + NPM (https://pub.dev/packages/intaleq_maps and https://libraries.io/npm/intaleq-maps-gl)
- LinkedIn Job Analyzer — AI Chrome extension with real-time DOM scraping, Gemini 1.5 Pro, PHP PDF generation
- 25+ client apps: healthcare, sports news, HR systems, transit, utilities`;

View File

@@ -69,7 +69,7 @@ Dear ${co} Team,
Best regards,
Hamza Ayed
hamzaayed@tripz-egypt.com
hamzaayedpython@gmail.com
+962 79 858 3052
CRITICAL RULES:

View File

@@ -80,36 +80,8 @@
.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; }
@@ -122,7 +94,7 @@
<!-- PHP WILL INJECT THE AI-GENERATED HEADLINE HERE -->
<div class="headline">{{JOB_HEADLINE}}</div>
<div class="contact">
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>
Amman, Jordan | +962 79 858 3052 | <a href="mailto:hamzaayedpython@gmail.com" style="color: #555; text-decoration: none;">hamzaayedpython@gmail.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>
@@ -133,30 +105,12 @@
<!-- 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), NestJS, Node.js, PHP, Python (FastAPI/Flask), Docker, PostgreSQL (PostGIS), MySQL, Redis, AWS/Cloud Infrastructure, Git, CI/CD (GitHub Actions).</p>
<p><strong>Technologies:</strong> PHP (Workerman), NestJS, Node.js, Flutter/Dart (GetX, BLoC/Cubit), 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>
@@ -168,11 +122,9 @@
<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>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>
<li>Led the full-stack architecture of a smart transportation ecosystem supporting 1,800+ drivers and 2,500+ riders, building the core backend with PHP/Workerman.</li>
<li>Architected and built the proprietary mapping platform (IntaleqMaps) using NestJS and PostGIS, eliminating Google Maps API dependencies to save $10,000+/month in operational costs.</li>
<li>Published custom open-source mapping SDKs: <code>intaleq_maps</code> on pub.dev (Flutter) and <code>intaleq-maps-gl</code> on NPM (JS) to support regional offline-first mapping.</li>
</ul>
</div>
@@ -196,23 +148,18 @@
<div class="clear"></div>
</div>
<ul>
<li>Delivered 25+ production enterprise applications across GIS, FinTech, HR, and utilities for clients across the MENA region, leading full lifecycle architecture.</li>
<li>Developed Nabih (AI Smart Responder): designed and built an intelligent virtual assistant system connecting a Flutter mobile application (using BLoC Cubit state management) with custom PHP backend APIs.</li>
<li>Developed Musadaq (AI-Powered Invoice Processing): engineered an automated KYC and invoice document processing platform using AI vision models for text extraction, line-item recognition, and async pipelines.</li>
<li>Architected a high-concurrency Node.js WhatsApp Bridge server orchestrating up to 6 isolated headless Puppeteer sessions in parallel with strict memory-leak prevention.</li>
<li>Conducted comprehensive manual quality assurance, executing API validation via Postman and real-device testing across Android/iOS to ensure production readiness.</li>
<li>Delivered 25+ production enterprise applications across GIS, FinTech, and utilities, leading full lifecycle architecture for clients in the MENA region.</li>
<li>Developed Nabih (AI Smart Responder): designed and built an intelligent virtual assistant system connecting a Flutter mobile application (GetX/Cubit) with custom PHP backend APIs.</li>
<li>Developed Musadaq (AI-Powered Invoice Processing): engineered an automated KYC and invoice document processor using AI vision models and asynchronous processing pipelines.</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>Nabih AI Smart Responder:</strong> Architected and built an intelligent virtual assistant system orchestrating a Flutter mobile application (integrated with BLoC Cubit state management) and a secure, highly scalable PHP backend API for automated, context-aware query resolution.</li>
<li><strong>Musadaq AI Invoice Processor:</strong> Built an intelligent document processing SaaS platform leveraging AI vision models for automated line-item extraction, tax calculations, and async processing pipelines with real-time push notifications.</li>
<li><strong>SaaS Multi-Tenant WhatsApp Gateway:</strong> Architected a high-concurrency Node.js WhatsApp Bridge server managing up to 6 isolated headless Puppeteer instances in parallel, utilizing a hybrid WebSocket/REST real-time pipeline to stream sub-second delivery status indicators (ACK) with query-optimized MySQL archiving.</li>
<li><strong>Intaleq Identity & Security Architecture:</strong> Engineered a stateless JWT-based authentication system with Role-Based Access Control (RBAC) and device fingerprint binding, securing concurrent connections across a highly regulated distributed network.</li>
<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>
<li><strong>IntaleqMaps Engine:</strong> Engineered a proprietary mapping engine and tile server using NestJS and OpenStreetMap, completely replacing Google Maps API for geocoding and routing across the MENA region.</li>
<li><strong>Nabih AI Virtual Assistant:</strong> Architected an automated customer support solution connecting a Flutter application (GetX/Cubit) to custom high-concurrency PHP backend APIs.</li>
<li><strong>Musadaq AI Document Processor:</strong> Engineered an automated KYC and invoice document processing platform utilizing AI vision models and async processing pipelines.</li>
<li><strong>Meta Ads Manager & SaaS Gateways:</strong> Deployed multi-tenant platforms using NestJS/React (Meta Ads Manager) and high-concurrency Node.js (WhatsApp bridge managing headless Puppeteer sessions in Docker) to automate operations.</li>
</ul>
<div class="section-title">Open Source Contributions</div>
@@ -225,14 +172,9 @@
<ul>
<li><strong>BS Mathematics (Applied Computing & Algorithms)</strong>, Mutah University (20032007)</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>