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 π.
- π 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
- 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
- β 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
- 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
- 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
β 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! π";
}
};