1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-24 19:42:51 +01:00

399 lines
15 KiB
JSON
Raw Normal View History

2021-08-29 18:57:23 +02:00
[
2022-08-24 11:27:30 +04:00
{
"id": "heap-data-structure",
"title": "Heap Data Structure",
"description": "Learn everything you need to know about the heap data structure",
"isNew": true,
"youtubeLink": "https://www.youtube.com/watch?v=F_r0sJ1RqWk",
"authorUsername": "kamranahmedse",
"duration": "11 minutes",
"updatedAt": "2022-08-24T19:59:14.191Z",
"createdAt": "2022-08-24T19:59:14.191Z"
},
2022-08-11 16:01:59 +04:00
{
"id": "tree-data-structure",
"title": "Tree Data Structure",
"description": "Learn everything you need to know about the tree data structure",
"isNew": true,
2022-08-11 16:01:59 +04:00
"youtubeLink": "https://www.youtube.com/watch?v=S2W3SXGPVyU",
"authorUsername": "kamranahmedse",
"duration": "8 minutes",
"updatedAt": "2022-08-11T19:59:14.191Z",
"createdAt": "2022-08-11T19:59:14.191Z"
},
2022-02-21 03:35:57 +04:00
{
"id": "hash-table-data-structure",
"title": "Hash Table Data Structure",
"description": "Learn everything you need to know about the hash table data structure",
"isNew": false,
2022-02-21 03:35:57 +04:00
"youtubeLink": "https://www.youtube.com/watch?v=jalSiaIi8j4",
"authorUsername": "kamranahmedse",
"duration": "8 minutes",
"updatedAt": "2022-02-21T19:59:14.191Z",
"createdAt": "2022-02-21T19:59:14.191Z"
},
2022-02-15 03:54:29 +04:00
{
"id": "queue-data-structure",
"title": "Queue Data Structure",
"description": "Learn everything you need to know about the queue data structure",
"isNew": false,
2022-02-15 03:54:29 +04:00
"youtubeLink": "https://www.youtube.com/watch?v=mDCi1lXd9hc",
"authorUsername": "kamranahmedse",
"duration": "4 minutes",
"updatedAt": "2022-02-14T19:59:14.191Z",
"createdAt": "2022-02-14T19:59:14.191Z"
},
2022-02-08 18:17:42 +04:00
{
"id": "stack-data-structure",
"title": "Stack Data Structure",
"description": "Learn everything you need to know about the stack data structure",
"isNew": false,
2022-02-08 18:17:42 +04:00
"youtubeLink": "https://www.youtube.com/watch?v=I5lq6sCuABE",
"authorUsername": "kamranahmedse",
"duration": "5 minutes",
"updatedAt": "2022-02-07T19:59:14.191Z",
"createdAt": "2022-02-07T19:59:14.191Z"
},
2022-01-31 19:51:08 +04:00
{
"id": "linked-list-data-structure",
"title": "Linked List Data Structure",
"description": "Learn everything you need to know about linked list data structure",
"isNew": false,
2022-01-31 19:51:08 +04:00
"youtubeLink": "https://www.youtube.com/watch?v=odW9FU8jPRQ",
"authorUsername": "kamranahmedse",
"duration": "11 minutes",
"updatedAt": "2022-01-31T19:59:14.191Z",
"createdAt": "2022-01-31T19:59:14.191Z"
},
2022-01-09 12:04:54 +04:00
{
"id": "array-structure",
"title": "All about Array Data Structure",
"description": "Learn everything you need to know about array data structure",
"isNew": false,
2022-01-09 12:04:54 +04:00
"youtubeLink": "https://www.youtube.com/watch?v=QJNwK2uJyGs",
"authorUsername": "kamranahmedse",
"duration": "10 minutes",
"updatedAt": "2022-01-09T19:59:14.191Z",
"createdAt": "2022-01-09T19:59:14.191Z"
},
2021-12-12 22:17:39 +01:00
{
"id": "what-are-data-structures",
"title": "What are Data Structures?",
"description": "Learn about the different data structures in this illustrated series",
"isNew": false,
2021-12-12 22:17:39 +01:00
"youtubeLink": "https://www.youtube.com/watch?v=9rhT3P1MDHk",
"authorUsername": "kamranahmedse",
"duration": "1 minute",
"updatedAt": "2021-12-12T19:59:14.191Z",
"createdAt": "2021-12-12T19:59:14.191Z"
},
2021-11-30 23:52:03 +01:00
{
"id": "what-is-eventual-consistency",
"title": "What is Eventual Consistency?",
"description": "Learn about the different consistency models in distributed systems",
"isNew": false,
2021-11-30 23:52:03 +01:00
"youtubeLink": "https://www.youtube.com/watch?v=rpqsSkTIdAw",
"authorUsername": "kamranahmedse",
"duration": "5 minutes",
"updatedAt": "2021-11-30T19:59:14.191Z",
"createdAt": "2021-11-30T19:59:14.191Z"
},
2021-11-25 21:35:36 +01:00
{
"id": "ssh-ssl-tls",
"title": "SSH vs TLS vs SSL",
"description": "Learn the difference between SSH, TLS and SSL",
"isNew": false,
2021-11-25 21:35:36 +01:00
"youtubeLink": "https://www.youtube.com/watch?v=k3rFFLmQCuY",
"authorUsername": "kamranahmedse",
"duration": "3 minutes",
"updatedAt": "2021-11-25T19:59:14.191Z",
"createdAt": "2021-11-25T19:59:14.191Z"
},
2021-11-15 14:05:00 +01:00
{
"id": "async-javascript",
2021-11-27 15:17:36 +01:00
"title": "Asynchronous JavaScript",
2021-11-15 14:05:00 +01:00
"description": "Learn how to write asynchronous JavaScript using Async/Await",
"isNew": false,
2021-11-15 14:05:00 +01:00
"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?",
"isNew": false,
2021-11-15 14:05:00 +01:00
"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"
},
2021-10-27 00:32:15 +02:00
{
"id": "big-o-notation",
2021-11-27 15:17:36 +01:00
"title": "Big O Notation",
2021-10-27 00:32:15 +02:00
"description": "Learn what the Big-O notation is and how to calculate the time complexity of an algorithm.",
"isNew": false,
2021-10-27 00:32:15 +02:00
"youtubeLink": "https://www.youtube.com/watch?v=Z0bH0cMY0E8",
"authorUsername": "kamranahmedse",
"duration": "8 minutes",
"updatedAt": "2021-10-25T19:59:14.191Z",
"createdAt": "2021-10-25T19:59:14.191Z"
},
2021-10-23 01:26:32 +02:00
{
"id": "yaml-in-depth",
"title": "YAML in Depth",
"description": "Everything you need to know about YAML",
"isNew": false,
2021-10-23 01:26:32 +02:00
"youtubeLink": "https://www.youtube.com/watch?v=ImHSpwUlNVc",
"authorUsername": "kamranahmedse",
"duration": "8 minutes",
"updatedAt": "2021-10-18T19:59:14.191Z",
"createdAt": "2021-10-18T19:59:14.191Z"
},
2021-10-10 16:01:42 +02:00
{
"id": "floating-point-arithmetic",
2021-11-27 15:17:36 +01:00
"title": "Floating Point Arithmetic",
2021-10-10 16:01:42 +02:00
"description": "Learn how ow the arithmetic operations work on floating-point numbers and why the results might be different from what you may expect.",
"isNew": false,
2021-10-10 16:01:42 +02:00
"youtubeLink": "https://www.youtube.com/watch?v=RIiq4tTt6rI",
"authorUsername": "kamranahmedse",
"duration": "4 minutes",
"updatedAt": "2021-10-10T19:59:14.191Z",
"createdAt": "2021-10-10T19:59:14.191Z"
},
2021-10-05 08:05:24 +02:00
{
"id": "what-is-cap-theorem",
"title": "What is CAP Theorem?",
"description": "An illustrated explanation to CAP theorem with examples and proof.",
"isNew": false,
2021-10-05 08:05:24 +02:00
"youtubeLink": "https://www.youtube.com/watch?v=_RbsFXWRZ10",
"authorUsername": "kamranahmedse",
"duration": "8 minutes",
"updatedAt": "2021-10-05T19:59:14.191Z",
"createdAt": "2021-10-05T19:59:14.191Z"
},
2021-09-26 17:09:58 +02:00
{
"id": "acid-explained",
2021-11-27 15:17:36 +01:00
"title": "ACID Explained",
2021-09-26 17:09:58 +02:00
"description": "Learn what it means for a database to be ACID compliant with examples.",
"isNew": false,
2021-09-26 17:09:58 +02:00
"youtubeLink": "https://www.youtube.com/watch?v=yaQ5YMWkxq4",
"authorUsername": "kamranahmedse",
"duration": "5 minutes",
"updatedAt": "2021-09-26T19:59:14.191Z",
"createdAt": "2021-09-26T19:59:14.191Z"
},
2021-08-29 18:57:23 +02:00
{
2021-09-03 16:21:20 +02:00
"id": "transport-protocols-tcp-vs-udp",
2021-08-29 18:57:23 +02:00
"title": "Transport Protocols: TCP vs UDP",
2021-09-03 12:59:44 +02:00
"description": "Learn about the Transport Layer of the TCP/IP model and different transport protocols.",
"isNew": false,
2021-09-03 16:54:35 +02:00
"youtubeLink": "https://www.youtube.com/watch?v=37AFBZv4_6Y",
2021-09-03 12:59:44 +02:00
"authorUsername": "kamranahmedse",
2021-08-29 18:57:23 +02:00
"duration": "10 minutes",
2021-09-03 16:54:35 +02:00
"updatedAt": "2020-11-21T19:59:14.191Z",
"createdAt": "2020-11-21T19:59:14.191Z"
2021-08-29 18:57:23 +02:00
},
{
2021-09-03 12:59:44 +02:00
"id": "tcp-ip-model",
"title": "TCP/IP Model Explained",
"description": "Learn what is TCP/IP Model and the different layers involved.",
"isNew": false,
2021-09-03 12:59:44 +02:00
"authorUsername": "kamranahmedse",
2021-09-03 16:54:35 +02:00
"youtubeLink": "https://www.youtube.com/watch?v=F5rni9fr1yE",
2021-09-03 12:59:44 +02:00
"duration": "5 minutes",
2021-09-03 16:54:35 +02:00
"updatedAt": "2020-11-06T19:59:14.191Z",
"createdAt": "2020-11-06T19:59:14.191Z"
2021-08-29 18:57:23 +02:00
},
{
2021-09-03 12:59:44 +02:00
"id": "osi-model",
"title": "OSI Model Explained",
"description": "Learn what is OSI Model and the different layers involved.",
"isNew": false,
2021-09-03 16:54:35 +02:00
"youtubeLink": "https://www.youtube.com/watch?v=dV8mjZd1OtU",
2021-09-03 12:59:44 +02:00
"authorUsername": "kamranahmedse",
"duration": "7 minutes",
2021-09-03 16:54:35 +02:00
"updatedAt": "2020-10-24T19:59:14.191Z",
"createdAt": "2020-10-24T19:59:14.191Z"
2021-08-29 18:57:23 +02:00
},
{
2021-09-03 16:21:20 +02:00
"id": "freeze-and-seal-objects-in-javascript",
2021-09-03 15:59:03 +02:00
"title": "Freeze and Seal in JavaScript",
"description": "Learn what is object freeze and seal in JavaScript and how to use them",
2021-09-03 16:54:35 +02:00
"youtubeLink": "https://www.youtube.com/watch?v=O3uT2l6vgZ8",
"isNew": false,
2021-09-03 12:59:44 +02:00
"authorUsername": "kamranahmedse",
"duration": "6 minutes",
2021-09-03 16:54:35 +02:00
"updatedAt": "2020-10-16T19:59:14.191Z",
"createdAt": "2020-10-16T19:59:14.191Z"
2021-08-29 18:57:23 +02:00
},
{
2021-09-03 16:21:20 +02:00
"id": "all-about-http-caching",
2021-09-03 15:59:03 +02:00
"title": "All about HTTP Caching",
2021-09-03 12:59:44 +02:00
"description": "Learn what is HTTP caching, places for caching and different caching headers.",
2021-09-03 16:54:35 +02:00
"youtubeLink": "https://www.youtube.com/watch?v=HiBDZgTNpXY",
"isNew": false,
2021-09-03 12:59:44 +02:00
"authorUsername": "kamranahmedse",
"duration": "13 minutes",
2021-09-03 16:54:35 +02:00
"updatedAt": "2020-10-04T19:59:14.191Z",
"createdAt": "2020-10-04T19:59:14.191Z"
2021-08-29 18:57:23 +02:00
},
{
2021-09-03 12:59:44 +02:00
"id": "content-delivery-networks",
2021-08-29 18:57:23 +02:00
"title": "Content Delivery Networks",
2021-09-03 12:59:44 +02:00
"description": "Learn what the CDNs are and the difference between push CDN vs pull CDN.",
2021-09-03 16:54:35 +02:00
"youtubeLink": "https://www.youtube.com/watch?v=6DXEPcXKQNY",
"isNew": false,
2021-09-03 12:59:44 +02:00
"authorUsername": "kamranahmedse",
"duration": "4 minutes",
2021-09-03 16:54:35 +02:00
"updatedAt": "2020-09-26T19:59:14.191Z",
"createdAt": "2020-09-26T19:59:14.191Z"
2021-08-29 18:57:23 +02:00
},
{
2021-09-03 12:59:44 +02:00
"id": "load-balancers-101",
"title": "Load Balancers 101",
"description": "Learn the basics of load balancers, types and different algorithms.",
2021-09-03 16:54:35 +02:00
"youtubeLink": "https://www.youtube.com/watch?v=galcDRNd5Ow",
"isNew": false,
2021-09-03 12:59:44 +02:00
"authorUsername": "kamranahmedse",
"duration": "9 minutes",
2021-09-03 16:54:35 +02:00
"updatedAt": "2020-09-18T19:59:14.191Z",
"createdAt": "2020-09-18T19:59:14.191Z"
2021-08-29 18:57:23 +02:00
},
{
2021-09-03 12:59:44 +02:00
"id": "dns-records",
"title": "DNS Records",
"description": "Learn what the DNS is and how a website is found on the internet.",
2021-09-03 16:54:35 +02:00
"youtubeLink": "https://www.youtube.com/watch?v=7lxgpKh_fRY",
"isNew": false,
2021-09-03 12:59:44 +02:00
"authorUsername": "kamranahmedse",
"duration": "6 minutes",
2021-09-03 16:54:35 +02:00
"updatedAt": "2020-08-31T19:59:14.191Z",
"createdAt": "2020-08-31T19:59:14.191Z"
2021-09-03 12:59:44 +02:00
},
{
"id": "dns-explained",
"title": "DNS and how does it work?",
"description": "Learn what the DNS is and how a website is found on the internet.",
2021-09-03 16:54:35 +02:00
"youtubeLink": "https://www.youtube.com/watch?v=Wj0od2ag5sk",
"isNew": false,
2021-09-03 12:59:44 +02:00
"authorUsername": "kamranahmedse",
"duration": "5 minutes",
2021-09-03 16:54:35 +02:00
"updatedAt": "2020-08-17T19:59:14.191Z",
"createdAt": "2020-08-17T19:59:14.191Z"
2021-09-03 12:59:44 +02:00
},
{
"id": "system-design-101",
"title": "System Design 101",
"description": "Learn about all the bits and pieces of system design.",
2021-09-03 16:54:35 +02:00
"youtubeLink": "https://www.youtube.com/watch?v=Y-Gl4HEyeUQ",
"isNew": false,
2021-09-03 12:59:44 +02:00
"authorUsername": "kamranahmedse",
"duration": "7 minutes",
2021-09-03 16:54:35 +02:00
"updatedAt": "2020-08-08T19:59:14.191Z",
"createdAt": "2020-08-08T19:59:14.191Z"
2021-08-29 18:57:23 +02:00
},
{
2021-09-03 12:59:44 +02:00
"id": "javascript-fetch-api",
2021-08-29 18:57:23 +02:00
"title": "JavaScript Fetch API",
2021-09-03 12:59:44 +02:00
"description": "Learn how to use JavaScript's Fetch API to interact with remote API.",
2021-09-03 16:54:35 +02:00
"youtubeLink": "https://www.youtube.com/watch?v=-ZI0ea5O2oA",
"isNew": false,
2021-09-03 12:59:44 +02:00
"authorUsername": "kamranahmedse",
"duration": "3 minutes",
2021-09-03 16:54:35 +02:00
"updatedAt": "2020-08-02T19:59:14.191Z",
"createdAt": "2020-08-02T19:59:14.191Z"
2021-09-03 12:59:44 +02:00
},
{
"id": "scaling-the-unscalable",
"title": "Scaling the Unscalable",
"description": "Learn the basics of System Design and understand how to build a scalable application.",
2021-09-03 16:54:35 +02:00
"youtubeLink": "https://www.youtube.com/watch?v=a2rcgzludDU",
"isNew": false,
2021-09-03 12:59:44 +02:00
"authorUsername": "kamranahmedse",
2021-08-29 18:57:23 +02:00
"duration": "10 minutes",
2021-09-03 16:54:35 +02:00
"updatedAt": "2020-07-26T19:59:14.191Z",
"createdAt": "2020-07-26T19:59:14.191Z"
2021-09-03 12:59:44 +02:00
},
{
"id": "promises-in-javascript",
"title": "All about Promises in JavaScript",
2021-09-03 16:54:35 +02:00
"youtubeLink": "https://www.youtube.com/watch?v=BvrkobaCVVE",
2021-09-03 12:59:44 +02:00
"description": "Learn how to write asynchronous code in JavaScript using promises.",
"isNew": false,
2021-09-03 12:59:44 +02:00
"authorUsername": "kamranahmedse",
"duration": "8 minutes",
2021-09-03 16:54:35 +02:00
"updatedAt": "2020-07-20T19:59:14.191Z",
"createdAt": "2020-07-20T19:59:14.191Z"
2021-09-03 12:59:44 +02:00
},
{
"id": "how-to-use-github-actions",
2021-09-03 15:59:03 +02:00
"title": "Automate with GitHub Actions",
2021-09-03 12:59:44 +02:00
"description": "Learn how to implement CI/CD with GitHub Actions",
2021-09-03 16:54:35 +02:00
"youtubeLink": "https://www.youtube.com/watch?v=nyKZTKQS_EQ",
"isNew": false,
2021-09-03 12:59:44 +02:00
"authorUsername": "kamranahmedse",
"duration": "6 minutes",
2021-09-03 16:54:35 +02:00
"updatedAt": "2020-07-13T19:59:14.191Z",
"createdAt": "2020-07-13T19:59:14.191Z"
2021-09-03 12:59:44 +02:00
},
{
"id": "what-is-dependency-injection",
"title": "What is Dependency Injection?",
"description": "Learn what is dependency injection and how to write better code with the help of it.",
2021-09-03 16:54:35 +02:00
"youtubeLink": "https://www.youtube.com/watch?v=0yc2UANSDiw",
"isNew": false,
2021-09-03 12:59:44 +02:00
"authorUsername": "kamranahmedse",
"duration": "3 minutes",
2021-09-03 16:54:35 +02:00
"updatedAt": "2020-07-04T19:59:14.191Z",
"createdAt": "2020-07-04T19:59:14.191Z"
2021-09-03 12:59:44 +02:00
},
{
"id": "how-to-use-css-variables",
"title": "How to use CSS Variables?",
"description": "Learn how to write scalable CSS using CSS Variables.",
2021-09-03 16:54:35 +02:00
"youtubeLink": "https://www.youtube.com/watch?v=lgaxU7CRmxU",
"isNew": false,
2021-09-03 12:59:44 +02:00
"authorUsername": "kamranahmedse",
"duration": "5 minutes",
2021-09-03 16:54:35 +02:00
"updatedAt": "2020-07-03T19:59:14.191Z",
"createdAt": "2020-07-03T19:59:14.191Z"
2021-09-03 12:59:44 +02:00
},
{
"id": "what-is-dom-shadow-dom-virtual-dom",
2021-09-03 15:59:03 +02:00
"title": "DOM, Shadow DOM, Virtual DOM",
2021-09-03 12:59:44 +02:00
"description": "Learn what is DOM, Shadow DOM and Virtual DOM and how they work.",
2021-09-03 16:54:35 +02:00
"youtubeLink": "https://www.youtube.com/watch?v=7Tok22qxPzQ",
"isNew": false,
2021-09-03 12:59:44 +02:00
"authorUsername": "kamranahmedse",
"duration": "6 minutes",
2021-09-03 16:54:35 +02:00
"updatedAt": "2020-07-20T19:59:14.191Z",
"createdAt": "2020-07-20T19:59:14.191Z"
2021-09-03 12:59:44 +02:00
},
{
"id": "practical-intro-to-react",
"title": "Practical Introduction to React",
"description": "Learn how to create a React Application with practical example.",
2021-09-03 16:54:35 +02:00
"youtubeLink": "https://www.youtube.com/watch?v=NyG7YJWJd6s&list=PLkZYeFmDuaN3NDLnBG01-sH2-nwn43mYu",
"isNew": false,
2021-09-03 12:59:44 +02:00
"authorUsername": "kamranahmedse",
"duration": "40 minutes",
"updatedAt": "2020-07-09T19:59:14.191Z",
"createdAt": "2020-07-09T19:59:14.191Z"
},
{
"id": "arrays-and-objects-in-javascript",
2021-09-03 15:59:03 +02:00
"title": "Arrays and Objects in JavaScript",
2021-09-03 12:59:44 +02:00
"description": "Learn how to manipulate arrays and objects in JavaScript.",
2021-09-03 16:54:35 +02:00
"youtubeLink": "https://www.youtube.com/watch?v=n3NKGsM3iEw",
"isNew": false,
2021-09-03 12:59:44 +02:00
"authorUsername": "kamranahmedse",
"duration": "12 minutes",
2021-09-03 16:54:35 +02:00
"updatedAt": "2020-05-09T19:59:14.191Z",
"createdAt": "2020-05-09T19:59:14.191Z"
2021-08-29 18:57:23 +02:00
}
]