Auto-deploy: 2026-08-05 17:04:43

This commit is contained in:
Hamza-Ayed
2026-08-05 17:04:43 +03:00
parent 804be737b2
commit 27801cb496
2 changed files with 20 additions and 5 deletions
+7 -2
View File
@@ -72,7 +72,11 @@ const PROFILE_DATA = {
// this market, so it belongs in context (see achievementsAtAGlance) rather
// than as the first claim on the page.
headlineMetrics: [
{ value: '8 apps', label: 'Shipped across 2 production platforms' },
// "across 2 platforms" (inherited from the master CV) is ambiguous: models
// and recruiters both read it as "iOS and Android app stores" rather than
// "the Tripz and Intaleq platforms". Naming the two platforms removes a
// claim that was never made.
{ value: '8 apps', label: 'Built and launched across 2 ride-hailing platforms (Tripz, Intaleq)' },
{ value: '<4 months', label: 'Zero to live operations (Tripz, full ecosystem)' },
{ value: '$10K+/mo', label: 'Map infrastructure cost eliminated (~80% reduction)' },
{ value: '5,750+', label: 'Drivers onboarded across 2 markets' }
@@ -163,7 +167,8 @@ const PROFILE_DATA = {
bullets: [
{ text: 'Delivered 30+ production-grade mobile applications across e-commerce, delivery, healthcare and news sectors, acting as technical decision-maker for early-stage clients.', tags: ['delivery', 'leadership', 'mobile', 'scale'] },
{ text: 'Migrated legacy Android (Java) applications to Flutter, cutting maintenance complexity and delivery timelines by roughly 50%.', tags: ['flutter', 'migration', 'mobile'] },
{ text: 'Built custom Flutter plugins and tailored API layers to integrate with complex legacy backend systems.', tags: ['flutter', 'integration', 'architecture'] }
{ text: 'Built custom Flutter plugins and tailored API layers to integrate with complex legacy backend systems.', tags: ['flutter', 'integration', 'architecture'] },
{ text: 'Owned App Store and Google Play release management end-to-end, from store listings and review submission through versioned production rollout.', tags: ['mobile', 'release', 'ios', 'android', 'delivery'] }
]
}
],
+13 -3
View File
File diff suppressed because one or more lines are too long