Skip to content

Commit

Permalink
Youtube video update
Browse files Browse the repository at this point in the history
  • Loading branch information
psdjungpulzze committed Nov 10, 2022
1 parent c7e25ed commit d88b1de
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/quick-demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ published: true

Watch API AutoFlow demo by Chief Product Officer Peter Jung.

<iframe width="560" height="315" src="https://www.youtube.com/embed/EhHfeC0tNXc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/-UN2JrEsrII" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
2 changes: 1 addition & 1 deletion docs/tutorial-video/course-basics/lesson-concept.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ grand_parent: Tutorials - Video
2 min read · 9 min video
<h1 style="margin-top:0">Lesson 1: API AutoFlow Basics</h1>

<iframe width="560" height="315" src="https://www.youtube.com/embed/nZ_XeHXl2eY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/6QwRkrlUrWI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

## Lesson Outline

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial-video/course-basics/lesson-conditionals.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Now that you have a good grasp of the fundamentals, let's look at how to create

The conditionals are statements like **IF, Match, the Switch** that perform a set of actions when the conditions are met.

<iframe width="560" height="315" src="https://www.youtube.com/embed/6cgOFMzWhfk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/m2-I7kHmBVY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

If you had any interest in technology, I am sure you have come across the **"IF"** condition (no pun intended).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Wouldn't it be great if the solution automatically tests itself as you build the

That's what the data simulation feature of API AutoFlow does.

<iframe width="560" height="315" src="https://www.youtube.com/embed/EhuCs1kdCdM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/zdwbsqmCws8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Mock data is simulated or made-up data for the purpose of testing the solution during development.

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial-video/course-basics/lesson-databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ published: true
Now with a good understanding of [iteration](/docs/internal-actions/iteration/), you can start working with the database.
A database returns a list of records in an array format.

<iframe width="560" height="315" src="https://www.youtube.com/embed/u4B_KeqIrY4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/DaA8mubcoJE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

**Prerequisite**:

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial-video/course-basics/lesson-debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ published: true
2 min read · 6 min video
<h1 style="margin-top:0">Lesson 12: Debugging Using Logs</h1>

<iframe width="560" height="315" src="https://www.youtube.com/embed/YQWm1RBIlkI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/RTvW8qRFMII" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

## Lesson Outline

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial-video/course-basics/lesson-helloworld.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ grand_parent: Tutorials - Video
4 min read · 16 min video
<h1 style="margin-top:0">Lesson 2: Navigation and Hello World!</h1>

<iframe width="560" height="315" src="https://www.youtube.com/embed/z2FK4f59DhU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/1fxcZepsIYk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

## Lesson Outline
1. Overall how to navigate and use the product
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial-video/course-basics/lesson-httprequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ published: true
2 min read · 4 min video
<h1 style="margin-top:0">Lesson 7: Making API Calls</h1>

<iframe width="560" height="315" src="https://www.youtube.com/embed/_xAvutQcDBQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/I9adsQtrWDc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

## Lesson Outline

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial-video/course-basics/lesson-iterations.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The good news is that loops are relatively easy to understand. There are just a

So, if you want to apply the same action to each item on the list, it helps to have all the items to be in the same format (a.k.a structured data).

<iframe width="560" height="315" src="https://www.youtube.com/embed/ZJ7txup6d1w" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/kE3yWUW_060" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

## Lesson Outline

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial-video/course-basics/lesson-organization.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ published: true
2 min read · 9 min video
<h1 style="margin-top:0">Lesson 10: Organization</h1>

<iframe width="560" height="315" src="https://www.youtube.com/embed/F80P-AIcGIs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/vHdYflZKJqo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

## Lesson Outline

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial-video/prerequisites/lesson-1-what-is-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: true
<h6>Prerequisites: Things you need to know before using API AutoFlow</h6>
<h1 style="margin-top:0">Lesson 1: What is API?</h1>

<iframe width="560" height="315" src="https://www.youtube.com/embed/tTzquDfhkQU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/24eLlzmzoCs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Creating your own API and integrating other people’s APIs are not hard

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: true
<h6>Prerequisites: Things you need to know before using API AutoFlow</h6>
<h1 style="margin-top:0">Lesson 2: Understanding API Documentations</h1>

<iframe width="560" height="315" src="https://www.youtube.com/embed/A3ok90uWH7k" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/UlQks2MhHQE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

If you have gone through my previous lessons,

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial-video/prerequisites/lesson-3-what-is-http.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: true
<h6>Prerequisites: Things you need to know before using API AutoFlow</h6>
<h1 style="margin-top:0">Lesson 3: What is HTTP</h1>

<iframe width="560" height="315" src="https://www.youtube.com/embed/TOZwLIuLKCw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/xW1m9vqBffQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Have you ever wondered what http in front of every URL means?

Expand Down

0 comments on commit d88b1de

Please sign in to comment.