Skip to content
View Reaper922's full-sized avatar
♠️
♠️
Block or Report

Block or report Reaper922

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
Reaper922/README.md
class Developer {
    constructor() {
        this.name = "Dennis";
        this.role = "Fullstack Developer";
        this.languages = ["de", "en"];
    }
    
    greet() {
        console.log(`Hello, my name is ${this.name}, I'm a ${this.role}. Nice to meet you! :)`);
    }
    
    learn(programmingLanguage) {
        console.log(`I'm currently learning ${programmingLanguage}. It is so much fun!`);
    }
}

const me = new Developer();

if(youCanReadThis) {
    me.greet();    
} else {
    me.learn('C#');
}


Pain of discipline < Pain of regret.


“To live is to risk it all, otherwise you're just an inert chunk of randomly assembled molecules drifting wherever the universe blows you.”
— Rick Sanchez



🛠 Tech Stack

HTML CSS JavaScript Bootstrap Angular React Node JS Python




VS Code Git Figma





📫 Let's Connect

LinkedIn Xing

Pinned

  1. Join_DA Join_DA Public

    Kanban board project which was created in vanilla JavaScript during training at the Developer Academy.

    HTML

  2. PirateGame_DA PirateGame_DA Public

    A small pirate-themed game project which was created in vanilla JavaScript during training at the Developer Academy.

    JavaScript 1

  3. Portfolio_DA Portfolio_DA Public

    My first portfolio which I created with Angular during the training at the Developer Academy.

    HTML

  4. SlackClone_DA SlackClone_DA Public

    Forked from ImForsaken/My-slack-clone

    A Slack clone which was created with Angular Material as a group project during training at the Developer Academy..

    TypeScript

  5. Pokedex_DA Pokedex_DA Public

    A Pokedex which was created in vanilla JavaScript during the training at Developer Akademie

    JavaScript

  6. RingOfFire_DA RingOfFire_DA Public

    The Ring of Fire drinking game created with Angular during the training at the Developer Academy.

    TypeScript