Skip to content
View leite08's full-sized avatar

Organizations

@metriport
Block or Report

Block or report leite08

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

  1. Summary of 'Clean code' by Robert C.... Summary of 'Clean code' by Robert C. Martin
    1
    Code is clean if it can be understood easily – by everyone on the team. Clean code can be read and enhanced by a developer other than its original author. With understandability comes readability, changeability, extensibility and maintainability.
    2
    _____________________________________
    3
    
    
    4
    ## General rules
    5
    1. Follow standard conventions.
  2. metriport/metriport metriport/metriport Public

    Metriport is an open-source universal API for healthcare data.

    JavaScript 375 34

  3. metriport/deploy-with-cdk metriport/deploy-with-cdk Public

    Deploy code to AWS using CDK

    Shell

  4. Husky git hook to notify about chang... Husky git hook to notify about changes on files/folders upon merge
    1
    #!/bin/sh
    2
    . "$(dirname "$0")/_/husky.sh"
    3
    
    
    4
    # Place this on ./husky and make sure the file is executable (chmod 770 post-merge)
    5