From 95cff39223217855ba846ef60270fad2d81a9471 Mon Sep 17 00:00:00 2001 From: sahal Date: Wed, 21 Jan 2026 15:29:54 +0530 Subject: [PATCH] created ejs files for topic introduction, suggest topic and interview questions --- src/views/interviewQustions.ejs | 381 ++++++++++++++++++++++++++++++++ src/views/suggestTopic.ejs | 122 ++++++++++ src/views/topicIntroduction.ejs | 204 +++++++++++++++++ 3 files changed, 707 insertions(+) create mode 100644 src/views/interviewQustions.ejs create mode 100644 src/views/suggestTopic.ejs create mode 100644 src/views/topicIntroduction.ejs diff --git a/src/views/interviewQustions.ejs b/src/views/interviewQustions.ejs new file mode 100644 index 0000000..5fd9edc --- /dev/null +++ b/src/views/interviewQustions.ejs @@ -0,0 +1,381 @@ + + + + + + Interview Questions + + + +
+ +
+ + + + + Back to Topic + + + +
+ + +
+

Interview Questions

+

Master your tech stack with community-driven insights.

+
+ + +
+
+ + + + +
+ +
+ + +
+ +
+
+ +
+ + 45 +
+ + +
+
+

+ How do you install the Flutter SDK on macOS and set up the path? +

+ + EASY + +
+ +
+
+ Sarah Chen + By Sarah Chen +
+ +
+ + + + + +
+
+
+ + +
+
+ +
+ + 32 +
+ + +
+
+

+ What are the common issues found when running 'flutter doctor' for the first time? +

+ + MEDIUM + +
+ +
+
+ Alex Kumar + By Alex Kumar +
+ +
+ + + + + +
+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/src/views/suggestTopic.ejs b/src/views/suggestTopic.ejs new file mode 100644 index 0000000..9645402 --- /dev/null +++ b/src/views/suggestTopic.ejs @@ -0,0 +1,122 @@ + + + + + + Suggest a New Topic + + + +
+ + + + + + Back to Topics + + + +
+

Suggest a New Topic

+

Help the community by suggesting a valuable topic for mongodb

+
+ + +
+
+ + + +
+

How Community Contributions Work

+

Your suggestion will be reviewed by the community through voting. High-quality, relevant topics will rise to the top and help others in their learning journey!

+
+
+
+ + +
+
+ +
+ + +

Clear and concise titles work best

+
+ + +
+ + +

Help learners understand the topic's value

+
+ + +
+ + +
+ + +
+ + +
+
+
+ + +
+

Community Guidelines

+
    +
  • + + Ensure your topic is relevant to mongodb +
  • +
  • + + Check existing topics to avoid duplicates +
  • +
  • + + Provide clear, helpful descriptions for learners +
  • +
  • + + Rate complexity honestly to help others prioritize +
  • +
+
+
+ + \ No newline at end of file diff --git a/src/views/topicIntroduction.ejs b/src/views/topicIntroduction.ejs new file mode 100644 index 0000000..5713d7b --- /dev/null +++ b/src/views/topicIntroduction.ejs @@ -0,0 +1,204 @@ + + + + + + Flutter - Introduction and Setup + + + + +
+
+ + +
+ Flutter +
+

Introduction and Setup

+

+ Master the foundations of mongodb through community-curated sub-topics, + interview prep, and practical challenges. +

+
+
+ + +
+
+ +
+
+
+ + + +

Sub-Topics

+
+
+ + + + + + Suggest Sub-topic + +
+
+ +
+ +
+
+
+
+ + + +
+
+

+ Downloading Flutter SDK +

+

+ Suggested by Sarah Chen +

+
+
+
+ + Beginner + + + + +
+
+
+ + +
+
+
+
+ + + +
+
+

+ Adding Flutter to System Path +

+

+ Suggested by Alex Kumar +

+
+
+
+ + Beginner + + + + +
+
+
+ + +
+
+
+
+
+
+
+

+ Running Flutter Doctor +

+

+ Suggested by Maria Garcia +

+
+
+
+ + Beginner + + + + +
+
+
+ + +
+
+
+
+
+
+
+

+ Configuring IDE (VS Code/Android Studio) +

+

+ Suggested by James Wilson +

+
+
+
+ + Intermediate + + + + +
+
+
+
+
+ + +
+
+
+
+ + + +
+
+ +

+ Interview Questions +

+ +

+ Practice with 24 curated questions for this topic. +

+ + + Practice Questions + + + + +
+
+
+
+ + \ No newline at end of file