Skip to content
View brentjanderson's full-sized avatar

Organizations

@farpoint
Block or Report

Block or report brentjanderson

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

Hi there πŸ‘‹

πŸ‘‹ I'm an entrepreneur and software engineer. I work with startups and innovative companies to build great products that delight users.

A few things I'm interested in:

  • πŸšͺ Improving the attention economy at Knock.app
  • ♻️ Getting to real value faster in startups by building great teams and empowering them with great process & tools
  • πŸ“¬ I'm on Mastodon and Twitter

On the tech-side of things, my primary interests lately have been:

  • πŸ“¨ Event-Driven Systems & Architectures, including Event Sourcing
  • πŸ€Ήβ€ Elixir
  • πŸ’» Typescript & NodeJS
  • 🌬 Tailwind CSS

Pinned

  1. Running RedwoodJS on Heroku Running RedwoodJS on Heroku
    1
    release: yarn rw prisma migrate deploy
    2
    web: bin/start-nginx node index.js
  2. asdf-semgrep asdf-semgrep Public

    ASDF plugin for Semgrep

    Shell 2 1

  3. Running graphql-codegen on Redwood Running graphql-codegen on Redwood
    1
    I'm assuming you're using Apollo. This can be changed
    2
    
                  
    3
    1. Install a few dependencies:
    4
       `yarn add -WD @graphql-codegen/cli @graphql-codegen/typescript @graphql-codegen/typescript-operations @graphql-codegen/typescript-react-apollo @graphql-codegen/typescript-resolvers npm-run-all ts-node`
    5
    2. In my setup, I also threw in `npm-run-all` and made some edits to my root package.json "scripts":