Skip to content
View fitzypop's full-sized avatar

Block or report fitzypop

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

Fitzypop's Profile

Open Source Love vs code python rust js ts react kitty fish starship postgresql docker deno

#[derive(Debug)]
struct SomeDude<'a> {
    name: &'a str,
    current_role: &'a str,
    hobbies: Vec<&'a str>,
}

impl Default for SomeDude<'_> {
    fn default() -> Self {
        Self {
            name: "Fitzypop",
            current_role: "Looking for work!",
            hobbies: vec![
                "coding",
                "music and gear",
                "craft beer and microbrews",
                "weightlifting",
            ],
        }
    }
}

fn main() {
    println!("Sup, nerds. 🤙 Welcome to my profile!");
    
    let me = SomeDude::default();
    println!("{:?}", me);
}

Pinned Loading

  1. dotfiles dotfiles Public

    Fitzypop's Dotfile Repo for Pop!_OS and macOS

    Shell 3 1

  2. ghibli.deno.dev.2.0 ghibli.deno.dev.2.0 Public

    https://ghibli.deno.dev/

    TypeScript

  3. leptos_exp leptos_exp Public

    Experiment Leptos - Client Side Rendered on Github Pages

    Rust

  4. fitzy-blog fitzy-blog Public

    My Deno Fresh playground

    TypeScript

  5. fastapi_auth0 fastapi_auth0 Public

    Auth0 Token Verifier for FastAPI Authorization

    Python

  6. cosmic-panel cosmic-panel Public

    Forked from pop-os/cosmic-panel

    WIP

    Rust