The Wayback Machine - https://web.archive.org/web/20220210222449/https://github.com/markusunger
Skip to content
Avatar
🧑‍💻
🧑‍💻

Achievements

Achievements

Highlights

  • Pro
Block or Report

Block or report markusunger

Report abuse

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

Report abuse
markusunger/README.md

Hi there! 👋

I am a software engineer from Leipzig, Germany, currently working for WTL Ventures.

export class PersonalProfile {
  readonly data = {
    firstName: "Markus",
    lastName: "Unger",
    age: 37,
  };

  constructor() {
    this.printInfo();
  }

  private printInfo() {
    console.log(JSON.stringify(this.data, undefined, 2));
    console.log(
      `Tech: ${[
        "JavaScript/TypeScript",
        "Ruby",
        "React/React Native/Redux/RxJS",
        "Node.js/Express",
        "HTML/CSS",
        "SQL/NoSQL",
      ].join(", ")}`
    );
    console.log("Other interests: 📸, 📖, 🎮, 🎲");
  }
}

Pinned

  1. 200_OK Public

    An ephemeral, hosted mock API with an optional schema-less auto-mode

    JavaScript 3

  2. The administrative/user-faced part of 200 OK

    Handlebars

  3. rogue Public

    a simple roguelike in Ruby

    Ruby 10 1

  4. A self-playing, endless roguelike to run on a Pi Zero and the scroll pHAT HD

    JavaScript 2

  5. node-hue Public

    simple hue control app

    JavaScript

  6. aoc2021 Public

    Advent of Code 2021

    TypeScript 1

43 contributions in the last year

Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Mon Wed Fri

Contribution activity

February 2022

markusunger has no activity yet for this period.