Auto-deploy: 2026-08-05 17:30:32

This commit is contained in:
Hamza-Ayed
2026-08-05 17:30:32 +03:00
parent 7fc37228cc
commit 7fd874fec5
3 changed files with 11 additions and 5 deletions
+3 -1
View File
@@ -153,7 +153,9 @@ const PROFILE_DATA = {
{ text: 'Solely architected and launched a ride-hailing platform in a high-constraint market (Syria), reaching 2,811 riders and 1,440 drivers within the first two months.', tags: ['leadership', 'ownership', 'delivery', 'mobility', 'scale'] },
{ text: 'Designed and implemented Rider, Driver, Admin and Customer Support applications.', tags: ['mobile', 'flutter', 'architecture'] },
{ text: 'Built a custom payment helper application to integrate legacy, non-API local payment gateways, enabling reliable driver balance top-ups despite infrastructure limitations.', tags: ['fintech', 'payments', 'integration'] },
{ text: 'Leveraged fully self-hosted map tiles and routing engines to eliminate dependency on expensive third-party mapping APIs, keeping operational costs near zero.', tags: ['geo', 'cost', 'infrastructure'] },
// Names the actual stack. "Self-hosted routing engines" matches nothing
// in an ATS; "GraphHopper" and "PostGIS" match the postings that care.
{ text: 'Ran fully self-hosted geo infrastructure — GraphHopper routing, Martin vector tile serving and PostGIS spatial queries on OpenStreetMap data — removing third-party mapping API dependency and its recurring cost.', tags: ['geo', 'cost', 'infrastructure'] },
{ text: 'Designed an offline-first caching mechanism ensuring data integrity and uninterrupted driver–rider interactions during unstable network conditions.', tags: ['mobile', 'offline', 'reliability'] },
{ text: 'Optimized deployment cycles by 40% through a secure, self-hosted CI/CD pipeline using Gitea, ensuring data sovereignty and rapid release efficiency.', tags: ['devops', 'cicd', 'security'] }
]
+5 -1
View File
@@ -376,7 +376,11 @@ PROMPT;
$DENSITY = [
// bulletCaps are per role, oldest role last.
0 => ['font' => '10.5pt', 'lh' => '1.42', 'pad' => '34px 40px', 'caps' => [4, 4, 3], 'glance' => true],
1 => ['font' => '10pt', 'lh' => '1.34', 'pad' => '26px 34px', 'caps' => [4, 4, 2], 'glance' => false],
// Level 1 buys its space from the "at a glance" block and from tighter
// type — NOT from a third bullet on the oldest role. Dropping that
// bullet was measured to be unnecessary, and it strands the release
// management skill in Technical Skills with no evidence behind it.
1 => ['font' => '10pt', 'lh' => '1.34', 'pad' => '26px 34px', 'caps' => [4, 4, 3], 'glance' => false],
2 => ['font' => '9.5pt', 'lh' => '1.28', 'pad' => '22px 30px', 'caps' => [3, 3, 2], 'glance' => false],
];
$TARGET_PAGES = 2;
+3 -3
View File
File diff suppressed because one or more lines are too long