Skip to content
View ValterAndrei's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Poços de Caldas - MG, Brasil

Block or report ValterAndrei

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

Linkedin Badge

  • Thanks for visiting.

  • Enjoy it! o/

Pinned Loading

  1. Automating Instance Start/Stop - AWS... Automating Instance Start/Stop - AWS, Lambda, EC2, RDS and Ruby
    1
    # Automating Instance Start/Stop with AWS Lambda
    2
     - Ruby 3.3
    3
     - EC2 Instances
    4
     - RDS DB Instance
    5
    
                  
  2. remove-all-from-docker.sh remove-all-from-docker.sh
    1
    # Stop all containers
    2
    docker stop $(docker ps -qa)
    3
    
                  
    4
    # Remove all containers
    5
    docker rm $(docker ps -qa)
  3. start_project_rails start_project_rails Public

    Starting a new Rails project using docker-compose

    1

  4. start_project_vue start_project_vue Public

    Starting a new Vue project using docker and docker-compose

    4 1