GithubHelp home page GithubHelp logo

Tanner Bleakley

I'm a Developer, a Certified Cloud Practitioner, and a graduate of the JRS Coding School's Full-Stack Development Program.

Email Β  LinkedIn

Connect with me:

Website Twitter LinkedIn Replit

πŸ“ˆ My GitHub Stats:

GitHub Streak

Viewers Count

Handy Information and Commands:

Node Version Manager (NVM) commands:

node -v > .nvmrc - Create a .nvmrc file with the current version of node installed on your machine.

nvm use - Use the version of node specified in the .nvmrc file.

nvm install 16 - Install the specified version of node i.e., 16.

nvm alias default 16 - Set the default version of node to 16.

MySQL commands:

ALTER USER 'root'@'localhost' IDENTIFIED BY 'MyNewStrongP@ssw0d!'; - Update root password anytime from MySQL shell.

mysql -u root -p - Login to MySQL shell command line.

CREATE DATABASE <database_name>; - Create a new database.

USE <database_name>; - Use the specified database.

Setup AWS SSL Load balancer:

  1. Create an EC2 instance.

  2. Add git to the EC2 instance and clone the backend repo.

  3. Install node, npm and pm2.

  4. Set up EC2 to respond to HTTP on "/".

  5. Create a target group that will connect to the EC2.

  6. Define a security group that should accept traffic from the ALB security group.

  7. Create an application load balancer.

  8. Connect the load balancer to the target group.

  9. Set up health checks on HTTP port 80.

  10. Register a domain with Route 53 and use a subdomain for your backend.

  11. Add an AWS SSL certificate to your application load balancer.

  12. Point the domain to the ALB.

TannerB's Projects

TannerB doesn’t have any public repositories yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.