Skip to content
View wolfedme's full-sized avatar

Block or report wolfedme

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
wolfedme/README.md

Hey there!

pub trait SoftwareEngineer{}
struct MaximilianWolf {
    role: Vec<String>,
    coding_skills: Vec<String>,
    locale: Vec<String>,
}

impl SoftwareEngineer for MaximilianWolf {
    fn get() -> Self {
        MaximilianWolf {
            role: vec!["Software Engineer", "IT Consultant", "Full Stack Dev"],
            coding_skills: vec!["Java", "Rust", "TypeScript", "Python"],
            locale: vec!["de_DE", "en_EN"],
        }
    }
}

Pinned Loading

  1. discord-role-icon-bot discord-role-icon-bot Public

    A specialized bot that dynamically appends icons to user server-nicknames based on assigned role. Enhances server visual hierarchy in voice channels

    Rust

  2. ReplAI ReplAI Public

    A Rust-powered cross-platform desktop app to collect, organize, and parameterize AI chat prompts.

    Rust

  3. rust-wasm-base64-interaction rust-wasm-base64-interaction Public

    Experimental transference of arrays via base64 encoded strings to enable working with Arrays and other more complex data types, until the Multi-Value- and Interface-Type Proposals leave experimenta…

    Rust 1

  4. wish.list wish.list Public

    Simple react application to serve a wishlist, which enables reservating items by using anonymous authentication to manage the endless 'what do you wish for?'

    TypeScript