Skip to content
View allawi-suwaed's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report allawi-suwaed

Report abuse

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

Report abuse
allawi-suwaed/README.md

πŸ‘‹ Hi, I'm Ali Suwaed!

I'm a Computer Science Student and C++ Enthusiast passionate about problem-solving and building structured, efficient programs.
I enjoy turning ideas into code, continuously improving my skills, and sharing my progress with the community πŸš€.


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

  • πŸŽ“ Education: Computer Science student (2nd year)
  • πŸ’‘ Experience: Solved ~150 C++ programming problems and developed several small-to-intermediate projects
  • 🌱 Currently Learning: Following the Abu-Hadhoud Roadmap on the Programming Advices platform, advanced C++ concepts, OOP, algorithms, and problem-solving techniques
  • 🎯 Goal: To become a skilled software developer and contribute to impactful projects

πŸ› οΈ Skills & Tools

  • Proficient: C++ (functions, enums, structs, loops, input validation, OOP basics)
  • Learning: Git/GitHub, Software design patterns, Algorithms & Data Structures
  • Basic Knowledge: Python, UI design fundamentals

πŸ’» Featured Projects

  • βœ… Math Quiz Game: Interactive game with difficulty levels, enums, structs, and score tracking
  • βœ… Rock-Paper-Scissors Game: Multi-round game with enums, structs, input validation, and results tracking
  • βœ… Book Rental System: Rental duration validation, cost calculation, and user interaction
  • βœ… True/False Quiz Program: Input validation and result comparison

πŸ† Achievements & Certificates

  • Solved ~150 programming problems in C++
  • Completed multiple courses on Programming Advices following the Abu-Hadhoud Roadmap
  • Built several small-to-intermediate projects to improve coding skills

🎯 Currently Working On

  • Following the Abu-Hadhoud Roadmap on the Programming Advices platform
  • Mastering C++ & OOP πŸ’‘
  • Advanced Algorithms & Problem Solving
  • Practicing with small and fun projects πŸ› οΈ
  • Improving my professional profile on GitHub and LinkedIn

πŸ“« Connect with Me

Tiles.bio


⭐ Always open to learning, collaborating, and building new projects! Welcome to explore my GitHub!


// Focused on mastering C++ and OOP
class Ali_Suwaed {
public:
    string university = " Al-Mansour University College";
    string track = "Full Stack Developer";
    string passion = "Solving Programming Challenges & Building Projects";
    string roadmap = "Following Abu-Hadhoud Roadmap on Programming Advices";
    
    void Say_Hi() { 
        cout << "Thanks for visiting my GitHub profile! πŸš€"; 
    }
};

Popular repositories Loading

  1. TrueFalseQuizGame TrueFalseQuizGame Public

    A simple C++ True/False quiz game

    C++

  2. Book-Rental-System Book-Rental-System Public

    A C++ program to simulate a book rental system with cost calculations based on duration.

    C++

  3. Rock-Paper-Scissors-Game Rock-Paper-Scissors-Game Public

    A C++ console-based Rock-Paper-Scissors game that lets the user play against the computer with multiple rounds, real-time result tracking, and colored feedback.

    C++

  4. Math-Quiz-Game Math-Quiz-Game Public

    A C++ console game that generates random math questions with multiple difficulty levels and operation types.

    C++

  5. allawi-suwaed allawi-suwaed Public

    β€œPersonal GitHub space to showcase my programming journey and projects – welcome to explore and connect!”

  6. Course_03_Programming_Using_CPP_Level_1 Course_03_Programming_Using_CPP_Level_1 Public

    Solutions for assignments of Course 03 - Programming Using C++ Level 1 from Programming Advice by Mohammed AbuHadhoud.

    C++