Skip to content
View AbooodGh's full-sized avatar
πŸ’­
enthusiastic 😎
πŸ’­
enthusiastic 😎

Block or report AbooodGh

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

πŸ‘‹ Hello, I'm Abd Al Rahman


πŸ‘¨β€πŸ’» About Me

πŸŽ“ Education

  • 🏫 Studying Software Engineering
  • πŸ› Al-Azhar University
  • πŸš€ Passionate about building scalable software and mastering backend technologies.

πŸ“ˆ Learning Path

  • Core: C++, OOP, Data Structures, Algorithms.
  • Current: C#, .NET Framework, SQL Server.
  • Goal: Mastering Software Architecture.

πŸ›  Skills & Tools


dev-working_rounded


πŸ”₯ GitHub Streak

GitHub Streak


⭐ Featured Projects

Project Description Tech Stack Link
πŸš€ Bank System & Currency Exchange Brief description of your project and what it does. C++, OOP https://github.com/AbooodGh/Bank_System
πŸ“¦ Data Structure Lib Implementation of various data structures. C++ , OOP https://github.com/AbooodGh/Data_Structure
πŸ’» System App Windows Forms application for management. .NET, C# View Project

πŸ“¬ Contact Me


#include <iostream>
#include <string>

class AbdAlRahman {
public:
    std::string role = "Software Engineering Student";
    std::string university = "Al-Azhar University";
    
    void getStatus() {
        std::cout << "Focusing on Problem Solving & OOP." << std::endl;
        std::cout << "Building my way to be a Professional Developer." << std::endl;
    }
};

int main() {
    AbdAlRahman me;
    me.getStatus();
    return 0;
}

Popular repositories Loading

  1. MySimplePaint MySimplePaint Public

    A C# Windows Forms project for drawing, with automated event handling for user inputs and UI responsiveness.

    C# 1

  2. Tic-Tac-Toe-CSharp Tic-Tac-Toe-CSharp Public

    A stylish Tic-Tac-Toe game built with C# WinForms, featuring custom UI and optimized game logic.

    C# 1

  3. Stone_Paper_Scissors Stone_Paper_Scissors Public

    C++

  4. Math_Game Math_Game Public

    C++

  5. Bank_System Bank_System Public

    C++

  6. Data_Structure Data_Structure Public

    "Comprehensive C++ Data Structures library with efficient memory management."

    C++