Back to Freecodecamp

Dialogue 2: Discussing Serverless Computing

curriculum/challenges/english/blocks/learn-how-to-discuss-tech-trends-and-updates/6636263059a6703a80ee06aa.md

latest3.4 KB
Original Source

--description--

Watch the video to understand the context of the upcoming lessons.

--assignment--

Watch the video

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Lisa",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "5.3-2.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Tom",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Lisa",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.02,
      "dialogue": {
        "text": "Lisa, do you know what this serverless computing trend is all about?",
        "align": "left"
      }
    },
    {
      "character": "Lisa",
      "startTime": 5.82,
      "finishTime": 8.2,
      "dialogue": {
        "text": "Serverless computing is an interesting concept, Tom.",
        "align": "right"
      }
    },
    {
      "character": "Lisa",
      "startTime": 8.76,
      "finishTime": 12.62,
      "dialogue": {
        "text": "It's when we run code without managing servers, like having computer helpers.",
        "align": "right"
      }
    },
    {
      "character": "Lisa",
      "startTime": 13.04,
      "finishTime": 16.2,
      "dialogue": {
        "text": "It's one of those trends that's making cloud computing even more convenient.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 16.66,
      "finishTime": 20.54,
      "dialogue": {
        "text": "That sounds cool. Do you think we can use it for our upcoming project?",
        "align": "left"
      }
    },
    {
      "character": "Lisa",
      "startTime": 21.2,
      "finishTime": 24.18,
      "dialogue": {
        "text": "Well, for our project, we can consider using serverless computing",
        "align": "right"
      }
    },
    {
      "character": "Lisa",
      "startTime": 24.18,
      "finishTime": 26.82,
      "dialogue": {
        "text": "to build parts of our app that need to scale easily.",
        "align": "right"
      }
    },
    {
      "character": "Lisa",
      "startTime": 26.82,
      "finishTime": 30.18,
      "dialogue": {
        "text": "It's especially useful when we need to handle variable workloads",
        "align": "right"
      }
    },
    {
      "character": "Lisa",
      "startTime": 30.18,
      "finishTime": 32.64,
      "dialogue": {
        "text": "and want to save on server management tasks.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 33.08,
      "finishTime": 36.9,
      "dialogue": {
        "text": "Got it. So we should explore serverless computing for the parts of our project",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 36.9,
      "finishTime": 39.78,
      "dialogue": {
        "text": "that need to handle changing workloads. Good to know.",
        "align": "left"
      }
    },
    {
      "character": "Lisa",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 40.28
    },
    {
      "character": "Tom",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 40.78
    }
  ]
}