Skip to content

Instantly share code, notes, and snippets.

View prophen's full-sized avatar

Nikema prophen

View GitHub Profile
@prophen
prophen / AWS-notes-alt-text.md
Created January 29, 2021 21:30
AWS Notes - Alt text for image in blog post

Development/Deployment contd.

  • AWS OpsWorks

2.4 AWS Cloud Value Proposition

AWS Provides

  • On-demand resources
    • Get what you need, when you need it
  • Pay as you go
  • Pay for what you use, use what you need

Keybase proof

I hereby claim:

  • I am prophen on github.
  • I am nikema (https://keybase.io/nikema) on keybase.
  • I have a public key ASBm2Fjo2-zIoo5NgtoidpoM6xU_SAEv1H14dOx1AC9-0Ao

To claim this, I am signing this object:

Day 1: It's Alive

Through some trial and error, I got the site deployed on Netlify and closed my first issue.

It was a rough start with a few false starts.

I haven't set up continuous deployment on Netlify in months. When I entered The Collab Lab, we started with the create-react-app template site already deployed for us so that we could focus on the collaboration and teamwork instead of setting up.

Through a combination of Googling and recalling steps from the past, I made it there. I have a few small victories for this first day and I'm excited about eventually reaching the finish line with this app.

Check for Understanding

  • Mention different operators that can be used in JavaScript.

We've talked about arithmetic operators, comparison operators, and logical operators in JavaScript.

  • Write down the syntax of else if statement.
if (/* condition */){
  // Do this if the condition is true
} else {