Skip to content

Instantly share code, notes, and snippets.

View ggenya132's full-sized avatar
💭
🌮

Eugene Vedensky ggenya132

💭
🌮
View GitHub Profile
@ggenya132
ggenya132 / mean_aws_deployment_process.MD
Created December 11, 2018 02:33 — forked from johnthillaye/mean_aws_deployment_process.MD
MEAN.JS Full Stack Deployment Process to AWS EC2

MEAN.JS Full Stack Deployment Process to AWS EC2

Deploy AWS EC2 Instance

###Install & configure AWS CLI tools

$ sudo pip install awscli
$ aws configure
@ggenya132
ggenya132 / mean_aws_deployment_process.MD
Created December 11, 2018 02:33 — forked from johnthillaye/mean_aws_deployment_process.MD
MEAN.JS Full Stack Deployment Process to AWS EC2

MEAN.JS Full Stack Deployment Process to AWS EC2

Deploy AWS EC2 Instance

###Install & configure AWS CLI tools

$ sudo pip install awscli
$ aws configure
@ggenya132
ggenya132 / Reusing_Classes_1.md
Created January 19, 2017 01:56 — forked from DavidGinzberg/Reusing_Classes_1.md
Reusing Classes Labs

Rotate Array

Objectives

  1. To demonstrate your understanding of objects and functions
  2. To demonstrate your understanding of controlling execution
  3. To demonstrate your understanding of access control
  4. To demonstrate your understanding of reusing classes