Skip to content
View AhmedYaser-Mt's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report AhmedYaser-Mt

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

👋 Hello, I'm Ahmed Yaser


👨‍💻 About Me

🎓 Student at Benha Faculty of Computers & Artificial Intelligence

💻 Passionate about Software Development

📚 Focused on :

🔹 C++
🔹 Object-Oriented Programming
🔹 Data Structures
🔹 Algorithms & Problem Solving

📈 Currently expanding into:

🔹 C#
🔹 .NET Development
🔹 Windows Forms
🔹 SQL Server

📍 Following ProgrammingAdvices Roadmap
👨‍🏫 Instructor Dr. Mohammed Abu-Hadhoud


🛠 Skills & Tools



🔥 GitHub Streak


📈 Activity Graph


📊 GitHub Metrics Dashboard


⭐ Featured Projects

⭐ Bank System & Currency Exchange

Complete banking system built using OOP.

https://github.com/AhmedYaser-Mt/Project-13-Bank-System-and-Currency-Exchange_OOP


📦 Dynamic Array Class

Custom implementation of a dynamic array in C++.

https://github.com/AhmedYaser-Mt/Project-18-Dynamic-Array-Class


🔗 Double Linked List Class

Full implementation of a double linked list data structure.

https://github.com/AhmedYaser-Mt/Project-15-Double-Linked-List-Class


📚 String Library

Custom string utilities using OOP.

https://github.com/AhmedYaser-Mt/Project-8-String-Library-OOP-


📅 Date & Period Libraries

Libraries for managing dates and periods.

https://github.com/AhmedYaser-Mt/Project-9-Date-and-Period-Libraries-OOP-


📬 Contact Me


// Focused on mastering Software Development

class AhmedYaserMt
{
public:

  string university = "Benha University";

 string faculty = "Faculty of Computers & Artificial Intelligence (BFCAI)";

 string track = "Future Software Developer";

 string passion = "Problem Solving & Building Systems";

 void sayHi()
 {
     cout << "Thanks for visiting my profile 🚀";
 }
};

Pinned Loading

  1. Project-13-Bank-System-and-Currency-Exchange_OOP_ Project-13-Bank-System-and-Currency-Exchange_OOP_ Public

    An OOP-based Bank System in C++ extended with a Currency Exchange module. This module allows to view current exchange rates, convert between multiple currencies, & manage currency balances. The pro…

    C++ 1 1

  2. Project-15-Double-Linked-List-Class Project-15-Double-Linked-List-Class Public

    A reusable C++ Doubly Linked List implemented using templates and object-oriented programming principles. It supports core operations like insertion, deletion, traversal, searching, indexing, updat…

    C++ 1

  3. Project-18-Dynamic-Array-Class Project-18-Dynamic-Array-Class Public

    Engineered a fully reusable Dynamic Array template in C++ to demonstrate strong understanding of manual memory allocation, object lifecycle management, and data structure implementation.

    C++ 1 1

  4. Project-10-Utility-Library-OOP- Project-10-Utility-Library-OOP- Public

    A C++ utility library implemented using OOP, providing reusable helper functions for randomness, array manipulation, swapping, text encryption, and number-to-text conversion.

    C++ 3 2

  5. Project-8-String-Library-OOP- Project-8-String-Library-OOP- Public

    A reusable C++ string utility library built using Object-Oriented Programming (OOP), implementing various algorithms for string manipulation, text processing, and common string operations.

    C++ 3 1

  6. Project-9-Date-and-Period-Libraries-OOP- Project-9-Date-and-Period-Libraries-OOP- Public

    Reusable C++ Date and Period utility libraries built using Object-Oriented Programming (OOP), providing various algorithms for date manipulation, calendar generation, and period calculations.

    C++ 3 2