I Don't Just Build Backends —
I Engineer Systems That Survive Chaos
From debugging race conditions at 3 AM to refactoring distributed architectures used by millions.
I turn technical complexity into controlled, scalable logic.
Chapter I: The Prelude
Beyond the Classroom: Organizations & Open Source
How I moved from solving textbook problems to managing real-world complexity.
My journey into Open Source began with a curiosity about how massive systems like Rocket.Chat handle millions of active sessions. It wasn't just about the code; it was about the high-stakes culture of architectural debates, peer review, and the responsibility of touching a codebase that millions rely on daily.
This commitment to scalable structure led me to lead people as the HR Director at Enactus E-JUST. Managing 165+ candidates using data-driven metrics and agile strategies taught me that even human organizations are systems that need optimization and scalable logic.
Battle 1: Database Resilience
The Brute-Force Defense (PR #40148)
I noticed a dangerous behavior: failed login attempts were triggering massive database writes, leading to critical Write Amplification and self-inflicted exhaustion.
My intervention was an in-memory aggregation layer. By buffering and aggregating failures before they hit the disk, I protected core database resources, ensuring the system survived high-frequency attacks with zero performance impact.
Battle 2: Security Architecture
Decoupling the Security Core (PR #38781)
The monolithic 2FA disable logic was a ticking time bomb—tightly coupled, hard to maintain, and a scalability bottleneck in a massive enterprise codebase.
I led a strategic refactor, navigating thousands of lines of legacy code to migrate the 2FA logic into a centralized, security-focused Authorization service. This decoupling improved both maintainability and enterprise-grade security guarantees.
Battle 3: Auditing the Shadows
The Deactivated User Audit (PR #39850)
I identified a silent threat: login attempts on deactivated accounts were a blind spot. If we don't audit the shadows, we can't predict the next attack.
I architected specialized logging mechanisms that became the cornerstone of my GSoC 2026 Unified Security Auditing proposal, moving the platform from reactive fixes to proactive security telemetry.
Battle 4: Global Accessibility
RTL State Management (PR #38469)
Resolved critical sidebar alignment and localization bugs in a massive enterprise codebase. This was less about UI and more about complex state management across multiple global configurations.
My focus was on ensuring a seamless experience for a huge Arabic demographic, making enterprise-scale software truly accessible and intuitive for millions of active global users.
Digital Economics
SkillSwap: Architecting a Virtual Economy
I wanted to build a P2P platform for students, but the engineering challenge was the economy. The custom virtual currency (SkillCoins) required absolute data integrity.
I designed a normalized MySQL schema and managed transactions using strict ACID principles to ensure no value is lost in the microservices maze, proving technical focus in high-stakes database design.
5G Frontier
V2X Research: Chasing Zero-Latency
In vehicular networks, 10ms is a lifetime. My research focuses on using Tabular Q-Learning to predict and schedule tasks on 5G Edge servers before they even hit the disk.
I am designing an orchestration layer that aims for the holy grail of zero-latency preemption, bridging academic theory with practical, unbreakable distributed systems design.
Healthcare AI
GP-Tea: Microservices Integration
Integrated mobile frontend with three decoupled FastAPI microservices handling heavy AI diagnostic inference. By implementing an AI-assisted engineering workflow, I was able to slash our R&D and development time by 60%.
GP-Tea demonstrates my ability to wrap complex AI logic in production-ready, scalable architecture, creating seamless healthcare pipelines.
The Narrative
The Mosaic: It Started With Patterns
My obsession with order began at age 8. Growing up between Alexandria and Saudi Arabia, I learned to decipher the hidden patterns in Sudoku and Ottoman script.
Selected for Menofia STEM School, I turned logic puzzles into scientific rigor. Today, I don't debug; I solve underlying chaotic patterns, building systems that survive chaos.
Leadership & Global Honors
HR Director: data-driven leadership for 165+ candidates.
Selected elite STEM Alumna for Scientific Methodology and leadership.
Gold Logic and Academic Stamps: NYU & IYMC.
Bronze Medalist in International Youth Math Challenge. Top 7% Global Admitted NYU Shanghai. High-tier TOFAS Certification.
Agile Mindset: Multilingual Mastery.
Fluent in Arabic, English C1, elementary Japanese, German—opening doors to global collaboration.