Auto-deploy: 2026-05-26 14:23:20
This commit is contained in:
@@ -937,9 +937,9 @@ Brief honest assessment of this opportunity for my profile`
|
|||||||
chrome.storage.sync.get(['apiKey', 'userProfile', 'language'], (data) => {
|
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'))) {
|
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
|
data.userProfile = data.userProfile
|
||||||
.replace(/hamzaayed@intaleqapp\.com/g, 'hamzaayedpython@gmail.com')
|
.replace(/hamzaayed@intaleqapp\.com/g, 'hamzaayed.dev@gmail.com')
|
||||||
.replace(/hamzaayedflutter@gmail\.com/g, 'hamzaayedpython@gmail.com')
|
.replace(/hamzaayedflutter@gmail\.com/g, 'hamzaayed.dev@gmail.com')
|
||||||
.replace(/hamzaayed@tripz-egypt\.com/g, 'hamzaayedpython@gmail.com');
|
.replace(/hamzaayed@tripz-egypt\.com/g, 'hamzaayed.dev@gmail.com');
|
||||||
chrome.storage.sync.set({ userProfile: data.userProfile });
|
chrome.storage.sync.set({ userProfile: data.userProfile });
|
||||||
}
|
}
|
||||||
resolve(data);
|
resolve(data);
|
||||||
|
|||||||
@@ -94,7 +94,7 @@
|
|||||||
<!-- PHP WILL INJECT THE AI-GENERATED HEADLINE HERE -->
|
<!-- PHP WILL INJECT THE AI-GENERATED HEADLINE HERE -->
|
||||||
<div class="headline">{{JOB_HEADLINE}}</div>
|
<div class="headline">{{JOB_HEADLINE}}</div>
|
||||||
<div class="contact">
|
<div class="contact">
|
||||||
Amman, Jordan | +962 79 858 3052 | <a href="mailto:hamzaayedpython@gmail.com" style="color: #555; text-decoration: none;">hamzaayedpython@gmail.com</a><br>
|
Amman, Jordan | +962 79 858 3052 | <a href="mailto:hamzaayed.dev@gmail.com" style="color: #555; text-decoration: none;">hamzaayed.dev@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://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://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>
|
<a href="https://intaleqapp.com/hamza.html" style="color: #1a237e; text-decoration: underline; font-weight: bold;">intaleqapp.com/hamza.html (Portfolio)</a>
|
||||||
@@ -123,7 +123,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
<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>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>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.</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>
|
<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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -136,7 +136,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
<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>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>Implemented robust event-driven architecture 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>
|
<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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -156,7 +156,7 @@
|
|||||||
|
|
||||||
<div class="section-title">Notable Projects</div>
|
<div class="section-title">Notable Projects</div>
|
||||||
<ul>
|
<ul>
|
||||||
<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>IntaleqMaps Engine:</strong> 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.</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>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>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>
|
<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>
|
||||||
|
|||||||
6
popup.js
6
popup.js
@@ -42,9 +42,9 @@ function loadSettings() {
|
|||||||
let profile = data.userProfile || DEFAULT_PROFILE;
|
let profile = data.userProfile || DEFAULT_PROFILE;
|
||||||
if (profile.includes('hamzaayed@intaleqapp.com') || profile.includes('hamzaayedflutter@gmail.com') || profile.includes('hamzaayed@tripz-egypt.com')) {
|
if (profile.includes('hamzaayed@intaleqapp.com') || profile.includes('hamzaayedflutter@gmail.com') || profile.includes('hamzaayed@tripz-egypt.com')) {
|
||||||
profile = profile
|
profile = profile
|
||||||
.replace(/hamzaayed@intaleqapp\.com/g, 'hamzaayedpython@gmail.com')
|
.replace(/hamzaayed@intaleqapp\.com/g, 'hamzaayed.dev@gmail.com')
|
||||||
.replace(/hamzaayedflutter@gmail\.com/g, 'hamzaayedpython@gmail.com')
|
.replace(/hamzaayedflutter@gmail\.com/g, 'hamzaayed.dev@gmail.com')
|
||||||
.replace(/hamzaayed@tripz-egypt\.com/g, 'hamzaayedpython@gmail.com');
|
.replace(/hamzaayed@tripz-egypt\.com/g, 'hamzaayed.dev@gmail.com');
|
||||||
chrome.storage.sync.set({ userProfile: profile });
|
chrome.storage.sync.set({ userProfile: profile });
|
||||||
}
|
}
|
||||||
document.getElementById('profile-textarea').value = profile;
|
document.getElementById('profile-textarea').value = profile;
|
||||||
|
|||||||
10
profile.js
10
profile.js
@@ -4,7 +4,7 @@
|
|||||||
const DEFAULT_PROFILE = `HAMZA AYED — Technical Architect | Solutions Architect | Full-Stack & Cloud | GIS & FinTech
|
const DEFAULT_PROFILE = `HAMZA AYED — Technical Architect | Solutions Architect | Full-Stack & Cloud | GIS & FinTech
|
||||||
|
|
||||||
SUMMARY:
|
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:
|
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)
|
- 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
|
- DevOps: Linux Server Admin, CI/CD pipelines (GitHub Actions), Docker, Git, Nginx, Load Balancing, Shorebird Code Push
|
||||||
|
|
||||||
KEY ACHIEVEMENTS:
|
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
|
- 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
|
- 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
|
- 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
|
- 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)
|
- 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.
|
→ 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
|
- 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
|
- Mobile Solutions Architect — Freelance | Jan 2017–Dec 2023 | Jordan/Remote
|
||||||
→ 25+ production apps across MENA clients spanning healthcare, logistics, sports, HR, and utilities.
|
→ 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)
|
LANGUAGES: Arabic (Native), English (Professional Working Proficiency)
|
||||||
LOCATION: Amman, Jordan | Open to Remote, Hybrid, On-site (Middle East & Gulf)
|
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:
|
TARGET ROLES:
|
||||||
1. Technical Architect / Solutions Architect (distributed systems, cloud, GIS, FinTech)
|
1. Technical Architect / Solutions Architect (distributed systems, cloud, GIS, FinTech)
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ Dear ${co} Team,
|
|||||||
|
|
||||||
Best regards,
|
Best regards,
|
||||||
Hamza Ayed
|
Hamza Ayed
|
||||||
hamzaayedpython@gmail.com
|
hamzaayed.dev@gmail.com
|
||||||
+962 79 858 3052
|
+962 79 858 3052
|
||||||
|
|
||||||
CRITICAL RULES:
|
CRITICAL RULES:
|
||||||
|
|||||||
@@ -94,7 +94,7 @@
|
|||||||
<!-- PHP WILL INJECT THE AI-GENERATED HEADLINE HERE -->
|
<!-- PHP WILL INJECT THE AI-GENERATED HEADLINE HERE -->
|
||||||
<div class="headline">{{JOB_HEADLINE}}</div>
|
<div class="headline">{{JOB_HEADLINE}}</div>
|
||||||
<div class="contact">
|
<div class="contact">
|
||||||
Amman, Jordan | +962 79 858 3052 | <a href="mailto:hamzaayedpython@gmail.com" style="color: #555; text-decoration: none;">hamzaayedpython@gmail.com</a><br>
|
Amman, Jordan | +962 79 858 3052 | <a href="mailto:hamzaayed.dev@gmail.com" style="color: #555; text-decoration: none;">hamzaayed.dev@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://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://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>
|
<a href="https://intaleqapp.com/hamza.html" style="color: #1a237e; text-decoration: underline; font-weight: bold;">intaleqapp.com/hamza.html (Portfolio)</a>
|
||||||
@@ -123,7 +123,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
<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>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>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.</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>
|
<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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -136,7 +136,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
<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>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>Implemented robust event-driven architecture 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>
|
<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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -156,7 +156,7 @@
|
|||||||
|
|
||||||
<div class="section-title">Notable Projects</div>
|
<div class="section-title">Notable Projects</div>
|
||||||
<ul>
|
<ul>
|
||||||
<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>IntaleqMaps Engine:</strong> 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.</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>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>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>
|
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user