1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 12:10:22 +02:00

Add video links

This commit is contained in:
Kamran Ahmed
2021-11-15 14:05:00 +01:00
parent 71bef50e53
commit 5a121e4010
4 changed files with 8854 additions and 4164 deletions

View File

@@ -1,4 +1,26 @@
[
{
"id": "async-javascript",
"title": "All about Asynchronous JavaScript",
"description": "Learn how to write asynchronous JavaScript using Async/Await",
"isPro": false,
"youtubeLink": "https://www.youtube.com/watch?v=VyIK6SV5f7o",
"authorUsername": "kamranahmedse",
"duration": "15 minutes",
"updatedAt": "2021-11-14T19:59:14.191Z",
"createdAt": "2021-11-14T19:59:14.191Z"
},
{
"id": "random-number-generators",
"title": "Random Number Generators",
"description": "How do random number generators work?",
"isPro": false,
"youtubeLink": "https://www.youtube.com/watch?v=nDv3yXdD0rk",
"authorUsername": "kamranahmedse",
"duration": "8 minutes",
"updatedAt": "2021-11-03T19:59:14.191Z",
"createdAt": "2021-11-03T19:59:14.191Z"
},
{
"id": "big-o-notation",
"title": "Big O Notation — Calculating Time Complexity",

View File

@@ -0,0 +1 @@
<iframe src="https://www.youtube.com/embed/VyIK6SV5f7o" title="Asynchronous JavaScript" />

View File

@@ -0,0 +1 @@
<iframe src="https://www.youtube.com/embed/nDv3yXdD0rk" title="Random Number Generators" />

13106
package-lock.json generated

File diff suppressed because it is too large Load Diff