diff --git a/content/roadmaps/100-frontend/content/100-internet/101-what-is-http.md b/content/roadmaps/100-frontend/content/100-internet/101-what-is-http.md index 17733babd..3c4229aca 100644 --- a/content/roadmaps/100-frontend/content/100-internet/101-what-is-http.md +++ b/content/roadmaps/100-frontend/content/100-internet/101-what-is-http.md @@ -6,4 +6,5 @@ HTTP is the `TCP/IP` based application layer communication protocol which standa What is HTTP? An overview of HTTP Journey to HTTP/2 +HTTP/3 From A To Z: Core Concepts HTTP Crash Course & Exploration diff --git a/content/roadmaps/100-frontend/content/101-html/readme.md b/content/roadmaps/100-frontend/content/101-html/readme.md index 1d42b1287..4f2980e2f 100644 --- a/content/roadmaps/100-frontend/content/101-html/readme.md +++ b/content/roadmaps/100-frontend/content/101-html/readme.md @@ -6,3 +6,5 @@ HTML stands for Hyper Text Markup Language. It is used on the frontend and gives W3Schools: Learn HTML HTML Full Course - Build a Website Tutorial HTML Tutorial for Beginners: HTML Crash Course +Codecademy - Learn HTML +Interactive HTML Course diff --git a/content/roadmaps/100-frontend/content/102-css/102-responsive-design-and-media-queries.md b/content/roadmaps/100-frontend/content/102-css/102-responsive-design-and-media-queries.md index 7257aec93..80cf49706 100644 --- a/content/roadmaps/100-frontend/content/102-css/102-responsive-design-and-media-queries.md +++ b/content/roadmaps/100-frontend/content/102-css/102-responsive-design-and-media-queries.md @@ -5,4 +5,5 @@ Responsive Web Designing is the technique to make your webpages look good on all Free Content Responsive Web Design +Learn Responsive Design Introduction To Responsive Web Design diff --git a/content/roadmaps/100-frontend/content/102-css/readme.md b/content/roadmaps/100-frontend/content/102-css/readme.md index 6cc746a03..57cc064f2 100644 --- a/content/roadmaps/100-frontend/content/102-css/readme.md +++ b/content/roadmaps/100-frontend/content/102-css/readme.md @@ -10,3 +10,5 @@ CSS or Cascading Style Sheets is the language used to style the frontend of any HTML and CSS Tutorial CSS Masterclass - Tutorial & Course for Beginners What The Flexbox! +Learn CSS | Codecademy +Learn Intermediate CSS | Codecademy diff --git a/content/roadmaps/100-frontend/content/103-javascript/readme.md b/content/roadmaps/100-frontend/content/103-javascript/readme.md index f8708aa41..59a321c68 100644 --- a/content/roadmaps/100-frontend/content/103-javascript/readme.md +++ b/content/roadmaps/100-frontend/content/103-javascript/readme.md @@ -7,3 +7,4 @@ JavaScript allows you to add interactivity to your pages. Common examples that y The Modern JavaScript Tutorial JavaScript Crash Course for Beginners Build a Netflix Landing Page Clone with HTML, CSS & JS +Learn the basics of JavaScript diff --git a/content/roadmaps/100-frontend/content/107-package-managers/100-npm.md b/content/roadmaps/100-frontend/content/107-package-managers/100-npm.md index 285673a9e..a658a5280 100644 --- a/content/roadmaps/100-frontend/content/107-package-managers/100-npm.md +++ b/content/roadmaps/100-frontend/content/107-package-managers/100-npm.md @@ -7,4 +7,4 @@ npm is a package manager for the JavaScript programming language maintained by n An Absolute Beginner's Guide to Using npm NPM tutorial for Beginners NPM Crash Course - +How to NPM diff --git a/content/roadmaps/100-frontend/content/110-build-tools/102-linters-formatters/101-eslint.md b/content/roadmaps/100-frontend/content/110-build-tools/102-linters-formatters/101-eslint.md index b1722fb4e..1d6d6a686 100644 --- a/content/roadmaps/100-frontend/content/110-build-tools/102-linters-formatters/101-eslint.md +++ b/content/roadmaps/100-frontend/content/110-build-tools/102-linters-formatters/101-eslint.md @@ -1 +1,8 @@ -# Eslint \ No newline at end of file +# ESLint + +With ESLint you can impose the coding standard using a certain set of standalone rules. + +Free Content +ESLint Official Website +Introduction to ESLint +ESLint Quickstart - find errors automatically diff --git a/content/roadmaps/100-frontend/content/111-pick-a-framework/101-angular/100-rxjs.md b/content/roadmaps/100-frontend/content/111-pick-a-framework/101-angular/100-rxjs.md index 58ecfd644..1feb9e390 100644 --- a/content/roadmaps/100-frontend/content/111-pick-a-framework/101-angular/100-rxjs.md +++ b/content/roadmaps/100-frontend/content/111-pick-a-framework/101-angular/100-rxjs.md @@ -1 +1,10 @@ -# Rxjs \ No newline at end of file +# RxJS + +RxJS (Reactive Extensions for JavaScript) is a library for reactive programming using observables that makes it easier to compose asynchronous or callback-based code. + +Free Content + +RxJS Official Website +RxJS Angular Docs +RxJS Quick Start +RxJS Crash Course diff --git a/content/roadmaps/100-frontend/content/111-pick-a-framework/101-angular/101-ngrx.md b/content/roadmaps/100-frontend/content/111-pick-a-framework/101-angular/101-ngrx.md index 30c9ae709..d426fb030 100644 --- a/content/roadmaps/100-frontend/content/111-pick-a-framework/101-angular/101-ngrx.md +++ b/content/roadmaps/100-frontend/content/111-pick-a-framework/101-angular/101-ngrx.md @@ -1 +1,9 @@ -# Ngrx \ No newline at end of file +# NgRx + +NgRx is an open source library that provides reactive state management for your Angular applications + +Free Content + +Official Documentation +Angular NgRx Redux Quick Start Tutorial +NgRx Course diff --git a/content/roadmaps/100-frontend/content/112-modern-css/101-css-modules.md b/content/roadmaps/100-frontend/content/112-modern-css/101-css-modules.md index 5451adc82..d46d4d1cd 100644 --- a/content/roadmaps/100-frontend/content/112-modern-css/101-css-modules.md +++ b/content/roadmaps/100-frontend/content/112-modern-css/101-css-modules.md @@ -1 +1,9 @@ -# Css modules \ No newline at end of file +# CSS Modules + +CSS files in which all class names and animation names are scoped locally by default. + +Free Content +Project GitHub Repository +Using CSS Modules In React App +CSS Modules: Why are they great? + diff --git a/content/roadmaps/100-frontend/content/112-modern-css/103-emotion.md b/content/roadmaps/100-frontend/content/112-modern-css/103-emotion.md index 39a6aa202..0f846c436 100644 --- a/content/roadmaps/100-frontend/content/112-modern-css/103-emotion.md +++ b/content/roadmaps/100-frontend/content/112-modern-css/103-emotion.md @@ -1 +1,8 @@ -# Emotion \ No newline at end of file +# Emotion + +Emotion is a library designed for writing css styles with JavaScript. It provides powerful and predictable style composition in addition to a great developer experience with features such as source maps, labels, and testing utilities. Both string and object styles are supported. + +Free Content + +Official Website and Docs +Styled components using emotion in React diff --git a/content/roadmaps/100-frontend/content/114-css-frameworks/114-js-first/102-material-ui.md b/content/roadmaps/100-frontend/content/114-css-frameworks/114-js-first/102-material-ui.md index 69b111191..aba1b9f96 100644 --- a/content/roadmaps/100-frontend/content/114-css-frameworks/114-js-first/102-material-ui.md +++ b/content/roadmaps/100-frontend/content/114-css-frameworks/114-js-first/102-material-ui.md @@ -1 +1,8 @@ -# Material ui \ No newline at end of file +# Material UI + +Material-UI is an open-source framework that features React components that implement Google’s Material Design. + +Free Content +Official Website +Official Documentation +Material UI React Tutorial diff --git a/content/roadmaps/100-frontend/content/114-css-frameworks/114-js-first/103-radix-ui.md b/content/roadmaps/100-frontend/content/114-css-frameworks/114-js-first/103-radix-ui.md index 4fc888124..9f3e60ef7 100644 --- a/content/roadmaps/100-frontend/content/114-css-frameworks/114-js-first/103-radix-ui.md +++ b/content/roadmaps/100-frontend/content/114-css-frameworks/114-js-first/103-radix-ui.md @@ -1 +1,7 @@ -# Radix ui \ No newline at end of file +# Radix UI + +An open-source UI component library for building high-quality, accessible design systems and web apps. + +Free Content +Official Website +Official Documentation diff --git a/content/roadmaps/100-frontend/content/116-type-checkers/101-flow.md b/content/roadmaps/100-frontend/content/116-type-checkers/101-flow.md index bff898fa4..f1dc2d67b 100644 --- a/content/roadmaps/100-frontend/content/116-type-checkers/101-flow.md +++ b/content/roadmaps/100-frontend/content/116-type-checkers/101-flow.md @@ -1 +1,8 @@ -# Flow \ No newline at end of file +# Flow + +Flow is a static type checker, designed to find type errors in JavaScript programs. + +Free Resources +Official Website +Official Documentation +Flow for Beginners diff --git a/content/roadmaps/100-frontend/content/119-graphql/101-relay-modern.md b/content/roadmaps/100-frontend/content/119-graphql/101-relay-modern.md index 85558f71f..55722ec2e 100644 --- a/content/roadmaps/100-frontend/content/119-graphql/101-relay-modern.md +++ b/content/roadmaps/100-frontend/content/119-graphql/101-relay-modern.md @@ -4,6 +4,4 @@ Relay is a JavaScript client used in the browser to fetch GraphQL data. It's a J Free Content Official Website -Official Website -Official Website Introduction to Relay modern diff --git a/content/roadmaps/100-frontend/content/120-static-site-generators/107-eleventy.md b/content/roadmaps/100-frontend/content/120-static-site-generators/107-eleventy.md index 50c465887..fff7df488 100644 --- a/content/roadmaps/100-frontend/content/120-static-site-generators/107-eleventy.md +++ b/content/roadmaps/100-frontend/content/120-static-site-generators/107-eleventy.md @@ -5,3 +5,5 @@ Eleventy (11ty) is a simple to use, easy to customize, highly performant and pow Free Content Official Website Introduction to Eleventy +A collection of 11ty starters, projects, plugins, and resources + diff --git a/content/roadmaps/100-frontend/content/120-static-site-generators/readme.md b/content/roadmaps/100-frontend/content/120-static-site-generators/readme.md index 1c80dedcb..1e5a6dc02 100644 --- a/content/roadmaps/100-frontend/content/120-static-site-generators/readme.md +++ b/content/roadmaps/100-frontend/content/120-static-site-generators/readme.md @@ -1 +1,10 @@ -# Static site generators \ No newline at end of file +# Static Site Generators + +A static site generator is a tool that generates a full static HTML website based on raw data and a set of templates. Essentially, a static site generator automates the task of coding individual HTML pages and gets those pages ready to serve to users ahead of time. Because these HTML pages are pre-built, they can load very quickly in users' browsers. + +Free Content +What is a static site generator? +Next.js SSG +Gatsby SSG +SSG — An 11ty, Vite And JAM Sandwich + diff --git a/content/roadmaps/100-frontend/content/121-mobile-applications/101-nativescript.md b/content/roadmaps/100-frontend/content/121-mobile-applications/101-nativescript.md index 8d7af64fd..991116f12 100644 --- a/content/roadmaps/100-frontend/content/121-mobile-applications/101-nativescript.md +++ b/content/roadmaps/100-frontend/content/121-mobile-applications/101-nativescript.md @@ -1 +1,8 @@ -# Nativescript \ No newline at end of file +# NativeScript + +NativeScript is an open source framework for creating native iOS and Android apps in Angular, TypeScript, or JavaScript. + +Free Content +Official Website +Official Getting Started to NativeScript +NativeScript Tutorial for Beginners diff --git a/content/roadmaps/100-frontend/content/121-mobile-applications/103-ionic.md b/content/roadmaps/100-frontend/content/121-mobile-applications/103-ionic.md index 4f4a557cb..5a4ef9e5f 100644 --- a/content/roadmaps/100-frontend/content/121-mobile-applications/103-ionic.md +++ b/content/roadmaps/100-frontend/content/121-mobile-applications/103-ionic.md @@ -1 +1,8 @@ -# Ionic \ No newline at end of file +# Ionic + +Ionic framework is an open-source UI toolkit for building performant, high-quality mobile apps, desktop apps, and progressive web apps using web technologies such as HTML, CSS, and JavaScript. + +Free Content +Official Website +Official Getting Started to Ionic framework +Ionic Framework 4 - Full Tutorial diff --git a/content/roadmaps/100-frontend/content/123-web-assembly.md b/content/roadmaps/100-frontend/content/123-web-assembly.md index 15f506404..fe5d5c367 100644 --- a/content/roadmaps/100-frontend/content/123-web-assembly.md +++ b/content/roadmaps/100-frontend/content/123-web-assembly.md @@ -1 +1,8 @@ -# Web assembly \ No newline at end of file +# Web Assembly + +WebAssembly is a new type of code that can be run in modern web browsers — it is a low-level assembly-like language with a compact binary format that runs with near-native performance and provides languages such as C/C++, C# and Rust with a compilation target so that they can run on the web. It is also designed to run alongside JavaScript, allowing both to work together. + +Free Content +Official Website +Official Getting Started to Web Assembly +An introduction to WebAssembly diff --git a/content/roadmaps/101-backend/content/100-internet/101-what-is-http.md b/content/roadmaps/101-backend/content/100-internet/101-what-is-http.md index 17733babd..3c4229aca 100644 --- a/content/roadmaps/101-backend/content/100-internet/101-what-is-http.md +++ b/content/roadmaps/101-backend/content/100-internet/101-what-is-http.md @@ -6,4 +6,5 @@ HTTP is the `TCP/IP` based application layer communication protocol which standa What is HTTP? An overview of HTTP Journey to HTTP/2 +HTTP/3 From A To Z: Core Concepts HTTP Crash Course & Exploration diff --git a/content/roadmaps/101-backend/content/101-basic-frontend/100-html.md b/content/roadmaps/101-backend/content/101-basic-frontend/100-html.md index 3d7023ef2..4f2980e2f 100644 --- a/content/roadmaps/101-backend/content/101-basic-frontend/100-html.md +++ b/content/roadmaps/101-backend/content/101-basic-frontend/100-html.md @@ -7,3 +7,4 @@ HTML stands for Hyper Text Markup Language. It is used on the frontend and gives HTML Full Course - Build a Website Tutorial HTML Tutorial for Beginners: HTML Crash Course Codecademy - Learn HTML +Interactive HTML Course diff --git a/content/roadmaps/101-backend/content/102-os-general-knowledge/106-interprocess-communication.md b/content/roadmaps/101-backend/content/102-os-general-knowledge/106-interprocess-communication.md index 5f3e76338..145f6e3ff 100644 --- a/content/roadmaps/101-backend/content/102-os-general-knowledge/106-interprocess-communication.md +++ b/content/roadmaps/101-backend/content/102-os-general-knowledge/106-interprocess-communication.md @@ -1 +1,6 @@ -# Interprocess communication \ No newline at end of file +# Interprocess Communication + +Interprocess communication (IPC) refers specifically to the mechanisms an operating system provides to allow the processes to manage shared data + +Interprocess Communication +Interprocess Communication - Neso Academy diff --git a/content/roadmaps/101-backend/content/103-learn-a-language/100-go.md b/content/roadmaps/101-backend/content/103-learn-a-language/100-go.md index 2f0bb1e2d..abfa64445 100644 --- a/content/roadmaps/101-backend/content/103-learn-a-language/100-go.md +++ b/content/roadmaps/101-backend/content/103-learn-a-language/100-go.md @@ -6,3 +6,5 @@ Go is an open source programming language supported by Google. Go can be used to A Tour of Go – Go Basics Go Reference Documentation Go by Example - annotated example programs +Learn Go | Codecademy +W3Schools Go Tutorial diff --git a/content/roadmaps/101-backend/content/103-learn-a-language/101-rust.md b/content/roadmaps/101-backend/content/103-learn-a-language/101-rust.md index 8fc1f9db2..7a5822c98 100644 --- a/content/roadmaps/101-backend/content/103-learn-a-language/101-rust.md +++ b/content/roadmaps/101-backend/content/103-learn-a-language/101-rust.md @@ -1 +1,7 @@ -# Rust \ No newline at end of file +# Rust + +Rust is a modern systems programming language focusing on safety, speed, and concurrency. It accomplishes these goals by being memory safe without using garbage collection. + +Free Content +The Rust Programming Language - online book +Rust by Example - collection of runnable examples diff --git a/content/roadmaps/101-backend/content/103-learn-a-language/102-java.md b/content/roadmaps/101-backend/content/103-learn-a-language/102-java.md index 526e9b119..ab4f8f785 100644 --- a/content/roadmaps/101-backend/content/103-learn-a-language/102-java.md +++ b/content/roadmaps/101-backend/content/103-learn-a-language/102-java.md @@ -1 +1,10 @@ -# Java \ No newline at end of file +# Java + +Java is general-purpose language, primarily used for Internet-based applications. +It was created in 1995 by James Gosling at Sun Microsystems and is one of the most popular options for backend developers. + +Free Content +Java Website +Codeacademy - Free Course +W3 Schools Tutorials +Java Crash Course diff --git a/content/roadmaps/101-backend/content/103-learn-a-language/107-ruby.md b/content/roadmaps/101-backend/content/103-learn-a-language/107-ruby.md index cf37b2083..651bc592e 100644 --- a/content/roadmaps/101-backend/content/103-learn-a-language/107-ruby.md +++ b/content/roadmaps/101-backend/content/103-learn-a-language/107-ruby.md @@ -1 +1,8 @@ -# Ruby \ No newline at end of file +# Ruby + +Ruby is a high-level, interpreted programming language that blends Perl, Smalltalk, Eiffel, Ada, and Lisp. Ruby focuses on simplicity and productivity along with a syntax that reads and writes naturally. Ruby supports procedural, object-oriented and functional programming and is dynamically typed. + +Free Content +Ruby Website +Learn Ruby in 20 minutes +Learn Ruby | Codecademy diff --git a/content/roadmaps/101-backend/content/104-version-control-systems/100-basic-usage-of-git.md b/content/roadmaps/101-backend/content/104-version-control-systems/100-basic-usage-of-git.md index dca611bbf..e6ec03032 100644 --- a/content/roadmaps/101-backend/content/104-version-control-systems/100-basic-usage-of-git.md +++ b/content/roadmaps/101-backend/content/104-version-control-systems/100-basic-usage-of-git.md @@ -6,3 +6,4 @@ Version Control System Introduction Git & GitHub Crash Course For Beginners Learn Git in 20 Minutes +Learn Git on the command line diff --git a/content/roadmaps/101-backend/content/106-relational-databases/100-postgresql.md b/content/roadmaps/101-backend/content/106-relational-databases/100-postgresql.md index a6798acec..cbafee876 100644 --- a/content/roadmaps/101-backend/content/106-relational-databases/100-postgresql.md +++ b/content/roadmaps/101-backend/content/106-relational-databases/100-postgresql.md @@ -1 +1,9 @@ -# Postgresql \ No newline at end of file +# PostgreSQL + +PostgreSQL, also known as Postgres, is a free and open-source relational database management system emphasizing extensibility and SQL compliance. + +Free Content +Official Website +What is PostgreSQL +Learn PostgreSQL Tutorial - Full Course for Beginners +Postgres tutorial for Beginners diff --git a/content/roadmaps/101-backend/content/106-relational-databases/101-mysql.md b/content/roadmaps/101-backend/content/106-relational-databases/101-mysql.md index 39b7062b3..51a250472 100644 --- a/content/roadmaps/101-backend/content/106-relational-databases/101-mysql.md +++ b/content/roadmaps/101-backend/content/106-relational-databases/101-mysql.md @@ -1 +1,8 @@ -# Mysql \ No newline at end of file +# MySQL + +MySQL is an incredibly popular open source relational database management system (RDBMS). MySQL can be used as a stand-alone client or in conjunction with other services to provide database connectivity. The **M** in LAMP stack stands for MySQL; that alone should provide an idea of its prevalence. + +Free Content +MySQL website +W3Schools - MySQL tutorial +MySQL tutorial for beginners diff --git a/content/roadmaps/101-backend/content/106-relational-databases/103-mssql.md b/content/roadmaps/101-backend/content/106-relational-databases/103-mssql.md index 036266741..a983174f4 100644 --- a/content/roadmaps/101-backend/content/106-relational-databases/103-mssql.md +++ b/content/roadmaps/101-backend/content/106-relational-databases/103-mssql.md @@ -1 +1,8 @@ -# Mssql \ No newline at end of file +# MS SQL + +MS SQL (or Microsoft SQL Server) is the Microsoft developed relational database management system (RDBMS). MS SQL uses the T-SQL (Transact-SQL) query language to interact with the relational databases. There are many different versions and editions available of MS SQL + +Free Content +MS SQL website +Tutorials for SQL Server +SQL Server tutorial for beginners diff --git a/content/roadmaps/101-backend/content/107-nosql-databases/readme.md b/content/roadmaps/101-backend/content/107-nosql-databases/readme.md index 827dc6040..02ad6fd9b 100644 --- a/content/roadmaps/101-backend/content/107-nosql-databases/readme.md +++ b/content/roadmaps/101-backend/content/107-nosql-databases/readme.md @@ -1 +1,9 @@ -# Nosql databases \ No newline at end of file +# NoSQL databases + +NoSQL databases offer data storage and retrieval that is modelled differently to "traditional" relational databases. NoSQL databases typically focus more on horizontal scaling, eventual consistency, speed and flexibility and is used commonly for big data and real-time streaming applications. +NoSQL is often described as a BASE system (**B**asically **A**vailable, **S**oft state, **E**ventual consistency) as opposed to SQL/relational which typically focus on ACID (Atomicity, Consistency, Isolation, Durability). Common NoSQL data structures include key-value pair, wide column, graph and document. + +Free Content +NoSQL Explained +How do NoSQL Databases work +SQL vs NoSQL Explained diff --git a/content/roadmaps/101-backend/content/109-apis/104-hateoas.md b/content/roadmaps/101-backend/content/109-apis/104-hateoas.md index 5d512d077..56a8d4939 100644 --- a/content/roadmaps/101-backend/content/109-apis/104-hateoas.md +++ b/content/roadmaps/101-backend/content/109-apis/104-hateoas.md @@ -1 +1,6 @@ -# Hateoas \ No newline at end of file +# Hateoas + +HATEOAS is an acronym for Hypermedia As The Engine Of Application State, it's the concept that when sending information over a RESTful API the document received should contain everything the client needs in order to parse and use the data i.e they don't have to contact any other endpoint not explicitly mentioned within the Document + +Free Content +Oktane17: Designing Beautiful REST + JSON APIs (3:56 - 5:57) diff --git a/content/roadmaps/101-backend/content/111-web-security-knowledge/100-md5.md b/content/roadmaps/101-backend/content/111-web-security-knowledge/100-md5.md index 30a6ef237..0cce1f539 100644 --- a/content/roadmaps/101-backend/content/111-web-security-knowledge/100-md5.md +++ b/content/roadmaps/101-backend/content/111-web-security-knowledge/100-md5.md @@ -1 +1,8 @@ -# Md5 \ No newline at end of file +# MD5 + +MD5 (Message-Digest Algorithm 5) is a hash function that is currently advised not to be used due to it's extensive vulnerabilities. It is still used as a checksum to verify data integrity. + +Free Content +Wikipedia - MD5 +What is MD5? +Why is MD5 not safe? diff --git a/content/roadmaps/101-backend/content/113-ci-cd.md b/content/roadmaps/101-backend/content/113-ci-cd.md index edee7d737..5248a5956 100644 --- a/content/roadmaps/101-backend/content/113-ci-cd.md +++ b/content/roadmaps/101-backend/content/113-ci-cd.md @@ -1 +1,7 @@ -# Ci cd \ No newline at end of file +# CI/CD + +CI/CD (Continuous Integration/Continuous Deployment) is the practice of automating building, testing, and deployment of applications with the main goal of detecting issues early, and provide quicker releases to the production environment. + +Free Content +DevOps CI/CD Explained in 100 Seconds by Fireship +Automate your Workflows with GitHub Actions diff --git a/content/videos.json b/content/videos.json index 1f1cafd48..497ebbed4 100644 --- a/content/videos.json +++ b/content/videos.json @@ -1,4 +1,15 @@ [ + { + "id": "linked-list-data-structure", + "title": "Linked List Data Structure", + "description": "Learn everything you need to know about linked list data structure", + "isPro": false, + "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" + }, { "id": "array-structure", "title": "All about Array Data Structure", diff --git a/content/videos/linked-list-data-structure.md b/content/videos/linked-list-data-structure.md new file mode 100644 index 000000000..04fd2a6d5 --- /dev/null +++ b/content/videos/linked-list-data-structure.md @@ -0,0 +1 @@ +