Skip to content
View brentjanderson's full-sized avatar

Organizations

@farpoint

Block or report brentjanderson

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 Bluesky

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 Loading

  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 3

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