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

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: "Software Engineer",
            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

  1. dotfiles dotfiles Public

    Fitzypop's Dotfile Repo for Pop!_OS and macOS

    Shell 3 1

  2. k3p4 k3p4 Public

    K3P4 - 4 node Raspberry Pi Cluster using k3s

    TypeScript

  3. fitzy-blog fitzy-blog Public

    My Deno Fresh playground

    TypeScript

  4. ghibli.deno.dev.2.0 ghibli.deno.dev.2.0 Public

    https://ghibli.deno.dev/

    TypeScript

  5. fastapi_auth0 fastapi_auth0 Public

    Auth0 Token Verifier for FastAPI Authorization

    Python

  6. auth0-fastapi-sample auth0-fastapi-sample Public

    Forked from auth0-blog/auth0-python-fastapi-sample

    Code sample for a protected API in FastAPI for Python

    Python 1