CSS:
30 seconds of CSS
React:
https://illustrated.dev/
30 seconds of react
DNS:
https://howdns.works/ep1/
https://i.redd.it/8myeqdcdtdr21.png
console.time('test'); | |
function smallestMultiple(num) { | |
if (num === 1) { | |
return 1; | |
} | |
// generate factors from 4 to num | |
let factors = {}; | |
for (let i = 2; i <= num; i++) { | |
// factorization |
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
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
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: