• Sunday

    • Private work.
    • Right now there are 32 regions and 102 AZs in AWS.
    • Js promise pools, optional chaining, array shifts, curried functions.
    • Set up Alexa to announce order-tracking updates from uber eats.
    • Watched 3 of the innovation talks from re:invent last week. Each 1hr, on 3x.
      • Covered California is on AWS.
      • Some ipv6 updates.
      • Remember cloudwatch has anomaly detection.
      • Remember cloudwatch has an AI query generator – type your search in natural language and it will translate to the syntax for querying logs/metrics/traces/etc.
    • Mealprep. Niners eagles (well deserved, philly finally exposed). Cleaning. Equinox. Aquarium maintenance. Etc.
    • Remember mutation != reassignment. Basic, but easy to practically forget.
    • Supercontest.
      • ESPN scorestrip was returning EMPTY statuses for a game, which was causing errors to get flagged in the container logs.
      • Example: gameId=401547572&nfl_s_left7=Atlanta%2013%20%20%20NY%20Jets%208%20()
      • Those last parentheses are supposed to contain a status, like (07:18%20IN%203RD).
      • So KeyError: '' in game.status_id = espn_abbv_status_id_map[score["status"]] when empty.