Freelance Creative Portfolio
Elevated Lighthouse performance from 34 β 96 and SEO from 40 β 90. Interactive 3D experiences with 100% best-practices score.
Private Repository πFull Project Archive
89 repositories spanning creative 3D, frontend products, mobile apps, backend APIs, machine learning, hardware engineering, games, and open-source education.
Elevated Lighthouse performance from 34 β 96 and SEO from 40 β 90. Interactive 3D experiences with 100% best-practices score.
Private Repository πCustom GLSL shader slide transitions achieving 60 FPS. Part of a paid immersive web course with React Three Fiber.
View βPhysics-driven hero inspired by Noomo Labs with real-time Cannon.js interactions, cross-browser responsive at 60 FPS.
View βApple-inspired 3D scroll-driven product landing page. Most starred repo β 59 stars, 5 forks.
View βThree.js Journey Chapter 20 exercise β scroll-driven 3D scene with section-based camera transitions.
View βProcedural galaxy generator using Three.js BufferGeometry and custom particle shaders β smooth 60 FPS rendering.
View β3D typographic scene built with Three.js TextGeometry β an exercise in creative letter-form and lighting.
View βDeep-dive into Three.js lighting models, shadows, and runtime dat.GUI tweaks. Part of the Three.js Journey series.
View βPost-processing motion blur effect implemented in raw WebGL and TypeScript. MIT-licensed creative experiment.
View βRealtime solar system simulation built with WebGL and TypeScript, featuring orbital physics and camera controls.
View βFoundation WebGL project demonstrating raw shader programming, VAO/VBO setup, and render loop optimisation.
View βParticle-based scene transition effect using React Three Fiber β forked and extended with new interaction patterns.
View βMinimal 3D portfolio template built with React Three Fiber β 1 star on GitHub.
View βScroll-driven animation showcase exploring GSAP ScrollTrigger, clip-path reveals, and parallax layering techniques.
View βTechnical assessment slider with smooth transitions and responsive layout β 1 star on GitHub.
View βLargest Arabic Three.js educational resource on GitHub β 7 stars, 1 fork, growing developer community.
View βProduction-quality admin dashboard with role-based views, data tables, and modern TypeScript patterns.
View βPersonal finance tracking app with budgeting views, transaction history, and clean data visualisation.
View βReusable UI system with compound patterns, accessibility-first design, and typed props β 1 star.
View βFull CRUD application with optimistic updates, form validation, and clean component architecture in TypeScript.
View βFeature-complete React todo app with local persistence and filter views β 4 stars, 1 fork.
View βCustomisable calendar component built in TypeScript with event management and month navigation β 2 stars.
View βData-fetching application built with RTK Query demonstrating cache invalidation, pagination, and optimistic updates.
View βFrontend Mentor challenge β full nested comment system with reply, edit, delete, and vote functionality.
View βFrontend Mentor challenge β accessible navigation with animated dropdown menus and full mobile responsiveness.
View βClean minimal portfolio site built in 2025 with TypeScript and Tailwind, focusing on performance and simplicity.
View βCorporate website template built in TypeScript β 1 fork on GitHub.
View βSocial media-style application with post creation, feed, and interactions β 1 star on GitHub.
View βE-commerce car store interface with product listings, filters, and detail views built in React.
View βBrainstorming and idea-organisation web application with drag-and-drop board layout.
View βPixel-perfect recreation of Twitter's heart reaction animation β 1 star on GitHub.
View βFully functional browser calculator with keyboard support and clean minimal design β 1 star.
View βCountdown and stopwatch timer app with clean UI and smooth animations β 3 stars on GitHub.
View βFully responsive portfolio website built with vanilla JavaScript β 2 stars on GitHub.
View βEarly portfolio website focusing on responsive design and mobile-first layout β 1 star.
View βHTML/CSS resume webpage β an early web project demonstrating semantic markup and print styling.
View βSpotify-like music streaming service frontend with full playback UI, search, and playlists β 2 stars.
View βInstabug coding challenge β fully responsive portfolio web app built with ReactJS β 1 star.
View βE-learning platform interface with course listings, video player, and progress tracking.
View βReal-time COVID-19 data visualisation built with Vue.js and Chart.js, consuming a public REST API.
View βReal-time chat application built with Vue.js and Firebase Auth + Realtime Database.
View βTask planner built with Vue.js featuring drag-and-drop cards and priority management.
View βHuman reaction speed test game built with Vue.js, tracking and charting multiple attempts.
View βBrowser-based music player with playlist management, progress bar, and animated artwork display.
View βFull-stack mobile ride-sharing application with real-time maps, booking flows, and driver dashboards.
View βLearning project exploring React Native fundamentals β navigation, state management, and native APIs β 1 star.
View βFlutter application with full CRUD operations for user management using local state and REST API.
View βClean and functional calculator application built with Flutter featuring smooth state management.
View βResponsive Flutter profile card UI with custom theming and widget composition patterns.
View βAndroid application for sending and displaying birthday greeting cards with custom animations.
View βFull authentication backend with JWT, bcrypt password hashing, and REST API endpoints. MIT-licensed boilerplate.
View βRESTful bookmark management API built with NestJS and Prisma β JWT auth, guards, and e2e tests. 1 star.
View βFull-stack blogging platform with EJS templating, MongoDB persistence, and Express routing.
View βJS Mastery private Next.js 15 course exercises and projects β 1 star on GitHub.
View βComplete Three.js Journey course exercises β 90+ hours of immersive 3D web tutorials. 1 star, MIT licensed.
View βInteractive graph algorithm visualiser supporting BFS, Dijkstra, and adjacency-matrix traversal β 2 stars.
View βImplementations of Naive, Rabin-Karp, Finite Automata, and KMP string-search algorithms in C++ β 1 fork.
View βOperating systems university project from Cairo University β covers scheduling, memory management, and IPC.
View βMapReduce distributed computing framework implementation in Go for processing large datasets.
View βClean recursive merge sort implementation in C++ with time-complexity analysis and test cases.
View βLZ77 lossless data compression algorithm implementation in C++ with encode/decode pipeline.
View βLow-level network simulation project modelling packet routing and protocol behaviour in C++.
View βCollection of competitive programming solutions to Codeforces problems across multiple difficulty ratings.
View βC++ implementations of bubble, insertion, selection, merge, quick, and heap sort with benchmarks.
View βCairo University CMP306 Java introduction assignment covering OOP fundamentals and data structures.
View βPersonal summary and exercises from Stanford University's ML course by Andrew Ng β 3 stars, MIT licensed.
View βLinear regression implementation from scratch in Python exploring gradient descent and cost functions. MIT licensed.
View βOptical Music Recognition system that detects and parses musical notation from sheet images β 1 star, 2 forks.
View βArithmetic coding implementation for image compression β encodes to grayscale and reconstructs with full fidelity.
View βLow-level VHDL chip applying a CNN classifier on grayscale MNIST digits. 6 stars, 4 forks, MIT licensed.
View βHardware combinational multiplier designed in Verilog HDL for VLSI implementation.
View βIntroduction to Verilog for Integrated Circuit Design and VLSI technology β 1 star on GitHub.
View βArduino automation project for a cake maker machine β motor control and sensor integration.
View βArduino-based elevator simulator with floor sensors, motor driver, and LED floor indicators.
View βAutonomous fire-fighting robot with flame sensors, water pump, and directional motor control β 1 star.
View β21-LED counter using Arduino with binary and decimal display modes and debounced button input.
View βButtonless counter using Arduino timers and interrupts β exploring hardware counter design patterns.
View βSpace Invadersβstyle browser game built with vanilla JavaScript and Canvas API. MIT licensed.
View βClassic memory card-matching game built with C# and .NET β exploring WinForms UI and game logic.
View βFull Pacman implementation in C# with ghost AI, score system, and level progression.
View βStar Warsβthemed C# game with enemy spawning, projectile mechanics, and score tracking.
View βTwo-player Assembly x86 shooting game where each player has a gun and can move and jump. MIT licensed.
View βEnterprise fintech investment platform and admin dashboard built for production at scale. Includes role-based workflows and high-performance UI patterns.
Private Repository πImmersive interactive storytelling project delivered for a governmental client in Morocco with advanced motion design and performance optimization.
Private Repository πRole-based operations dashboard for a US company to manage technicians, requests, and internal service workflows.
Private Repository πClient-experience and operations dashboards built for enterprise product teams with investor-demo readiness and modular architecture.
Private Repository πPrivate production platform focused on premium UX journeys, conversion-ready interfaces, and scalable frontend architecture.
View βPrivate data-first workflow platform designed for operations teams with high-clarity reporting and streamlined flows.
View βAdmin panel for the Koapath platform β role-based access control, team management, and analytics reporting built for internal operations.
Private Repository π