Skip to content
View wolfedme's full-sized avatar
Block or Report

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.

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
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. esp32-tempsensor-server esp32-tempsensor-server Public

    A Rust-based server for ESP32 that reads temperature, humidity, and pressure from a BME280 sensor using esp-idf-svc and esp-idf-hal

    Rust

  2. 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

  3. 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