Skip to content
View marc-x-andre's full-sized avatar
🌿
🌿
Block or Report

Block or report marc-x-andre

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
marc-x-andre/README.md

Hi there 👋

💻 I'm Marc-Andre, a tech lead, project coordinator, full-stack developer, with experience in React, Python, and AWS.

👔 Working with Micro Service and Micro Front End in React, NodeJs & ElasticSearch

🌱 Currently learning about project management

🍁 Based in Montreal

💬 Ask me about sports (🧗‍♂️🏂🚵‍♂️🏐🎾🏸🏓), code (🐍🐳👨‍💻), literature (👨‍🔬📚🏛) & gaming (🏗🎮👾)

For more info, visite my website or my resume

GitHub Twitter LinkedIn

Pinned

  1. micro-front-end micro-front-end Public

    Exploring the micro front end architecture

    Vue 1

  2. PathViz PathViz Public

    A Maze Generator/Pathfing Visualizer 🧩

    Python 1

  3. Jubilant Jubilant Public

    A "Tap Touche"-like game using the best frameworks on the internet 🐎 5 frameworks, 3 days, 1 app.

    TypeScript 3

  4. Hermes Hermes Public

    Persnal Dashboard

  5. A event emitter in Python A event emitter in Python
    1
    from typing import Dict
    2
    
                  
    3
    
                  
    4
    class EventEmitter:
    5
    
                  
  6. Auto unsubscribe from every Rxjs sub... Auto unsubscribe from every Rxjs subcription inside a component
    1
    export function AutoOnDestroy(blackList = []) {
    2
    
                  
    3
      return function (constructor: any) {
    4
        const original = constructor.prototype.ngOnDestroy;
    5
        constructor.prototype.ngOnDestroy = function () {