You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/routes/masteryPaths.js
+44-3Lines changed: 44 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,56 @@ import MasteryPath from '../models/MasteryPath.js';
3
3
4
4
constrouter=express.Router();
5
5
6
+
// Fallback data in case MongoDB fails
7
+
constFALLBACK_PATHS=[
8
+
{
9
+
title: "Logic & Precision",
10
+
slug: "logic-precision",
11
+
description: "The essential toolkit for every engineer who values accuracy over approximation. Master the core logic and critical thinking that supports every engineering discipline, from circuits to concrete. Patterns change, but logic doesn't. Develop the problem-solving intuition that cracks exams and fixes engines alike.",
description: "Learn to navigate high-level friction, entropy, and edge cases in any system you design. Tackle the toughest problems in the industry. Whether optimizing algorithms or infrastructure, learn to build what hasn't been built yet. Go beyond the surface. Gain the deep technical expertise required to innovate, patent, and pioneer new technologies.",
skills: ["System Design","Edge Case Analysis","Deep Tech","Innovation"]
27
+
},
28
+
{
29
+
title: "Total Versatility",
30
+
slug: "total-versatility",
31
+
description: "Prepare for a dynamic future. Equip yourself to work in R&D, operations, product design, or field services. Be the engineer who thrives anywhere. Gain the versatility to design products, manage services, and solve real-world crises. Don't just fit a job description. Prepare for a career that bridges the gap between abstract theory and tangible human impact.",
0 commit comments