Skip to content
View MEZ901's full-sized avatar
♨️
Learning
♨️
Learning

Highlights

  • Pro

Organizations

@ResitechPro
Block or Report

Block or report MEZ901

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

Hi there 👋

Profile Cover

I am a software developer who has discovered the joy of problem-solving through code.


Visitor count

🧍🏻 About me

  import { Human } from "earth";

  class Me extends Human {
    constructor() {
      super();
      this.name = "👨‍💻 Issam Mezgueldi";
      this.age = new Date().getFullYear() - 2003;
      this.homeTown = "🌍 Tetouan, Morocco";
      this.skills = ["🧠 Problem Solving", "🤔 Logical Thinking", "📚 Fast Learning"];
      this.interests = ["♟️ Chess", "⚽ Football", "🎵 Music", "🎬 Movies"];
      this.socialMedia = {
        instagram: "instagram.com/issam.mezgueldi",
        linkedin: "linkedin.com/in/mez901",
        github: "github.com/MEZ901",
      };
    }
  }

💻 My Tech Stack

Tech Stack

🌟 My github stats

Profile Stats Top Languages
Streak Stats

📖 My dev card

💡 Random Dev Quote

Random Dev Quote

🤙 Reach me out on

gmail linkedin discord

Pinned Loading

  1. LiboSync LiboSync Public

    Java app automates library tasks, improves user experience.

    Java

  2. YTDownloader YTDownloader Public

    A simple YouTube downloader made in python using pytube and tkinter.

    Python 1

  3. Stayzee Stayzee Public

    A NestJS-based microservice solution for seamless Airbnb-like experiences, featuring authentication, reservation handling, secure payments, and Gmail notifications.

    TypeScript