Skip to content
Avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Arctic Code Vault Contributor
  • Pro
maxgfr/README.md

Hi there 🖖

Linkedin Stack Overflow

abstract class AbstractEngineer {
    protected coding(): void {}
}


class ConcreteEngineer extends AbstractEngineer {
    name: string;
    designation: string;
    base: string;
    
    constructor(name: string, designation: string, base: string) {
        super();
        this.name = name; 
        this.designation = designation; 
        this.base = base; 
    }
    
    public me() {
      console.log(`I'm ${this.name}, a ${this.designation} who's been living in ${this.base}.`)
    }

}

const engineer = new ConcreteEngineer('Maxime Golfier', 'Software Engineer', 'Paris, France');
engineer.me();

Maxime's github stats Top Langs

Pinned

  1. Médoc - find any drugs thanks to its name or barcode

    JavaScript 1

  2. A program that converts a pdf to txt by transforming a registered mathematical symbol in its braille form.

    C 4 1

  3. Customizable Video Player controls for Expo

    TypeScript 75 43

  4. A javascript parser to extract informations like provider, channel, id, start time from YouTube, Vimeo, Dailymotion, Twitch,... urls

    JavaScript 175 47

  5. Un-official node sdk for api-money.com

    TypeScript 1

  6. MongoDB, PostgreSQL and Express on Docker (docker-compose)

    Shell

934 contributions in the last year

Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Mon Wed Fri
Activity overview
Contributed to maxgfr/prodr, maxgfr/medoc, maxgfr/expo-api-money and 5 other repositories
Loading

Contribution activity

October 2020

20 contributions in private repositories Oct 1 – Oct 7

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.