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

Highlights

  • Pro

Organizations

@spree @triadjs @pttrns

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!

For the past 20ish years, I’ve been happily stuck in the gears of finance and e‑commerce: inventory models, SKUs, and the APIs that make them go. I like small, composable tools, tidy container images, and serverless functions that behave like finely tuned RPC endpoints. I’m also the person who gets a little too excited about type systems. IRL, I collect keyboards, obsess over bags, and shoot with prime lenses.

Open to Infrastructure, DevOps, or Full‑Stack roles. DMs on Mastodon are open, or ping me in a GitHub issue if you prefer async.

  • Tech: Ruby, Go, TypeScript, Node.js, PostgreSQL, Redis, Containers, Kubernetes, Terraform, Cloudflare, AWS

  • Interests: Observability, CI/CD, edge compute, event‑driven systems, domain modeling
  • Links: Mastodon: @braidn • Website/Blog: cloudbacon.com

Pinned Loading

  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 4

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