diff --git a/content.js b/content.js
index 529b5ba..b8082ba 100644
--- a/content.js
+++ b/content.js
@@ -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);
diff --git a/cv_template.html b/cv_template.html
index 3af81a1..1535043 100644
--- a/cv_template.html
+++ b/cv_template.html
@@ -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 @@
{{JOB_HEADLINE}}
- Amman, Jordan | +962 79 858 3052 |
hamzaayed@tripz-egypt.com
+ Amman, Jordan | +962 79 858 3052 |
hamzaayedpython@gmail.com
linkedin.com/in/hamza-ayed |
github.com/Hamza-Ayed |
intaleqapp.com/hamza.html (Portfolio)
@@ -133,30 +105,12 @@
{{TAILORED_SUMMARY}}
-
-
-
30+ Apps
-
Production Delivered
-
-
-
1,800+
-
Drivers Served
-
-
-
$10K+/Mo
-
Operational Savings
-
-
-
51 Certs
-
Google / IBM / Meta
-
-
-
+
Core Competencies & Skills
Targeted Expertise: {{DYNAMIC_SKILLS}}
-
Technologies: 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).
+
Technologies: 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).
Domains & Methodologies: System Architecture, Distributed Systems, GIS/Mapping (OSM), FinTech (Payment Gateways), AI/ML Integration, Zero-Trust Security, Agile/Scrum (Solo & Startup-adapted sprint planning/delivery).
Professional Experience
@@ -168,11 +122,9 @@
- - Led the full-stack architecture of a smart transportation ecosystem supporting 1,800+ drivers and 2,500+ riders.
- - Architected and built the high-performance backend using NestJS, Docker, PostgreSQL, and PostGIS, handling spatial calculations and high-frequency dispatch queries.
- - Built a proprietary mapping platform (IntaleqMaps) on OpenStreetMap, eliminating reliance on Google Maps API and saving $10,000+/month in operational costs.
- - Published custom mapping SDKs as open-source libraries:
intaleq_maps on pub.dev (Flutter) and intaleq-maps-gl on NPM (JS).
- - Designed secure, custom payment infrastructure for environments lacking standard payment APIs, ensuring high-availability transaction integrity.
+ - 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.
+ - 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.
+ - Published custom open-source mapping SDKs:
intaleq_maps on pub.dev (Flutter) and intaleq-maps-gl on NPM (JS) to support regional offline-first mapping.
@@ -196,23 +148,18 @@
- - Delivered 25+ production enterprise applications across GIS, FinTech, HR, and utilities for clients across the MENA region, leading full lifecycle architecture.
- - 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.
- - 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.
- - Architected a high-concurrency Node.js WhatsApp Bridge server orchestrating up to 6 isolated headless Puppeteer sessions in parallel with strict memory-leak prevention.
- - Conducted comprehensive manual quality assurance, executing API validation via Postman and real-device testing across Android/iOS to ensure production readiness.
+ - Delivered 25+ production enterprise applications across GIS, FinTech, and utilities, leading full lifecycle architecture for clients in the MENA region.
+ - 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.
+ - Developed Musadaq (AI-Powered Invoice Processing): engineered an automated KYC and invoice document processor using AI vision models and asynchronous processing pipelines.
Notable Projects
- - IntaleqMaps Infrastructure: Engineered a proprietary mapping engine and tile server based on OpenStreetMap, completely replacing third-party dependencies for geocoding and routing across MENA.
- - Tripz & Intaleq Mobility Systems: Developed real-time dispatch and tracking backends using WebSockets, integrating driver payout wallets and custom payment gateways.
- - Nabih AI Smart Responder: 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.
- - Musadaq AI Invoice Processor: 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.
- - SaaS Multi-Tenant WhatsApp Gateway: 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.
- - Intaleq Identity & Security Architecture: 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.
- - Microservices & AI Automation (SaaS): 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.
+ - IntaleqMaps Engine: 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.
+ - Nabih AI Virtual Assistant: Architected an automated customer support solution connecting a Flutter application (GetX/Cubit) to custom high-concurrency PHP backend APIs.
+ - Musadaq AI Document Processor: Engineered an automated KYC and invoice document processing platform utilizing AI vision models and async processing pipelines.
+ - Meta Ads Manager & SaaS Gateways: 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.
Open Source Contributions
@@ -225,14 +172,9 @@
- BS Mathematics (Applied Computing & Algorithms), Mutah University (2003–2007)
- 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 Certificates (Coursera)
- - Meta Version Control Course Certificate (Coursera)
- AWS Cloud Practitioner & Cloud Architecture Fundamentals
- - + 43 additional professional credentials across Google, IBM, and Meta platforms.
Languages
diff --git a/popup.js b/popup.js
index 53d3561..4f51684 100644
--- a/popup.js
+++ b/popup.js
@@ -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;
diff --git a/profile.js b/profile.js
index f2368ec..11472bd 100644
--- a/profile.js
+++ b/profile.js
@@ -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 2024–Present | 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 2023–Present | 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 2017–Dec 2023 | Jordan/Remote
@@ -41,18 +41,13 @@ EXPERIENCE:
EDUCATION:
- BS Mathematics (Applied Computing & Algorithms), Mutah University, 2003–2007 (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`;
diff --git a/prompts.js b/prompts.js
index c152a37..888a6d3 100644
--- a/prompts.js
+++ b/prompts.js
@@ -69,7 +69,7 @@ Dear ${co} Team,
Best regards,
Hamza Ayed
-hamzaayed@tripz-egypt.com
+hamzaayedpython@gmail.com
+962 79 858 3052
CRITICAL RULES:
diff --git a/server/cv_template.html b/server/cv_template.html
index 3af81a1..1535043 100644
--- a/server/cv_template.html
+++ b/server/cv_template.html
@@ -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 @@
{{JOB_HEADLINE}}
- Amman, Jordan | +962 79 858 3052 |
hamzaayed@tripz-egypt.com
+ Amman, Jordan | +962 79 858 3052 |
hamzaayedpython@gmail.com
linkedin.com/in/hamza-ayed |
github.com/Hamza-Ayed |
intaleqapp.com/hamza.html (Portfolio)
@@ -133,30 +105,12 @@
{{TAILORED_SUMMARY}}
-
-
-
30+ Apps
-
Production Delivered
-
-
-
1,800+
-
Drivers Served
-
-
-
$10K+/Mo
-
Operational Savings
-
-
-
51 Certs
-
Google / IBM / Meta
-
-
-
+
Core Competencies & Skills
Targeted Expertise: {{DYNAMIC_SKILLS}}
-
Technologies: 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).
+
Technologies: 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).
Domains & Methodologies: System Architecture, Distributed Systems, GIS/Mapping (OSM), FinTech (Payment Gateways), AI/ML Integration, Zero-Trust Security, Agile/Scrum (Solo & Startup-adapted sprint planning/delivery).
Professional Experience
@@ -168,11 +122,9 @@
- - Led the full-stack architecture of a smart transportation ecosystem supporting 1,800+ drivers and 2,500+ riders.
- - Architected and built the high-performance backend using NestJS, Docker, PostgreSQL, and PostGIS, handling spatial calculations and high-frequency dispatch queries.
- - Built a proprietary mapping platform (IntaleqMaps) on OpenStreetMap, eliminating reliance on Google Maps API and saving $10,000+/month in operational costs.
- - Published custom mapping SDKs as open-source libraries:
intaleq_maps on pub.dev (Flutter) and intaleq-maps-gl on NPM (JS).
- - Designed secure, custom payment infrastructure for environments lacking standard payment APIs, ensuring high-availability transaction integrity.
+ - 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.
+ - 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.
+ - Published custom open-source mapping SDKs:
intaleq_maps on pub.dev (Flutter) and intaleq-maps-gl on NPM (JS) to support regional offline-first mapping.
@@ -196,23 +148,18 @@
- - Delivered 25+ production enterprise applications across GIS, FinTech, HR, and utilities for clients across the MENA region, leading full lifecycle architecture.
- - 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.
- - 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.
- - Architected a high-concurrency Node.js WhatsApp Bridge server orchestrating up to 6 isolated headless Puppeteer sessions in parallel with strict memory-leak prevention.
- - Conducted comprehensive manual quality assurance, executing API validation via Postman and real-device testing across Android/iOS to ensure production readiness.
+ - Delivered 25+ production enterprise applications across GIS, FinTech, and utilities, leading full lifecycle architecture for clients in the MENA region.
+ - 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.
+ - Developed Musadaq (AI-Powered Invoice Processing): engineered an automated KYC and invoice document processor using AI vision models and asynchronous processing pipelines.
Notable Projects
- - IntaleqMaps Infrastructure: Engineered a proprietary mapping engine and tile server based on OpenStreetMap, completely replacing third-party dependencies for geocoding and routing across MENA.
- - Tripz & Intaleq Mobility Systems: Developed real-time dispatch and tracking backends using WebSockets, integrating driver payout wallets and custom payment gateways.
- - Nabih AI Smart Responder: 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.
- - Musadaq AI Invoice Processor: 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.
- - SaaS Multi-Tenant WhatsApp Gateway: 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.
- - Intaleq Identity & Security Architecture: 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.
- - Microservices & AI Automation (SaaS): 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.
+ - IntaleqMaps Engine: 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.
+ - Nabih AI Virtual Assistant: Architected an automated customer support solution connecting a Flutter application (GetX/Cubit) to custom high-concurrency PHP backend APIs.
+ - Musadaq AI Document Processor: Engineered an automated KYC and invoice document processing platform utilizing AI vision models and async processing pipelines.
+ - Meta Ads Manager & SaaS Gateways: 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.
Open Source Contributions
@@ -225,14 +172,9 @@
- BS Mathematics (Applied Computing & Algorithms), Mutah University (2003–2007)
- 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 Certificates (Coursera)
- - Meta Version Control Course Certificate (Coursera)
- AWS Cloud Practitioner & Cloud Architecture Fundamentals
- - + 43 additional professional credentials across Google, IBM, and Meta platforms.
Languages