Skip to content
View joelazar's full-sized avatar
🍽️
Every second counts
🍽️
Every second counts

Sponsoring

@marcan
@neovim

Block or report joelazar

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
joelazar/README.md

Hi there 👋

var me = joelazar{
    pronouns:   []string{"He", "Him"},
    code:       []string{"Go", "Python", "TypeScript", "JavaScript", "C++", "C", "SQL", "Bash", "Lua", "Java", "Matlab"},
    askMeAbout: []string{"tech", "webdev", "devops", "linux", "networking", "ai"},
    technologies: technologies{
        backEnd: map[string]interface{}{
            "go":     []string{"fiber", "chi", "gorm", "goquery", "colly"},
            "python": []string{"flask", "fastapi", "sqlalchemy"},
            "js/ts":  []string{"node", "express", "prisma"},
        },
        frontEnd: map[string]interface{}{
            "js/ts":  []string{"remix", "react", "tailwind"},
        },
        devOps:       []string{"k8s", "docker", "GCP", "azure", "nginx", "GitlabCI", "CircleCI", "Github Actions"},
        databases:    []string{"PostgreSQL", "redis", "mongodb", "etcd", "sqlite"},
        ai:           []string{"tensorflow", "keras", "numpy"},
        linux:        []string{"arch", "fedora", "debian", "rhel"},
        misc:         []string{"git", "ZeroMQ", "LaTeX", "Neovim"},
    },
    favouriteVideos: map[string]string{
        "Hamming - You and Your Research": "https://youtu.be/a1zDuOPkMSw",
        "Asahi Linux - One chip, no docs, and lots of fun": "https://youtu.be/COlvP4hODpY",
        "Dave Thomas - Agile is Dead": "https://youtu.be/a-BOSpxYJ9M",
        "Edward Frenkel - Reality is a Paradox": "https://youtu.be/Osh0-J3T2nY"
    },
    favouriteSudoInsult: "[sudo] password for joelazar: You can't come in. Our tiger has got flu",
}

Pinned Loading

  1. dotfiles dotfiles Public

    Dotfiles for my macos setup

    Shell 111 2

  2. nvim-config nvim-config Public

    My neovim config

    Lua 116 4

  3. wtfd wtfd Public

    What The Fork Dude - docker image, which was meant for doing quick actions in a k8s cluster

    Dockerfile 2 1

  4. release-drafter-example release-drafter-example Public

    Example for release-drafter

    4 1

  5. remix-cph-template remix-cph-template Public template

    Template repo for Remix CPH talks

    TypeScript 3

  6. mojo-playground mojo-playground Public

    Playground repo for Mojo

    Dockerfile