Skip to content

Commit 65e6aaa

Browse files
committed
move AJAX into draft
1 parent efe995b commit 65e6aaa

File tree

10 files changed

+18
-3
lines changed

10 files changed

+18
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

00-Drafts/readme.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
# All the unfinished draft content goes here.
1+
# All the unfinished draft content goes here.
2+
3+
4+
## Resources for topics not currently covered:
5+
6+
**Streams**
7+
1. Explain
8+
- [Buffer](https://www.youtube.com/watch?v=GlybFFMXXmQ)
9+
2.
10+

02-ClientVServer/readme.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,14 @@ Students should be able to:
3636
- [Part 1](https://devtools.tech/build-your-own-express-js-part-one/)
3737
- [Part 2](https://devtools.tech/build-your-own-express-js-part-two/?ref=code-devtools-tec)
3838

39-
* **Bleeding Edge**
40-
- [Streaming requests with fetch - HTTP 203](https://www.youtube.com/watch?v=G9PpImUEeUA)
4139

40+
**Basic Videos**
41+
1. [Buffers, Streams, Pipes and Files](https://www.youtube.com/watch?v=8Vmvsn5JhVY)
42+
2. [Async Javascript - Callbacks, Promises, Async Await](https://www.youtube.com/watch?v=_8gHHBlbziw)
4243

44+
**Advanced Topic Videos**
45+
- [how to correctly stream a file over http](https://www.youtube.com/watch?v=aTEDCotcn20)
46+
- [Async Iterators: A New Future for Streams - Stephen Belanger](https://www.youtube.com/watch?v=YVdw1MDHVZs)
4347

48+
* **Bleeding Edge**
49+
- [Streaming requests with fetch - HTTP 203](https://www.youtube.com/watch?v=G9PpImUEeUA)

0 commit comments

Comments
 (0)