Skip to content
View cgtarmenta's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@BigManCo
Block or Report

Block or report cgtarmenta

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

👋 Hi there

I'm Carlos Armenta

GitHub followers

Serverless Terraform AWS Mongo Node Typescript VUE

A senior full-stack developer from Spain. I'm a 43 years old guy, with 3 beautiful kids, so, as you can imagine, I'm dead serious about working matters, I'm extremely disciplined, proactive, and a proficient developer, with broad experience in NodeJS and its stacks.

Stats!

Top Langs

Pinned Loading

  1. NodeJS deployment helpers NodeJS deployment helpers
    1
    // Example of PM2 ecosystem file, working with nvm environment
    2
    // on a AWS EC2 instance running ubuntu
    3
    
                  
    4
    const HOST = '';
    5
    const REPONAME = '';
  2. Setup a secure (SSH) tunnel as a sys... Setup a secure (SSH) tunnel as a systemd service. #systemd #ssh #ssh-tunnel #ssh-forward
    1
    ## README
    2
    
                  
    3
    Create a template service file at `/etc/systemd/system/secure-tunnel@.service`. The template parameter will correspond to the name
    4
    of target host:
    5
    
                  
  3. Rsync over SSH - (40MB/s over 1GB NICs) Rsync over SSH - (40MB/s over 1GB NICs)
    1
    ### The fastest remote directory rsync over ssh archival I can muster (40MB/s over 1gb NICs)
    2
    
                  
    3
    #### This creates an archive that does the following:
    4
    
                  
    5
    **rsync**
  4. A simple cloudflare-LetsEncrypt auto... A simple cloudflare-LetsEncrypt auto issue/renew script
    1
    #!/bin/bash
    2
    
                  
    3
    # Setting variables to run
    4
    DOMAIN="exampledomain.com"
    5
    CLOUDFLAREEMAIL="clouflare.account@email.com"