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

Block or report fitzypop

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. k3p4 k3p4 Public

    K3P4 - 4 node Raspberry Pi Cluster using k3s

    TypeScript