realethantran / fastpages_EthanT

MIT License
0 stars 2 forks source link

CSA Deployment Pop Quiz - Ethan Tran #51

Open realethantran opened 7 months ago

realethantran commented 7 months ago

Ethan Tran:

Top Four Scores: 0.9 + 0.9 + 0.85 + 0.85 = 3.50/4.00 --> 87.50%

1) Show JWT signup or login process --> Show the login process, split browser between inspect and assosciate cookie with login - 0.55

2) Show a POJO Object - 0.85

VSCode Screenshot

image

3) Describe reverse proxy of server_name to proxy_pass - 0.85

A reverse proxy forwards traffic and conceals information about the backend by translating requests from a given server_name to a chosen proxy_pass destination.

image

4) Show a Docker update process - 0.9

  1. docker-compose down
  2. git pull
  3. docker-compose up -d
  4. docker-compose build --no-cache

image

5) Show API access code error handling on redirect or 404 - 0.9

image

image

Final Score: 0.9 + 0.9 + 0.85 + 0.85 = 3.50 --> 3.50/4.00 = 87.50%