Skip to content
View 7amed3li's full-sized avatar
🧠
Invested mind. Compiling dreams.
🧠
Invested mind. Compiling dreams.

Organizations

@togu-digiai

Block or report 7amed3li

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
7amed3li/README.md
typing


Still in university.
Already shipped a system 2,000 people use every single day.


3D contributions

$ whoami

name:        Hamed Mohamed Abdelalim
degree:      B.Sc. Computer Engineering — graduating July 2026
gpa:         3.38 / 4.0
location:    Tokat, Turkey
open_to:     KSA · Remote · On-site — from August 2026
languages:   Arabic (native)  ·  English (B2)  ·  Turkish (professional)
contact:     hamed.m.abdelalim@gmail.com

I'm a final-year student who somehow ended up leading a 3-person engineering team, shipping production systems, and contributing to open-source security tooling — all while studying full-time.

I don't have 5 years of experience. But I have 1 year of production experience that most fresh graduates don't.



what i've been working on


→ QR Attendance Platformmy main production project

A system I designed and built from scratch, now running live for 2,000+ daily users inside the university. It handles peak load without breaking — I know because I measured it.

before:  94ms avg response · system would crawl under load
after:   1.5ms avg response · 653 req/s sustained throughput
how:     hybrid JWT pipeline + Circuit Breaker + dynamic resource allocation

NodeSecure — open source contributions

Security tooling for the Node.js ecosystem. I found gaps in the analyser and fixed them. 7 merged PRs — not docs or typos, actual logic: SSRF detection, AST sensitivity modes, benchmarking infrastructure, unsafe random usage detection.


→ DragonSploitin progress

A vulnerability scanner that figures out what it's looking at before it starts scanning. Stack-aware. Fewer false positives. Still building.



tools i think in






contribution graph

contribution snake

stats

 





Email   GitHub


open to opportunities · remote or on-site · from august 2026



Pinned Loading

  1. DragonSploit DragonSploit Public

    DragonSploit: An AI-powered, context-aware vulnerability scanner for zero-false-positive results. It uses technology fingerprinting, smart payload generation (OpenAI), and automated validation to r…

    HTML

  2. js-x-ray js-x-ray Public

    Forked from NodeSecure/js-x-ray

    JavaScript & Node.js open-source SAST scanner. A static analyser for detecting most common malicious patterns 🔬.

    TypeScript