Skip to content
View SFSteffensen's full-sized avatar
🦊
The Quick Brown Fox Jumps Over The Lazy Dog
🦊
The Quick Brown Fox Jumps Over The Lazy Dog

Highlights

  • Pro

Block or report SFSteffensen

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

Hi, I'm Sebastian!

Linkedin: sfsteffensen GitHub S3bTheGuy

  • 🌱 I’m learning Rust and forever will be <3
  • 📚 Pursuing a Bachelor of Science in Software Technology @DTU
struct Developer {
    name: &'static str,
    pronouns: &'static str,
    code: Vec<&'static str>,
    tools: Vec<&'static str>,
}

fn main() {
    let sebby = Developer {
        name: "Sebastian",
        pronouns: "He/Him",
        code: vec!["Rust", "C#", "Python", "Typescript", "HTML", "CSS"],
        tools: vec!["Tauri", "SolidJS", "Node", "Bun", "Tailwindcss"],
    };
}

Pinned Loading

  1. DTime DTime Public

    DTime is a simple and efficient application that allows you to calculate the download time for any file based on your internet speed. It was created out of boredom while downloading Cyberpunk, lead…

    TypeScript

  2. Master-CV Master-CV Public

    Typst

  3. solid-portfolio solid-portfolio Public

    TypeScript

  4. RustCNN RustCNN Public

    Forked from goldstraw/rust_cnn

    Rust convolutional neural network from scratch

    Rust