diff --git a/content.js b/content.js
index b8082ba..97edcd0 100644
--- a/content.js
+++ b/content.js
@@ -937,9 +937,9 @@ Brief honest assessment of this opportunity for my profile`
chrome.storage.sync.get(['apiKey', 'userProfile', 'language'], (data) => {
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, 'hamzaayedpython@gmail.com')
- .replace(/hamzaayedflutter@gmail\.com/g, 'hamzaayedpython@gmail.com')
- .replace(/hamzaayed@tripz-egypt\.com/g, 'hamzaayedpython@gmail.com');
+ .replace(/hamzaayed@intaleqapp\.com/g, 'hamzaayed.dev@gmail.com')
+ .replace(/hamzaayedflutter@gmail\.com/g, 'hamzaayed.dev@gmail.com')
+ .replace(/hamzaayed@tripz-egypt\.com/g, 'hamzaayed.dev@gmail.com');
chrome.storage.sync.set({ userProfile: data.userProfile });
}
resolve(data);
diff --git a/cv_template.html b/cv_template.html
index 1535043..6cc13a1 100644
--- a/cv_template.html
+++ b/cv_template.html
@@ -94,7 +94,7 @@
{{JOB_HEADLINE}}
- 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.
+ - Architected the proprietary mapping platform (IntaleqMaps), orchestrating GraphHopper routing, OSM tile serving, and PostGIS spatial queries via a NestJS API layer, saving $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.
@@ -136,7 +136,7 @@
- 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.
- - Implemented robust event-driven microservices for real-time driver/rider matching and WebSockets-based route optimization.
+ - Implemented robust event-driven architecture for real-time driver/rider matching and WebSockets-based route optimization.
- Integrated local digital payment gateways and driver payout systems, supporting an 8% commission structure that drove a $0.78 Customer Acquisition Cost.
@@ -156,7 +156,7 @@
Notable Projects
- - 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.
+ - IntaleqMaps Engine: Engineered a proprietary mapping platform orchestrating GraphHopper routing, OSM tile serving, and PostGIS spatial queries via a NestJS API layer, replacing Google Maps API 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.
diff --git a/popup.js b/popup.js
index 4f51684..f6b719d 100644
--- a/popup.js
+++ b/popup.js
@@ -42,9 +42,9 @@ function loadSettings() {
let profile = data.userProfile || DEFAULT_PROFILE;
if (profile.includes('hamzaayed@intaleqapp.com') || profile.includes('hamzaayedflutter@gmail.com') || profile.includes('hamzaayed@tripz-egypt.com')) {
profile = profile
- .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');
+ .replace(/hamzaayed@intaleqapp\.com/g, 'hamzaayed.dev@gmail.com')
+ .replace(/hamzaayedflutter@gmail\.com/g, 'hamzaayed.dev@gmail.com')
+ .replace(/hamzaayed@tripz-egypt\.com/g, 'hamzaayed.dev@gmail.com');
chrome.storage.sync.set({ userProfile: profile });
}
document.getElementById('profile-textarea').value = profile;
diff --git a/profile.js b/profile.js
index 11472bd..11d30df 100644
--- a/profile.js
+++ b/profile.js
@@ -4,7 +4,7 @@
const DEFAULT_PROFILE = `HAMZA AYED — Technical Architect | Solutions Architect | Full-Stack & Cloud | GIS & FinTech
SUMMARY:
-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.
+Technical Architect with 6+ years driving enterprise-scale digital transformations and building production-grade distributed systems. Proven track record in structured problem-solving, leading cross-functional teams to architect mobility ecosystems from zero to 6,000+ active users. Strong focus on client and stakeholder impact, delivering $10,000+/month in operational savings through proprietary infrastructure (GraphHopper, OSM, PostGIS). Adept at translating complex business requirements into robust, high-performance technology solutions while fostering high-performance engineering cultures.
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)
@@ -17,9 +17,9 @@ CORE SKILLS:
- DevOps: Linux Server Admin, CI/CD pipelines (GitHub Actions), Docker, Git, Nginx, Load Balancing, Shorebird Code Push
KEY ACHIEVEMENTS:
-- Built IntaleqMaps: proprietary mapping platform on OSM, saving $10,000+/month vs Google Maps API
+- Architected IntaleqMaps orchestrating GraphHopper routing, OSM tile serving, and PostGIS spatial queries via a NestJS API layer, 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, PostgreSQL, and PostGIS, and core ecosystem backend using PHP/Workerman
+- Designed and built the IntaleqMaps platform using NestJS 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
@@ -34,7 +34,7 @@ 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 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.
+ → Built ride-hailing platform from zero: 8 ride types, 8% driver commission (lowest in market). Full-stack: Flutter apps, PHP backend, WebSockets, event-driven architecture, payment integrations. $0.78 CAC.
- Mobile Solutions Architect — Freelance | Jan 2017–Dec 2023 | Jordan/Remote
→ 25+ production apps across MENA clients spanning healthcare, logistics, sports, HR, and utilities.
@@ -47,7 +47,7 @@ EDUCATION:
LANGUAGES: Arabic (Native), English (Professional Working Proficiency)
LOCATION: Amman, Jordan | Open to Remote, Hybrid, On-site (Middle East & Gulf)
-CONTACT: hamzaayedpython@gmail.com | +962 79 858 3052 | linkedin.com/in/hamza-ayed | github.com/Hamza-Ayed | intaleqapp.com/hamza.html (Portfolio)
+CONTACT: hamzaayed.dev@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)
diff --git a/prompts.js b/prompts.js
index 888a6d3..992963f 100644
--- a/prompts.js
+++ b/prompts.js
@@ -69,7 +69,7 @@ Dear ${co} Team,
Best regards,
Hamza Ayed
-hamzaayedpython@gmail.com
+hamzaayed.dev@gmail.com
+962 79 858 3052
CRITICAL RULES:
diff --git a/server/cv_template.html b/server/cv_template.html
index 1535043..6cc13a1 100644
--- a/server/cv_template.html
+++ b/server/cv_template.html
@@ -94,7 +94,7 @@
{{JOB_HEADLINE}}
- 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.
+ - Architected the proprietary mapping platform (IntaleqMaps), orchestrating GraphHopper routing, OSM tile serving, and PostGIS spatial queries via a NestJS API layer, saving $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.
@@ -136,7 +136,7 @@
- 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.
- - Implemented robust event-driven microservices for real-time driver/rider matching and WebSockets-based route optimization.
+ - Implemented robust event-driven architecture for real-time driver/rider matching and WebSockets-based route optimization.
- Integrated local digital payment gateways and driver payout systems, supporting an 8% commission structure that drove a $0.78 Customer Acquisition Cost.
@@ -156,7 +156,7 @@
Notable Projects
- - 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.
+ - IntaleqMaps Engine: Engineered a proprietary mapping platform orchestrating GraphHopper routing, OSM tile serving, and PostGIS spatial queries via a NestJS API layer, replacing Google Maps API 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.