Coder Social home page Coder Social logo

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();

Maxime Golfier's Projects

jsvideourlparser icon jsvideourlparser

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

medoc icon medoc

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

next-seo icon next-seo

Next SEO is a plug in that makes managing your SEO easier in Next.js projects.

node-yt icon node-yt

Application which uses OAUTH2 and access data from Youtube Data API

notepad-javafx icon notepad-javafx

A notepad in JavaFX who save automaticaly a note in a file .txt

playforgood icon playforgood

It is a cryptocurrency based on the fork of the litecoin

prodr icon prodr

Tinder like application for matching between beatmaker and rapper

random-user-agent icon random-user-agent

😎 Browser extension that automatically replaces the User-Agent with a randomized one

react-dsfr icon react-dsfr

Non-official React components of the official french Système de Design de l'État.

reactube icon reactube

React Native project which displays Youtube Video

realtime-chat icon realtime-chat

Realtime chatroom working with Redis, Express, Socket.io and IBM Watson Tone Analyser

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.