Skip to content
View HACKERpgx's full-sized avatar
πŸ’­
feels like someone who is grounded, self-aware, and steadily progressing
πŸ’­
feels like someone who is grounded, self-aware, and steadily progressing

Block or report HACKERpgx

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
HACKERpgx/README.md

Hey, I'm Abdul Rehman πŸ‘‹

Aspiring Software & Cybersecurity Engineer | Grade 11 CS Student | Ajman, UAE

I build real things β€” AI tools, 3D browser experiences, and automation systems β€” while studying Computer Science and working toward a career in cybersecurity and software engineering.


πŸ› οΈ Skills

Python JavaScript Three.js TensorFlow GitHub VS Code


πŸ“ Project Case Studies

πŸ€– JAI β€” Personal AI Assistant

Stack: Python, API Integration, Environment Variables, Gmail Automation

What I built: A Python-based personal AI assistant for daily planning and question answering β€” designed to be actually useful, not just a learning exercise.

How I built it:

  • Designed a core conversation loop in Python from scratch
  • Integrated external APIs to give JAI real, dynamic capabilities
  • Secured all credentials using environment variables (a production habit most beginners skip)
  • Experimented with Gmail automation to understand OAuth-style authentication flows

Results: A working, API-connected assistant with proper secret management. Came away with a real understanding of how production systems handle credentials β€” before any formal training on the topic.

πŸ”— Live Demo


πŸ–οΈ HoloMotion β€” Hand-Controlled 3D Particle System

Stack: Three.js, TensorFlow.js, JavaScript, Browser APIs

What I built: A browser-based 3D particle system controlled entirely by hand gestures β€” no mouse, no keyboard. Your webcam tracks your hands in real time, and pinch gestures morph thousands of particles into geometric shapes.

How I built it:

  • Built the 3D rendering engine using Three.js
  • Layered TensorFlow.js for real-time AI hand tracking, both running fully in-browser (no backend)
  • Wrote custom mathematical algorithms to map hand landmark coordinates to particle geometry transformations
  • Optimized for performance: async model loading + efficient coordinate updates = 30+ FPS on standard webcams

Results: Live, publicly accessible, and running smoothly. A full pipeline from physical motion β†’ computer vision β†’ 3D rendering, built without a backend or native app.

πŸ”— Live Demo


πŸ–₯️ Animated Logic Interface β€” Calculator, Clock & Calendar

Stack: HTML, CSS, JavaScript, Replit

What I built: A unified animated browser interface combining three tools β€” a calculator, a real-time clock, and a calendar β€” with smooth transitions that make logic feel intuitive, not just functional.

How I built it:

  • Designed layout and component hierarchy before writing any code
  • Built animations as functional signals, not decoration (transitions show state changes, not just look nice)
  • Wrote clean, testable logic for each component
  • Deployed live via Replit β€” had to work in production, not just locally

Results: Live and interactive. More importantly, it changed how I think: UI isn't a wrapper around logic β€” it's part of the experience itself.

πŸ”— Live Demo


πŸš€ Currently Working On

  • πŸ” Exploring cybersecurity fundamentals & ethical hacking
  • 🐍 Deepening Python skills through automation projects
  • 🌐 Improving JAI with new features
  • πŸ“š Grade 11 CS β€” graduating 2027

πŸ“« Connect With Me

Email HackerRank


Grade 11 Β· Computer Science Β· Ajman, UAE Β· Open to internships & trainee roles

Pinned Loading

  1. JAI JAI Public

    JAI is an advanced AI assistant, inspired by JARVIS from Iron Man. JAI a sophisticated and knowledgeable conversational AI, designed to provide detailed and accurate information on a wide range of …

    Python

  2. HoloMotion HoloMotion Public

    HoloMotion is a browser-based hand-controlled 3D particle system that uses AI-powered hand tracking to manipulate a real-time WebGL visualization.

    HTML 1