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.

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

Hi, I'm Sebastian!

Linkedin: sfsteffensen GitHub S3bTheGuy

  • 🌱 I’m learning Rust and forever will be <3
  • 📚 Graduated Zealand Business College, taking an HTX
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"],
    };
}

Popular repositories Loading

  1. SFSteffensen SFSteffensen Public

    Config files for my GitHub profile.

  2. RapportTemplate RapportTemplate Public

    Forked from HollowNumber/RapportTemplate

    RapportTemplate

    TeX

  3. zelkppuccin zelkppuccin Public archive

    Forked from dotargz/zelk-plus

    Zelk fork riced with catppuccin

    CSS

  4. sveltefolio sveltefolio Public

    My Personal portfolio made using Svelte

    Svelte

  5. RustCNN RustCNN Public

    Forked from goldstraw/rust_cnn

    Rust convolutional neural network from scratch

    Rust

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