Skip to content
View joelazar's full-sized avatar
🌍
"The future is already here, it's just not evenly distributed."
🌍
"The future is already here, it's just not evenly distributed."

Sponsoring

@marcan
@neovim
Block or Report

Block or report joelazar

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

  1. dotfiles dotfiles Public

    Dotfiles for my macos setup

    Shell 109 2

  2. nvim-config nvim-config Public

    My neovim config

    Lua 111 5

  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