From f32c61b6903a426be04d15004ed273f6feba3bf5 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sun, 6 Feb 2022 18:13:26 +0400 Subject: [PATCH 01/13] Add new sponsors --- pages/thanks.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/thanks.tsx b/pages/thanks.tsx index 4b7e3e006..3d19a3ff3 100644 --- a/pages/thanks.tsx +++ b/pages/thanks.tsx @@ -99,6 +99,8 @@ export default function Thanks() { Monthly Sponsors + Ash P Reset Past or One Time Sponsors + Rui Hu Kevin Bot Date: Sun, 6 Feb 2022 21:17:42 +0700 Subject: [PATCH 02/13] Added Resources for Less (#1116) * Added Resources for Less * Update content/roadmaps/100-frontend/content/109-css-preprocessors/102-less.md * Update content/roadmaps/100-frontend/content/109-css-preprocessors/102-less.md Co-authored-by: Kamran Ahmed --- .../content/109-css-preprocessors/102-less.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/100-frontend/content/109-css-preprocessors/102-less.md b/content/roadmaps/100-frontend/content/109-css-preprocessors/102-less.md index 30afd5ee2..7518d881d 100644 --- a/content/roadmaps/100-frontend/content/109-css-preprocessors/102-less.md +++ b/content/roadmaps/100-frontend/content/109-css-preprocessors/102-less.md @@ -1 +1,8 @@ -# Less \ No newline at end of file +# Less + +Less extends CSS with dynamic behavior such as variables, mixins, operations and functions. Less runs on both the server-side (with Node.js and Rhino) or client-side (modern browsers only). + +Free Content +Official Website +Official Documentation + Less CSS Pre-Processor Tutorial From 864c8fb57aa5e63660be1fd4945ee74615e6ba5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Ayala?= Date: Sun, 6 Feb 2022 08:19:05 -0600 Subject: [PATCH 03/13] Update 102-nuxt-js.md (#1113) --- .../120-static-site-generators/102-nuxt-js.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/100-frontend/content/120-static-site-generators/102-nuxt-js.md b/content/roadmaps/100-frontend/content/120-static-site-generators/102-nuxt-js.md index 7e0303e9c..1d96a28ad 100644 --- a/content/roadmaps/100-frontend/content/120-static-site-generators/102-nuxt-js.md +++ b/content/roadmaps/100-frontend/content/120-static-site-generators/102-nuxt-js.md @@ -1 +1,11 @@ -# Nuxt js \ No newline at end of file +# Nuxt js + +Nuxt.js is an open-source development framework built on top of Node.js +enabling Vue based web applications functionalities such as server-side +rendering and generating static websites. + +Free Resources +Official Website +Official Docs for Getting Started +Mastering Nuxt.js +Vue.js for Beginners - Full Course at freeCodeCamp YouTube Channel From 258beade8daf8332f113518fbe7d35748f21f375 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Tue, 8 Feb 2022 18:17:42 +0400 Subject: [PATCH 04/13] Add video for stack data structure --- content/videos.json | 11 +++++++++++ content/videos/stack-data-structure.md | 1 + 2 files changed, 12 insertions(+) create mode 100644 content/videos/stack-data-structure.md diff --git a/content/videos.json b/content/videos.json index 497ebbed4..f855c1e23 100644 --- a/content/videos.json +++ b/content/videos.json @@ -1,4 +1,15 @@ [ + { + "id": "stack-data-structure", + "title": "Stack Data Structure", + "description": "Learn everything you need to know about the stack data structure", + "isPro": false, + "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" + }, { "id": "linked-list-data-structure", "title": "Linked List Data Structure", diff --git a/content/videos/stack-data-structure.md b/content/videos/stack-data-structure.md new file mode 100644 index 000000000..b8c7b4fc8 --- /dev/null +++ b/content/videos/stack-data-structure.md @@ -0,0 +1 @@ +