Skip to content
View moritz-hoelting's full-sized avatar

Highlights

  • Pro

Block or report moritz-hoelting

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
moritz-hoelting/README.md

Hi, I'm Moritz Hölting

About me

let moritz = Person {
    name: "Moritz",
    age: 20,
    occupation: Student {
        subject: "Computer Science", 
        location: "Paderborn University",
        semester: (5, Degree::Bachelor)
    },
    languages: vec!["german", "english"],
    code: vec!["Typescript", "Python", "Rust", "HTML", "CSS", "Java", "SQL"],
    pronouns: ("he", "him"),
    technologies: Technologies {
        backend: vec!["Node.js", "actix-web"],
        frontend: vec!["Astro.js", "Next.js"],
        devops: vec!["Docker"],
        misc: vec!["Git", "GitHub"]
    },
    interests: vec!["Drums", "Guitar"],
    linkedin: "https://linkedin.com/in/moritz-hölting",
    funfact: "Why do programmers prefer dark mode? Because light attracts bugs!"
}

Connect with me

linkedin

Popular repositories Loading

  1. mensa-upb-cli mensa-upb-cli Public

    Rust 1

  2. ueli ueli Public

    Forked from oliverschwendener/ueli

    Keystroke launcher for Windows and macOS

    TypeScript

  3. moritz-hoelting moritz-hoelting Public

  4. dark-panda-upb dark-panda-upb Public

    SCSS

  5. advent-of-code-2023 advent-of-code-2023 Public

    https://adventofcode.com

    Rust

  6. shulkerbox shulkerbox Public

    Rust library for creating Minecraft datapacks

    Rust