Skip to content
View adrianbrad's full-sized avatar
🌲
🌲
Block or Report

Block or report adrianbrad

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

Hi there, I'm Brad! πŸ‘‹

Senior Backend Engineer mainly using Go.

Pinned

  1. queue queue Public

    βͺ️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.

    Go 246 11

  2. privatebtc privatebtc Public

    ⛓️ Bitcoin Private Network with a Terminal User Interface

    Go 8 2

  3. psqldocker psqldocker Public

    🚒 Go package providing lifecycle management for PostgreSQL Docker instances.

    Go 11 2

  4. psqltest psqltest Public

    πŸ”¬ Go package providing utilities for PostgreSQL testing.

    Go 6

  5. psql-docker-tests-example psql-docker-tests-example Public

    πŸ“Š parallel black box PostgreSQL unit tests run against a real database.

    Go 3 2

  6. golangci-lint strict config file golangci-lint strict config file
    1
    # .golangci.yml
    2
    run:
    3
      modules-download-mode: vendor
    4
    
                  
    5
      skip-dirs: [vendor]