Skip to content

bdalzyzmhdy532-sudo/Mahdy_Dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Hello Coders
Workspace

Hi, I'm Mahdy Abdelazez 👋

Computer Science Student | C++ Developer | Problem Solver

Profile Views Hits


🚀 About Me

  • 🎓 First-year Computer Science student
  • 💻 Passionate about programming and problem solving
  • 📚 Learning OOP, Data Structures, Algorithms, and SQL Server
  • 🔥 Interested in Software Development
  • 🌱 Always improving step by step

💡 Tech Stack

C++ SQL Server Git GitHub VS Code


📱 Connect With Me


💻 Code Style

#include <iostream>
#include <vector>
#include <string>

class Mahdy {
public:
    std::string role = "CS Student - 1st Year";

    std::vector<std::string> skills = {
        "C++",
        "OOP",
        "Data Structures",
        "SQL Server"
    };

    std::vector<std::string> tools = {
        "VS Code",
        "Git",
        "GitHub"
    };

    std::string goal = "Become a strong Software Engineer";
};

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors