Skip to content
View Coutlaw's full-sized avatar

Highlights

  • Pro

Block or report Coutlaw

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

Pinned Loading

  1. fitness-api fitness-api Public

    API for a personal trainer fitness app written in Go using GitHub Actions, Postgres, JWT, Azure App Service and Docker

    Go

  2. Task-Manager Task-Manager Public

    Task manager built with NestJS and Typescript

    TypeScript 1

  3. RustyChip RustyChip Public

    Chip-8 emulator in rust

    Rust

  4. EssentialScala EssentialScala Public

    Code from when I was learning Scala

    Scala 1

  5. DiningPhilosophers DiningPhilosophers Public

    Dining Philosophers problem with a twist, in Rust

    Rust

  6. S3 Credential File Key Generator in Go S3 Credential File Key Generator in Go
    1
    # Key Generation With S3 Credential Files in Go
    2
    
    
    3
    This script can be used to generate unique keys from credential files in an AWS S3 bucket. If we needed a key that was a hash of the ClientID and Client Secret, then we can use the below script to find a key for every file in a given S3 bucket. This script will use the `.aws` credential file on the machine that it is running on.
    4
    
    
    5
    ## My Script