Skip to content
View itsmimzi's full-sized avatar
  • Canada
  • 13:12 (UTC -04:00)

Block or report itsmimzi

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

Hello, I'm Mimzi!

👩‍💻 Get to know me:

class itsMimzi:

def __init__(self):
    self.username = 'itsMimzi'
    self.name = 'Maryam Mouat.'
    self.position = 'Aspiring data scientist'
    self.blog = 'https://blog.itsnotmimzi.dev'
    self.code = {
        'backend': ['Python', 'Django', 'FastAPI', 'NodeJS', 'PHP'],
        'database': ['PostgreSQL', 'MySQL', 'Mongo DB'],
        'devops': ['Docker', 'GitHub Actions', 'AWS'],
        'frontend': ['HTML', 'CSS', 'JavaScript', 'ReactJS', 'Boostrap'],
        'tools': ['GIT', 'GitHub', 'Pandas', 'SQLAlchemy'],
        'misc': ['Firebase', 'TDD', 'SCRUM', 'SOLID', 'gRPC', 'ML']
    }
    self.architecture = ['SPA', 'MVC', 'Serverless', 'microservices']

def __str__(self):
    return f'{self.name} | {self.position}'


if __name__ == '__main__':
  me = itsMimzi()
  print(me)
  • 🔭 A bilingual (French & English) computer science graduate with a background in chemical engineering, who's into python scripts and paper scraps.
  • 🌱 I’m currently learning Machine Learning and Big Data.
  • 💬 Ask me about DIY&crafts, running and anything :korea: !
  • ⚡ Fun fact: I can tell a movie's ending within the first 20 minutes.

📫 How to reach me:

 

📈 GitHub Stats

Martin's GitHub Stats

Pinned Loading

  1. timelog-system timelog-system Public

    a timelog and activities management system.

    Java

  2. programmation-en-C programmation-en-C Public

    Quelques projets de programmation en C : gestion dynamique de la mémoire, utilisation des pointeurs, algorithmie et structures de données.

    C