-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathcategories.json
More file actions
128 lines (128 loc) · 2.51 KB
/
categories.json
File metadata and controls
128 lines (128 loc) · 2.51 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
[
{
"id": "communication-presentation",
"name": "Communication & Presentation",
"anchors": [
"bluf",
"chatham-house-rule",
"mece",
"pyramid-principle"
]
},
{
"id": "design-principles",
"name": "Design Principles & Patterns",
"anchors": [
"dry-principle",
"fowler-patterns",
"solid-principles",
"spot-principle",
"ssot-principle"
]
},
{
"id": "development-workflow",
"name": "Development Workflow",
"anchors": [
"bem-methodology",
"conventional-commits",
"mental-model-according-to-naur",
"regulated-environment",
"semantic-versioning",
"sota",
"timtowtdi",
"todotxt-flavoured-markdown"
]
},
{
"id": "dialogue-interaction",
"name": "Dialogue Interaction",
"anchors": [
"socratic-method"
]
},
{
"id": "documentation",
"name": "Documentation",
"anchors": [
"diataxis-framework",
"docs-as-code"
]
},
{
"id": "meta",
"name": "Meta",
"anchors": [
"what-qualifies-as-a-semantic-anchor"
]
},
{
"id": "problem-solving",
"name": "Problem Solving",
"anchors": [
"chain-of-thought",
"devils-advocate",
"feynman-technique",
"five-whys",
"morphological-box",
"rubber-duck-debugging"
]
},
{
"id": "requirements-engineering",
"name": "Requirements Engineering",
"anchors": [
"ears-requirements",
"moscow",
"problem-space-nvc",
"user-story-mapping"
]
},
{
"id": "software-architecture",
"name": "Software Architecture",
"anchors": [
"adr-according-to-nygard",
"arc42",
"c4-diagrams",
"clean-architecture",
"domain-driven-design",
"gom",
"hexagonal-architecture",
"madr"
]
},
{
"id": "statistical-methods",
"name": "Statistical Methods & Process Monitoring",
"anchors": [
"control-chart-shewhart",
"nelson-rules",
"spc"
]
},
{
"id": "strategic-planning",
"name": "Strategic Planning",
"anchors": [
"cynefin-framework",
"impact-mapping",
"jobs-to-be-done",
"pugh-matrix",
"wardley-mapping"
]
},
{
"id": "testing-quality",
"name": "Testing & Quality Practices",
"anchors": [
"iec-61508-sil-levels",
"mutation-testing",
"owasp-top-10",
"property-based-testing",
"tdd-chicago-school",
"tdd-london-school",
"testing-pyramid"
]
}
]