Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb621d4

Browse files
authored
Update README.md
1 parent aa752df commit eb621d4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,13 @@ There are many languages for this. We might've heard of Java, C, C++, Go, Python
3434

3535
There are two reasons why we at HYF choose Node.JS over others:
3636
1) You already know JavaScript, so it's easier to get started than other languages
37-
2) Node.js is great for making web APIs because it is asynchronous by nature and thus allows for high input/output. By this we mean that it allows many users to make very light requests at the same time.
37+
2) Node.js is great for making web APIs because it is asynchronous by nature and thus allows for high input/output. By this we mean that it allows many users to make very light requests at the same time.
38+
39+
## Rewatch previous lectures
40+
41+
- Lecture 1(Joost): https://www.youtube.com/watch?v=c8OvRVsbIsc
42+
- Lecture 2(Joost): https://www.youtube.com/watch?v=pY7IDaLX-no
43+
- Lecture 3(Joost): https://www.youtube.com/watch?v=oeWCqKJsHtU&t=99s
44+
45+
46+

0 commit comments

Comments
 (0)