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

$$\color{#FFD600} \textbf{Hello} \space \textbf{I'm} \space \textbf{Mahdi}$$

I'm a 24-year-old $\color{#FFD600}\textbf{Full-Stack} \space \textbf{Web} \space \textbf{and} \space \textbf{C++ } \textbf{Developer}$. As I started learning how to code in $\color{#FFD600} \textbf{2021}$ by digging into $\color{#FFD600} \textbf{C++}$ I found my way to the world of programmers. My curiosity didn't stop there and led me to the path of $\color{#FFD600}\textbf{Web Development}$, since I'd already known C++ it wasn't challanging to learn syntax of $\color{#FFD600}\textbf{JS}$, $\color{#FFD600}\textbf{CSS}$ and $\color{#FFD600}\textbf{HTML}$ but took me a while to learn the concepts of it. Web development helped me to go deeper into programming and gave me the ambition of following my childhood dream, becoming a $\color{#FFD600} \textbf{} \space \textbf{Game Developer}$ in the future.

$$\color{#FFD600} \textbf{My} \space \textbf{Skills}$$

$${\color{#FFD600} \textbf{Side} \space \textbf{Skills}}$$

$$\color{#FFD600}\textbf{Adobe} \space \textbf{Premiere} \space \color{#FFD600} \textbf{|} \space \color{#FFD600} \textbf{Photoshop} \space \color{#FFD600} \textbf{|} \space \color{#FFD600} \textbf{Illustrator}$$

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 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 CPP_Logger Public

    I made this logger to make reading debug info easier, and also provided logging system into a file so you can have access to those data whenever you want

    C++ 1

  3. MyPersonalWebsite MyPersonalWebsite Public

    This is a portfolio website, that I made for my first project. it's a fully functional website containing all the front-end and back-end aspects

    EJS