Skip to content
View SergeantMahdi's full-sized avatar
🇺🇸
Working from home
🇺🇸
Working from home

Block or report SergeantMahdi

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
SergeantMahdi/README.md

Me

Hi, I'm (Matthew) Mahdi

I'm a 24-year-old Full-Stack web and C++ developer. As I started learning how to code in 2021 by digging into I found my way to the world of programmers. My curiosity didn't stop there and led me to the path of Web Development, since I'd already known C++ it wasn't challanging to learn syntax of , and but took me a while to get a deep understanding of how everthing works. Web development helped me to go deeper into programming and gave me the ambition of following my childhood dream, becoming a Game Developer in the future.

My Skills

Other Skills

| |


SergeantMahdi's GitHub stats Top Languages

std::vector<std::string> life;

life.push_back("Challange");
life.push_back("Failure");
life.push_back("Miserableness");

while(user.status == "Trying"){
     if(user.attitude == "Consistant"){
          life.pop_back();
     }else{
          user.isFailed = true;
     }
}
const Ego = document.querySelector("Ego");

Ego.addEventListener("Listening", () =>{
return user = "a real loser"
})
<h1> I think the above codes said enough. </h1>

Pinned Loading

  1. Data_Structure_CPP Public

    Reading the STL library to understand how each ADT works is a little bit hard especially if you're a junior programmer. so I decided to make a repo to rewrite the most of the ADTs as I'm learning D…

    C++

  2. CPP_Logger Public

    This is a simple logging library that is made to colorize errors and info based on their levels. It'll allow you to store the information with their levels and time occurance inside a file with a c…

    C++ 1

  3. MyPersonalWebsite Public

    This is going to be my temporary portfolio full-stack appllication (Old Structure has been deleted and the new vesion of website will be uploaded soon)

    HTML