A student passionate about programming π. Currently learning C++, OOP and problem-solving using Visual Studio to build my skills π».
Also, I'm a student in Abu-Hadhoud Roadmap. I love building projects, improving my skills, and sharing my progress with the community.
- Project 1 ( Stone - Paper - Scissor )
- Project 2 ( Math Game )
- Project 3 ( Banking System )
- Project 4 ( ATM System )
- Project 12 ( Banking System - OOP )
- 10 - OOP as it should be (concepts) (Programming Advices)
- Completed 9+ courses in Abu-Hadhoud Roadmap (Programming Advices)
- Solved 400+ programming problems
- Abu-Hadhoud Roadmap
- Mastering C++ & OOP π‘
- Algorithms and Problem Solving
- Practicing with small projects π οΈ
- Improving my professional profile on GitHub and LinkedIn
// Focused on mastering the stack
class AhmedYaserMt {
public:
string university = "Benha University";
string track = "Full Stack Developer";
string passion = "Problem Solving & Building Projects";
void sayHi() { cout << "Thanks for visiting my profile! π"; }
};

