DevOps
{username} = your username
{ip} = your DO droplet ip address
{repo} = your repo address
{email} = your email
$_ = value of the last thing printed to the chrome console
copy(var) = Copy anything from the chrome console to the clipboard
debug()
monitor()
queryObjects()
Create a basic page layout via HTML/CSS with a top header section with the name of the application and a content section where you will display the messages.
When your page loads, via JavaScript access our prepopulated data stored in the window.geemails
variable. Each object in the array has the following properties:
100ms - The time it takes for a human to perceive a noticable change
16ms - One frame (given 60 frames a second)
2MB - The average size of most webpages
3s - The first noticable valley where users start to drop off your site
10s - Nobody is still around
Prequisites: AWS Account
In AWS Console:
S3FullAccessGroup
, attach the AmazonS3FullAccess
policy to it.yourName_macbookpro_cli
. Make sure only programmatic access is checked off. Add the user to the S3FullAccessGroup
.In Local Development Terminal:
brew install awscli
Linux: sudo apt update
sudo apt install awscli
aws configure