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
-
discord-role-icon-bot
discord-role-icon-bot PublicA specialized bot that dynamically appends icons to user server-nicknames based on assigned role. Enhances server visual hierarchy in voice channels
Rust
-
ReplAI
ReplAI PublicA Rust-powered cross-platform desktop app to collect, organize, and parameterize AI chat prompts.
Rust
-
rust-wasm-base64-interaction
rust-wasm-base64-interaction PublicExperimental 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
-
wish.list
wish.list PublicSimple react application to serve a wishlist, which enables reservating items by using anonymous authentication to manage the endless 'what do you wish for?'
TypeScript
If the problem persists, check the GitHub status page or contact support.


