Merge branch 'kamranahmedse:master' into master

pull/986/head
Aroyan 3 years ago committed by GitHub
commit c80c538af3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      content/videos.json
  2. 1
      content/videos/array-structure.md
  3. 3
      contributing/readme.md
  4. 2
      public/sitemap.xml

@ -1,4 +1,15 @@
[
{
"id": "array-structure",
"title": "All about Array Data Structure",
"description": "Learn everything you need to know about array data structure",
"isPro": false,
"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"
},
{
"id": "what-are-data-structures",
"title": "What are Data Structures?",

@ -0,0 +1 @@
<iframe src="https://www.youtube.com/embed/QJNwK2uJyGs" title="Array Data Structure" />

@ -6,8 +6,7 @@
## Contributing
* [Submitting roadmaps](./roadmap.md)
**No PR will be discarded without explanations!**
* [Adding resources](https://github.com/kamranahmedse/developer-roadmap/issues/985)
## Guidelines

@ -9,7 +9,7 @@
<url>
<loc>https://roadmap.sh/backend</loc>
<changefreq>monthly</changefreq>
<lastmod>2022-01-08T17:34:17.532Z</lastmod>
<lastmod>2022-01-09T07:29:22.593Z</lastmod>
<priority>1.0</priority>
</url>
<url>

Loading…
Cancel
Save