Skip to content
View aelaraby6's full-sized avatar
  • Faculty of Computers & Informatics , Zagazig University
  • Egypt
  • LinkedIn in/elaraby-dev

Block or report aelaraby6

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
aelaraby6/README.md

πŸ‘‹ Hi, I'm Abdelrahman Elaraby

#include <iostream>

class AbdelrahmanElaraby {
public:
    void introduce() {
        std::cout << "Hi, I'm Abdelrahman Elaraby, a CS student at Zagazig University.\n";
        std::cout << "Passionate about Full-Stack Development and continuous learning.\n";
    }
};

int main() {
    AbdelrahmanElaraby me;
    me.introduce();
    return 0;
}

πŸ‘€ About Me

βš™οΈ Currently Learning

  • Advanced backend design
  • RESTful APIs & Microservices
  • Data visualization

πŸ’­ Interests

  • Fullstack Development
  • Data Analysis
  • Competitive Programming


πŸ“š Repositories

MERN Stack - Rochetta - Authify

Python - HR Tracker - Library Management System

C++ - Bash-Elbalad - Neural Network From Scratch - Contact Manager Book - Quran Audio Player

JavaScript - Monte Carlo Pi Estimation - Pokemon Game - ClimaBot - 2048 Game

Pinned Loading

  1. Bash-Elbalad Bash-Elbalad Public

    Forked from r6mez/Bash-Elbalad

    A simple linux shell project.

    C++

  2. Monte-Carlo-Pi-Estimation Monte-Carlo-Pi-Estimation Public

    Visual simulation of Pi estimation using the Monte Carlo method in JavaScript.

    JavaScript 1

  3. EchoSteps EchoSteps Public

    Forked from AhmedNAgy25/EchoSteps

    2D Java arcade game , collect coins, dodge ghosts, level up

    Java 9

  4. Rochetta Rochetta Public

    Full-stack online pharmacy platform for browsing, managing, and purchasing medicines online

    JavaScript 1 1

  5. Neural-Network-From-Scratch Neural-Network-From-Scratch Public

    A simple neural network implementation in C++

    C++

  6. Authify Authify Public

    Authentication module built with Express, MongoDB, and JWT

    TypeScript 2 1