Chapter by Chapter
My Engineering Evolution
From writing my first line of C++ to architecting autonomous AI agents with custom languages.
The Foundation
"I learned to think in code"
Started my B.Sc. in Computer Science & Artificial Intelligence at South Valley National University. Laid strong foundations in algorithmic thinking, object-oriented design, and relational databases.
View detailsThe Builder
"I learned to build for users"
Earned my Front-End Development Diploma and mastered the art of building responsive, interactive user interfaces. Adopted bilingual RTL/LTR patterns that would become a standard in all future projects.
View detailsThe Engineer
"I learned to build systems"
Completed a Backend Internship at Web Masters. Engineered RESTful APIs, optimised MongoDB schemas, mastered JWT authentication, and shipped Blog Pro — a full CMS with 5-layer security.
Backend Intern @ Web MastersView detailsThe Architect
"I learned to build at scale"
Architected complex, offline-first systems. Shipped Flurry with WebRTC P2P calling and offline-first PWA sync. Launched CS Arena as a developer ecosystem. Built the Cybership carrier integration with domain-driven boundaries.
View detailsThe Inventor
"I built my own language"
Created Logic Arena — a competitive robot-programming platform with a custom DSL (AliScript), a 3D physics engine, cinematic arenas, and a 60-level campaign. Led the frontend of StudentHub in an 8-person Agile team.
Frontend Lead @ South Valley National UniversityView detailsThe AI Pioneer
"I taught machines to think"
Building Scout — an autonomous AI job-application agent as my graduation project. A cognitive brain loop with ethical guardrails, worker-thread browser automation, and a 'Never Lie' claims verifier.
View detailsVerifiable Evidence
Engineering By The Numbers
Real performance metrics, test counts, and system scale extracted from production deployments. Click any card to inspect system evidence.
Commits on StudentHub alone
Pull Requests reviewed & merged
Automated tests (Scout pipeline)
Production systems deployed
Game modes in Logic Arena
Campaign levels designed
WebRTC P2P call latency
Server physics tick rate
WebSocket payload reduction
Web screens built (StudentHub)
Client 3D render frame rate
Production incidents resolved
Technical Arsenal
My Technology Stack
A curated ecosystem of tools, frameworks, and languages I use to architect and deploy scalable, production-grade applications.
- 54
- Total Skills
- 12
- Battle-Tested
- 40
- Production Ready
- 2
- R&D / Exploring
Frontend
7Backend
6ORM & API Layer
5Real-time & AI
5Auth & Security
4CMS & State
4Deploy & DevOps
6Monitoring & Analytics
2Email Services
3Design & UI Libs
5CS & Tools
7Interconnected Stack Universe
Project & Tech Ecosystem Map
Hover or select any project or technology node to visualize cross-project architecture links and shared infrastructure hubs.
Logic Arena
PROJECT HUBFlagship robot-programming arena with custom AliScript DSL & 20 TPS physics
Graduation Project Architecture
Scout Cognitive Brain Loop
Watch how Ali engineered Scout's crash-safe 5-stage cognitive architecture — main-thread reasoning with Playwright worker_threads isolation.
DOM Snapshot & Screening Question Extraction
Captures full DOM snapshot & extracts screening questions
[WorkerThread] Navigated to https://wellfound.com/jobs/apply/3941 [DOM] Extracting screening form fields: - Question: "Years of experience with NestJS/Node.js?" -> TYPE: numeric - Question: "Are you willing to work hybrid in Cairo?" -> TYPE: boolean_radio
Playwright isolates page navigation in worker_threads, sending DOM trees over worker IPC without freezing the main LLM thread.
Requires explicit human approval before any application is submitted
Fails & retries if an answer cannot be verified against true user PII
No residential proxy rotation or anti-bot evasion infrastructure
All stored CV data and personal credentials encrypted at rest
Custom DSL Engine
AliScript v2.4
A scripting language Ali engineered from scratch — a hand-written Lexer, recursive-descent AST parser, and a deterministic 2,000-ops/tick TLE quota evaluator — all running entirely in the browser, zero dependencies.
AliScript v2.4 IDESandboxed AST
Deterministic TLE Quota Evaluator · 2,000 Ops limit
Target Hunt
Advance & eliminate
System Architecture
Interactive Node Graphs
Explore how Ali structures monorepos, real-time WebSockets, AST parsers, and isolated AI worker threads in production.
Next.js 16 Client
Client canvas rendering 3D Cyber City / Volcanic Core arenas at 120 FPS via direct mesh mutation inside useFrame.
Technical Capabilities
What I Offer
Technical solutions designed to scale. Turning complex ideas into elegant, high-performance applications.
Full-Stack Web Dev
Building scalable, high-performance web applications from scratch using the MERN Stack and Next.js.
Real-Time & Streaming
Developing zero-latency live chats and P2P video calling systems using Socket.io and WebRTC.
AI Integration
Integrating Generative AI models (like Google Gemini) to build smart features, summaries, and chatbots.
Robust API Architecture
Designing secure RESTful APIs with MVC architecture, JWT authentication, and optimized MongoDB aggregations.
PWA & Offline-First
Architecting Progressive Web Apps with Service Workers for seamless offline functionality and background syncing.
Modern UI/UX & Motion
Crafting pixel-perfect, bilingual (RTL/LTR), and highly animated interfaces with Tailwind CSS and Framer Motion.
AES-256-GCM Field Encryption
Encrypts candidate CV data & PII at rest before DB insertion.
HttpOnly JWT & Token Versioning
Prevents XSS token theft with HttpOnly cookies & automatic token invalidation on role change.
Zod Anti-Corruption Layer (ACL)
Strict payload schema boundaries preventing external API malformed payload injection.
Sandboxed AST Interpreter
Node-by-node AST execution without eval() under a deterministic 2,000 ops quota.
Redis Rate-Limiting & Helmet
Protecting public endpoints against DDoS & brute-force attempts with Redis sliding windows.
Working
Worldwide.
Based in Egypt 🇪🇬. Engineering secure real-time game engines, custom sandboxed compilers, and high-throughput microservices. Architecting resilient systems for global scale.
Real-Time Engines
WebSockets, WebRTC, & high-frequency game loop sync.
Compiler Design
Custom AST parsing & secure server-side execution sandboxes.
Defensive Architecture
Domain-Driven Design & robust Anti-Corruption Layers.
High-Throughput APIs
Redis caching, multi-layer validation, & rate-limiting.