Skip to content
View maxgfr's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@betagouv @SocialGouv

Block or report maxgfr

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
maxgfr/README.md

Hi there 🖖

Linkedin Stack Overflow

abstract class AbstractEngineer { protected coding(): void {} } class ConcreteEngineer extends AbstractEngineer { private name: string; private designation: string; private location: string; constructor(name: string, designation: string, location: string) { super(); this.name = name; this.designation = designation; this.location = location; } public me(): void { console.log(`I'm ${this.name}, a ${this.designation} who's been living in ${this.location}.`) } } const engineer = new ConcreteEngineer('Maxime Golfier', 'Software Engineer', 'Paris, France'); engineer.me();

Pinned Loading

  1. SocialGouv/code-du-travail-numerique SocialGouv/code-du-travail-numerique Public

    Code du Travail Numérique

    TypeScript 116 26

  2. binance-historical binance-historical Public

    Get historical klines from binance api

    TypeScript 42 6

  3. medoc medoc Public

    Médoc - retrouver la notice d'un médicament via son code-barre

    TypeScript 9

  4. release-notes-finder release-notes-finder Public

    An utility to find versions of a npm package with their release notes on Github

    TypeScript 6

  5. SocialGouv/matomo-next SocialGouv/matomo-next Public

    Matomo for Next.js applications

    TypeScript 175 26

  6. typescript-swc-starter typescript-swc-starter Public template

    A minimalist typescript swc starter that generate cjs and esm package

    TypeScript 32 6