Upload config.json
Browse files- config.json +12 -4
config.json
CHANGED
|
@@ -251,9 +251,17 @@
|
|
| 251 |
"MAX_MEMORY_USAGE": 0.8,
|
| 252 |
"TOP_K": 3,
|
| 253 |
"TOPIC_KEYWORDS": {
|
| 254 |
-
"programming": ["python", "java", "javascript",
|
| 255 |
-
|
| 256 |
-
|
| 257 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 258 |
}
|
| 259 |
}
|
|
|
|
| 251 |
"MAX_MEMORY_USAGE": 0.8,
|
| 252 |
"TOP_K": 3,
|
| 253 |
"TOPIC_KEYWORDS": {
|
| 254 |
+
"programming": ["python", "java", "javascript", "typescript", "rust", "go", "golang",
|
| 255 |
+
"c++", "cpp", "c#", "ruby", "php", "perl", "swift", "kotlin", "scala",
|
| 256 |
+
"html", "css", "sql", "database", "code", "function", "class", "method",
|
| 257 |
+
"algorithm", "data structure", "api", "http", "rest", "graphql", "json"],
|
| 258 |
+
"computer_science": ["algorithm", "complexity", "big o", "data structure", "graph", "tree", "hash table",
|
| 259 |
+
"linked list", "stack", "queue", "heap", "binary search", "sorting", "recursion",
|
| 260 |
+
"dynamic programming", "greedy algorithm", "backtracking", "computational", "turing"],
|
| 261 |
+
"software_engineering": ["design pattern", "architecture", "solid principles", "agile", "scrum", "kanban",
|
| 262 |
+
"waterfall", "ci/cd", "continuous integration", "continuous deployment", "testing",
|
| 263 |
+
"unit test", "integration test", "e2e test", "test-driven", "tdd", "bdd"],
|
| 264 |
+
"web_development": ["frontend", "backend", "full-stack", "web app", "spa", "pwa", "responsive",
|
| 265 |
+
"mobile-first", "css framework", "react", "angular", "vue", "svelte", "next.js"]
|
| 266 |
}
|
| 267 |
}
|