Skip to content
View braidn's full-sized avatar
🏰
Storming
🏰
Storming

Highlights

  • Pro

Organizations

@spree @triadjs @pttrns
Block or Report

Block or report braidn

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

Hey-Oh!

I am caught and seemingly have been for the past 8 years in the dry cycle of e-commerce. This means I noodle a lot on inventory systems, skus, back-end api's, and so much more... Probably. Outside of that (but, still in computing), I love to build small/replaceable things, fiddle with Docker/container images, push serverless bits to their maximum RPC nature, and explore the boundaries of type systems.

My physical loves are keyboards, bags, and prime camera lenses... OH! the most important thing: I am open to new roles in Infrastructure, Devops and Backend Engineering. If you want to discuss anything, toot into my dm's on Mastodon. They are always open. You can also ask me just about anything on GitHub if you prefer more space to interact (>280 chars)

Pinned

  1. dotfiles dotfiles Public

    Just because they are too precious to leave behind

    Lua 3

  2. blrrrg blrrrg Public

    A personal blrrrg of yours truly.

    Liquid 1

  3. ama ama Public

    Forked from aviflombaum/ama

    Ask me anything!

  4. tiny-graphql tiny-graphql Public

    Likely one of the smallest GraphQL servers around

    JavaScript 3

  5. hackerrank-solutions hackerrank-solutions Public

    List of HackerRank solutions divided per language

    Ruby

  6. Crystal Devcontainer Crystal Devcontainer
    1
    ARG VARIANT="20.04"
    2
    FROM mcr.microsoft.com/vscode/devcontainers/base:0-ubuntu${VARIANT}
    3
    
                  
    4
    RUN apt-get update && \
    5
        apt-get install -y build-essential curl libevent-dev libssl-dev libxml2-dev libyaml-dev libgmp-dev git && \