-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtopics.json
More file actions
38 lines (38 loc) · 1.17 KB
/
topics.json
File metadata and controls
38 lines (38 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"profile": {
"roles": [
"Frontend Engineer",
"Node.js Backend Engineer",
"Engineering Manager",
"AI Tooling Enthusiast"
],
"topics": {
"high_priority": [
"React, React 19, React Server Components",
"TypeScript, JavaScript runtimes (Bun, Deno, Node)",
"CSS, design systems, component architecture",
"Node.js internals, performance, streams",
"LLMs, Claude, AI coding tools (Cursor, Copilot)",
"Engineering management, team leadership, 1:1s",
"Agentic AI workflows and automation"
],
"medium_priority": [
"Web performance, Core Web Vitals",
"Accessibility, progressive enhancement",
"Developer tooling: bundlers, linters, CI/CD",
"System design and distributed systems",
"Engineering culture, remote teams"
],
"low_priority": [
"Mobile development",
"DevOps unless highly relevant to Node/JS",
"Non-JS languages"
],
"exclude_if": [
"Job listings",
"Product advertisements without technical depth",
"Tutorial beginner content (assume senior-level reader)"
]
}
}
}