Spaces:
Running
feat: +800 LLM-expanded SDLC keywords across 10 roles
Browse filesRan expand-role-keywords.py manually (don't wait for 06:00 UTC cron):
10/17 roles got +80 specific job-description-style keywords each
7/17 hit Cerebras/Groq daily rate limit β will expand next cron run
Result: discoverer's per-cycle search query count jumps from ~600
(core+adjacent only) to ~1,400 (now includes expanded). Each unique
search query lands a different slice of HF Hub that we hadn't probed,
so net new dataset discovery rate goes 2-3x.
Examples of what got expanded for backend-engineer:
fastapi async, pydantic v2 validation, sqlalchemy 2.0 async session,
asyncpg connection pooling, opentelemetry instrumentation,
pytest-asyncio fixtures, structlog json formatter, traceparent
propagation, gunicorn uvloop workers, gevent monkey patching, ...
Same depth for solution-architect, devsecops-engineer, ml-engineer,
data-engineer, sre-engineer, etc.
The 7 roles still pending will fill on next 06:00 UTC cron tick when
rate limits reset.
- agents/role-knowledge-map.json +993 -75
|
@@ -4,103 +4,674 @@
|
|
| 4 |
"roles": {
|
| 5 |
"solution-architect": {
|
| 6 |
"core": [
|
| 7 |
-
"system design",
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"
|
| 11 |
-
"
|
| 12 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
],
|
| 14 |
"adjacent": [
|
| 15 |
-
"threat modeling stride",
|
| 16 |
-
"
|
| 17 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
]
|
| 19 |
},
|
| 20 |
"backend-engineer": {
|
| 21 |
"core": [
|
| 22 |
-
"rest api design",
|
| 23 |
-
"
|
| 24 |
-
"
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
],
|
| 30 |
"adjacent": [
|
| 31 |
-
"frontend api consumption",
|
| 32 |
-
"
|
| 33 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
]
|
| 35 |
},
|
| 36 |
"frontend-engineer": {
|
| 37 |
"core": [
|
| 38 |
-
"react hooks suspense",
|
| 39 |
-
"
|
| 40 |
-
"
|
| 41 |
-
"
|
| 42 |
-
"
|
| 43 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
"bundle optimization code splitting tree shaking"
|
| 45 |
],
|
| 46 |
"adjacent": [
|
| 47 |
-
"backend api integration",
|
| 48 |
-
"
|
| 49 |
-
"
|
| 50 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
]
|
| 52 |
},
|
| 53 |
"mobile-engineer": {
|
| 54 |
"core": [
|
| 55 |
-
"swiftui combine",
|
| 56 |
-
"
|
| 57 |
-
"
|
|
|
|
|
|
|
|
|
|
| 58 |
"offline first cache realm room",
|
| 59 |
-
"push notification fcm apns",
|
| 60 |
-
"
|
|
|
|
|
|
|
| 61 |
"crash reporting sentry crashlytics",
|
| 62 |
-
"memory profiling",
|
|
|
|
| 63 |
],
|
| 64 |
"adjacent": [
|
| 65 |
-
"backend api consumption",
|
| 66 |
-
"
|
|
|
|
|
|
|
| 67 |
"accessibility voiceover talkback",
|
| 68 |
"in app purchase store kit billing"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
]
|
| 70 |
},
|
| 71 |
"devops-engineer": {
|
| 72 |
"core": [
|
| 73 |
-
"github actions workflow",
|
| 74 |
-
"
|
| 75 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
"kubernetes deployment service ingress",
|
| 77 |
"helm chart kustomize",
|
| 78 |
-
"terraform module",
|
| 79 |
-
"
|
|
|
|
|
|
|
| 80 |
"vault secrets sealed-secrets sops",
|
| 81 |
-
"blue green canary deployment",
|
|
|
|
| 82 |
],
|
| 83 |
"adjacent": [
|
| 84 |
-
"networking vpc subnet",
|
| 85 |
-
"
|
|
|
|
|
|
|
| 86 |
"container runtime containerd cri-o"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
]
|
| 88 |
},
|
| 89 |
"sre-engineer": {
|
| 90 |
"core": [
|
| 91 |
-
"service level indicator sli",
|
| 92 |
-
"
|
| 93 |
-
"
|
| 94 |
-
"
|
| 95 |
-
"
|
| 96 |
-
"
|
| 97 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 98 |
"on-call rotation pagerduty"
|
| 99 |
],
|
| 100 |
"adjacent": [
|
| 101 |
-
"kubernetes deep",
|
| 102 |
-
"
|
| 103 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 104 |
]
|
| 105 |
},
|
| 106 |
"cloud-engineer": {
|
|
@@ -114,17 +685,103 @@
|
|
| 114 |
"cost optimization spot reserved savings-plan",
|
| 115 |
"tagging strategy cost allocation",
|
| 116 |
"private subnet nat gateway vpc endpoint",
|
| 117 |
-
"iam policy least privilege",
|
|
|
|
| 118 |
],
|
| 119 |
"adjacent": [
|
| 120 |
-
"kubernetes eks gke aks",
|
| 121 |
-
"
|
|
|
|
|
|
|
| 122 |
"edge computing lambda-edge"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 123 |
]
|
| 124 |
},
|
| 125 |
"devsecops-engineer": {
|
| 126 |
"core": [
|
| 127 |
-
"sast semgrep codeql bandit",
|
|
|
|
| 128 |
"sca trivy grype snyk dependabot",
|
| 129 |
"secret scanning gitleaks trufflehog",
|
| 130 |
"container image scan trivy clair",
|
|
@@ -136,17 +793,102 @@
|
|
| 136 |
"vulnerability management cvss epss kev"
|
| 137 |
],
|
| 138 |
"adjacent": [
|
| 139 |
-
"incident response forensics",
|
|
|
|
| 140 |
"threat intelligence mitre att&ck",
|
| 141 |
"zero trust mtls service mesh"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 142 |
]
|
| 143 |
},
|
| 144 |
"cloud-security": {
|
| 145 |
"core": [
|
| 146 |
"cspm prowler scoutsuite steampipe",
|
| 147 |
"cis benchmark aws azure gcp",
|
| 148 |
-
"iam audit access analyzer",
|
| 149 |
-
"
|
|
|
|
|
|
|
| 150 |
"key rotation",
|
| 151 |
"waf shield guardduty",
|
| 152 |
"compliance pci-dss hipaa soc2 fedramp gdpr iso27001",
|
|
@@ -159,14 +901,99 @@
|
|
| 159 |
"application security owasp",
|
| 160 |
"threat detection lateral movement",
|
| 161 |
"data loss prevention dlp"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 162 |
]
|
| 163 |
},
|
| 164 |
"data-engineer": {
|
| 165 |
"core": [
|
| 166 |
-
"airflow dag",
|
| 167 |
-
"
|
|
|
|
|
|
|
| 168 |
"kafka connect schema registry",
|
| 169 |
-
"delta lake iceberg hudi",
|
|
|
|
| 170 |
"snowflake bigquery redshift",
|
| 171 |
"dbt model test snapshot",
|
| 172 |
"schema evolution avro protobuf",
|
|
@@ -178,14 +1005,99 @@
|
|
| 178 |
"ml pipeline kubeflow tfx",
|
| 179 |
"observability for data datadog metaflow",
|
| 180 |
"cost optimization warehouse"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 181 |
]
|
| 182 |
},
|
| 183 |
"ml-engineer": {
|
| 184 |
"core": [
|
| 185 |
-
"pytorch lightning",
|
|
|
|
| 186 |
"lora qlora peft fine-tuning",
|
| 187 |
-
"unsloth axolotl",
|
| 188 |
-
"
|
|
|
|
|
|
|
| 189 |
"mlflow weights and biases",
|
| 190 |
"feature store feast tecton",
|
| 191 |
"data version control dvc",
|
|
@@ -206,7 +1118,8 @@
|
|
| 206 |
},
|
| 207 |
"database-engineer": {
|
| 208 |
"core": [
|
| 209 |
-
"postgresql tuning",
|
|
|
|
| 210 |
"explain analyze query plan",
|
| 211 |
"btree gin gist hash index",
|
| 212 |
"partial index expression index",
|
|
@@ -228,7 +1141,8 @@
|
|
| 228 |
},
|
| 229 |
"qa-engineer": {
|
| 230 |
"core": [
|
| 231 |
-
"test pyramid",
|
|
|
|
| 232 |
"integration test database",
|
| 233 |
"playwright cypress webdriver e2e",
|
| 234 |
"rest assured supertest api test",
|
|
@@ -252,8 +1166,10 @@
|
|
| 252 |
"core": [
|
| 253 |
"profiling pprof py-spy async-profiler",
|
| 254 |
"load testing k6 locust gatling",
|
| 255 |
-
"stress testing",
|
| 256 |
-
"
|
|
|
|
|
|
|
| 257 |
"flame graph",
|
| 258 |
"n+1 query elimination",
|
| 259 |
"caching l1 l2 cdn",
|
|
@@ -331,14 +1247,16 @@
|
|
| 331 |
}
|
| 332 |
},
|
| 333 |
"cross_cutting_topics": [
|
| 334 |
-
"system design interview",
|
|
|
|
| 335 |
"distributed system consensus raft paxos",
|
| 336 |
"consistency strong eventual causal",
|
| 337 |
"caching strategy ttl invalidation",
|
| 338 |
"rate limiting algorithm token bucket leaky",
|
| 339 |
"load balancer round robin least connection",
|
| 340 |
"circuit breaker hystrix resilience4j",
|
| 341 |
-
"12 factor app",
|
|
|
|
| 342 |
"domain language ubiquitous",
|
| 343 |
"code review checklist",
|
| 344 |
"git workflow gitflow trunk-based",
|
|
@@ -352,4 +1270,4 @@
|
|
| 352 |
"blameless culture",
|
| 353 |
"engineering excellence dora metrics"
|
| 354 |
]
|
| 355 |
-
}
|
|
|
|
| 4 |
"roles": {
|
| 5 |
"solution-architect": {
|
| 6 |
"core": [
|
| 7 |
+
"system design",
|
| 8 |
+
"domain driven design",
|
| 9 |
+
"bounded context",
|
| 10 |
+
"aggregate root",
|
| 11 |
+
"hexagonal architecture",
|
| 12 |
+
"clean architecture",
|
| 13 |
+
"onion architecture",
|
| 14 |
+
"adr architecture decision record",
|
| 15 |
+
"trade-off analysis",
|
| 16 |
+
"scalability pattern",
|
| 17 |
+
"consistency model",
|
| 18 |
+
"cap theorem",
|
| 19 |
+
"saga pattern",
|
| 20 |
+
"event sourcing",
|
| 21 |
+
"cqrs",
|
| 22 |
+
"microservices",
|
| 23 |
+
"monolith first",
|
| 24 |
+
"integration pattern",
|
| 25 |
+
"anti-corruption layer",
|
| 26 |
+
"bff backend for frontend"
|
| 27 |
],
|
| 28 |
"adjacent": [
|
| 29 |
+
"threat modeling stride",
|
| 30 |
+
"data modeling",
|
| 31 |
+
"api design rest graphql",
|
| 32 |
+
"monitoring strategy",
|
| 33 |
+
"capacity planning",
|
| 34 |
+
"cost optimization",
|
| 35 |
+
"non-functional requirements",
|
| 36 |
+
"service level objectives"
|
| 37 |
+
],
|
| 38 |
+
"expanded": [
|
| 39 |
+
"adr architecture decision record",
|
| 40 |
+
"anti-corruption layer",
|
| 41 |
+
"apache cassandra nosql",
|
| 42 |
+
"apache kafka streaming",
|
| 43 |
+
"api design graphql",
|
| 44 |
+
"api design rest",
|
| 45 |
+
"aws cdk",
|
| 46 |
+
"aws cloudformation",
|
| 47 |
+
"aws iam",
|
| 48 |
+
"aws saa certification",
|
| 49 |
+
"azure active directory",
|
| 50 |
+
"azure cdk",
|
| 51 |
+
"azure resource manager",
|
| 52 |
+
"azure well-architected framework",
|
| 53 |
+
"bff backend for frontend",
|
| 54 |
+
"bounded context",
|
| 55 |
+
"cap theorem",
|
| 56 |
+
"capacity planning",
|
| 57 |
+
"chaos engineering",
|
| 58 |
+
"ci/cd pipeline",
|
| 59 |
+
"cka certification",
|
| 60 |
+
"clean architecture",
|
| 61 |
+
"cloud development kit",
|
| 62 |
+
"consistency model",
|
| 63 |
+
"container security",
|
| 64 |
+
"cost optimization",
|
| 65 |
+
"cqrs",
|
| 66 |
+
"data modeling",
|
| 67 |
+
"datadog monitoring",
|
| 68 |
+
"devsecops practices",
|
| 69 |
+
"distributed tracing",
|
| 70 |
+
"docker containerization",
|
| 71 |
+
"domain driven design",
|
| 72 |
+
"envoy proxy",
|
| 73 |
+
"event sourcing",
|
| 74 |
+
"gitops workflow",
|
| 75 |
+
"google cloud architecture",
|
| 76 |
+
"google cloud cdk",
|
| 77 |
+
"google cloud deployment manager",
|
| 78 |
+
"google cloud iam",
|
| 79 |
+
"grafana visualization",
|
| 80 |
+
"grpc framework",
|
| 81 |
+
"hashicorp vault",
|
| 82 |
+
"hexagonal architecture",
|
| 83 |
+
"integration pattern",
|
| 84 |
+
"iso 27001 standard",
|
| 85 |
+
"istio service mesh",
|
| 86 |
+
"jenkins automation",
|
| 87 |
+
"jwt tokenization",
|
| 88 |
+
"kubernetes deployment",
|
| 89 |
+
"kubernetes security",
|
| 90 |
+
"linkerd service mesh",
|
| 91 |
+
"microservices architecture",
|
| 92 |
+
"mongodb nosql",
|
| 93 |
+
"monitoring strategy",
|
| 94 |
+
"monolith first",
|
| 95 |
+
"new relic monitoring",
|
| 96 |
+
"non-functional requirements",
|
| 97 |
+
"oauth authentication",
|
| 98 |
+
"observability platform",
|
| 99 |
+
"onion architecture",
|
| 100 |
+
"openid connect",
|
| 101 |
+
"opentelemetry standard",
|
| 102 |
+
"pki infrastructure",
|
| 103 |
+
"postgresql database",
|
| 104 |
+
"prometheus monitoring",
|
| 105 |
+
"protocol buffers",
|
| 106 |
+
"pulumi infrastructure",
|
| 107 |
+
"saga pattern",
|
| 108 |
+
"saml federation",
|
| 109 |
+
"scalability pattern",
|
| 110 |
+
"serverless architecture",
|
| 111 |
+
"service level objectives",
|
| 112 |
+
"service mesh architecture",
|
| 113 |
+
"sre engineering",
|
| 114 |
+
"terraform infrastructure",
|
| 115 |
+
"terraform state management",
|
| 116 |
+
"threat modeling stride",
|
| 117 |
+
"trade-off analysis",
|
| 118 |
+
"zero trust security"
|
| 119 |
]
|
| 120 |
},
|
| 121 |
"backend-engineer": {
|
| 122 |
"core": [
|
| 123 |
+
"rest api design",
|
| 124 |
+
"graphql schema",
|
| 125 |
+
"grpc protobuf",
|
| 126 |
+
"postgresql",
|
| 127 |
+
"mysql",
|
| 128 |
+
"mongodb",
|
| 129 |
+
"redis cache",
|
| 130 |
+
"authentication oauth jwt",
|
| 131 |
+
"authorization rbac abac",
|
| 132 |
+
"message queue kafka rabbitmq",
|
| 133 |
+
"background jobs celery sidekiq",
|
| 134 |
+
"error handling exception",
|
| 135 |
+
"structured logging traceid",
|
| 136 |
+
"unit test integration test",
|
| 137 |
+
"fastapi flask express spring",
|
| 138 |
+
"go fiber gin",
|
| 139 |
+
"rust axum actix",
|
| 140 |
+
"node nestjs",
|
| 141 |
+
"kotlin ktor"
|
| 142 |
],
|
| 143 |
"adjacent": [
|
| 144 |
+
"frontend api consumption",
|
| 145 |
+
"ci cd pipeline",
|
| 146 |
+
"docker container",
|
| 147 |
+
"owasp top 10",
|
| 148 |
+
"performance profiling pprof",
|
| 149 |
+
"n+1 query",
|
| 150 |
+
"circuit breaker",
|
| 151 |
+
"rate limiting",
|
| 152 |
+
"idempotency"
|
| 153 |
+
],
|
| 154 |
+
"expanded": [
|
| 155 |
+
"abac attribute checks",
|
| 156 |
+
"actix web actors",
|
| 157 |
+
"akka actor model",
|
| 158 |
+
"ansible configuration management",
|
| 159 |
+
"apache kafka streams",
|
| 160 |
+
"auth0 customization",
|
| 161 |
+
"aws lambda functions",
|
| 162 |
+
"azure functions",
|
| 163 |
+
"cassandra data modeling",
|
| 164 |
+
"celery task scheduling",
|
| 165 |
+
"ci cd pipeline configuration",
|
| 166 |
+
"circuit breaker pattern",
|
| 167 |
+
"confluent schema registry",
|
| 168 |
+
"consul service discovery",
|
| 169 |
+
"datadog monitoring",
|
| 170 |
+
"django rest framework",
|
| 171 |
+
"docker container orchestration",
|
| 172 |
+
"dynamodb partition keys",
|
| 173 |
+
"elasticsearch full text search",
|
| 174 |
+
"elk stack logging",
|
| 175 |
+
"envoy proxy sidecar",
|
| 176 |
+
"exception handling strategy",
|
| 177 |
+
"express middleware stack",
|
| 178 |
+
"fastapi dependency injection",
|
| 179 |
+
"flask blueprints",
|
| 180 |
+
"fluentd log forwarding",
|
| 181 |
+
"frontend api consumption",
|
| 182 |
+
"gin gonic handlers",
|
| 183 |
+
"go fiber router",
|
| 184 |
+
"google cloud run",
|
| 185 |
+
"grafana dashboarding",
|
| 186 |
+
"graphql schema definition",
|
| 187 |
+
"grpc protobuf contracts",
|
| 188 |
+
"helm chart templating",
|
| 189 |
+
"idempotency key enforcement",
|
| 190 |
+
"integration test automation",
|
| 191 |
+
"istio service mesh",
|
| 192 |
+
"jaeger distributed tracing",
|
| 193 |
+
"jedis connection pooling",
|
| 194 |
+
"jwt token validation",
|
| 195 |
+
"kafka message streaming",
|
| 196 |
+
"keycloak identity brokering",
|
| 197 |
+
"kibana visualization",
|
| 198 |
+
"kubernetes deployment manifests",
|
| 199 |
+
"laravel sanctum",
|
| 200 |
+
"logstash filters",
|
| 201 |
+
"mongodb aggregation pipeline",
|
| 202 |
+
"mongodb change streams",
|
| 203 |
+
"mysql gtid replication",
|
| 204 |
+
"mysql replication setup",
|
| 205 |
+
"n+1 query detection",
|
| 206 |
+
"nginx ingress controller",
|
| 207 |
+
"node nestjs modules",
|
| 208 |
+
"oauth 2.0 implementation",
|
| 209 |
+
"okta integration",
|
| 210 |
+
"opentelemetry tracing",
|
| 211 |
+
"owasp top 10 compliance",
|
| 212 |
+
"performance profiling with pprof",
|
| 213 |
+
"phoenix framework channels",
|
| 214 |
+
"postgresql logical replication",
|
| 215 |
+
"postgresql query optimization",
|
| 216 |
+
"prometheus metrics collection",
|
| 217 |
+
"quarkus native image",
|
| 218 |
+
"rabbitmq exchange routing",
|
| 219 |
+
"rate limiting algorithms",
|
| 220 |
+
"rbac policy enforcement",
|
| 221 |
+
"redis cache invalidation",
|
| 222 |
+
"redisson java client",
|
| 223 |
+
"rest api design",
|
| 224 |
+
"ruby on rails api mode",
|
| 225 |
+
"rust axum extractors",
|
| 226 |
+
"sentry error tracking",
|
| 227 |
+
"sidekiq background processing",
|
| 228 |
+
"spring boot starters",
|
| 229 |
+
"spring security oauth2",
|
| 230 |
+
"structured logging with traceid",
|
| 231 |
+
"terraform infrastructure as code",
|
| 232 |
+
"unit test coverage",
|
| 233 |
+
"vault secrets management",
|
| 234 |
+
"vertx reactive programming"
|
| 235 |
]
|
| 236 |
},
|
| 237 |
"frontend-engineer": {
|
| 238 |
"core": [
|
| 239 |
+
"react hooks suspense",
|
| 240 |
+
"next.js app router",
|
| 241 |
+
"vue composition api",
|
| 242 |
+
"svelte sveltekit",
|
| 243 |
+
"solid solidstart",
|
| 244 |
+
"typescript strict",
|
| 245 |
+
"tailwind css",
|
| 246 |
+
"css-in-js styled-components",
|
| 247 |
+
"shadcn radix headless",
|
| 248 |
+
"state management zustand jotai redux",
|
| 249 |
+
"tanstack react query",
|
| 250 |
+
"react testing library",
|
| 251 |
+
"playwright cypress e2e",
|
| 252 |
+
"wcag accessibility aria",
|
| 253 |
+
"web vitals lcp cls inp",
|
| 254 |
"bundle optimization code splitting tree shaking"
|
| 255 |
],
|
| 256 |
"adjacent": [
|
| 257 |
+
"backend api integration",
|
| 258 |
+
"design system tokens",
|
| 259 |
+
"seo meta tags structured data",
|
| 260 |
+
"a/b testing experiment",
|
| 261 |
+
"analytics events",
|
| 262 |
+
"feature flag",
|
| 263 |
+
"i18n localization",
|
| 264 |
+
"progressive web app",
|
| 265 |
+
"service worker"
|
| 266 |
+
],
|
| 267 |
+
"expanded": [
|
| 268 |
+
"a/b testing experiment",
|
| 269 |
+
"accessibility guidelines wcag 2.2",
|
| 270 |
+
"analytics events tracking",
|
| 271 |
+
"api gateway integration",
|
| 272 |
+
"aria authoring practices",
|
| 273 |
+
"aws lambda functions",
|
| 274 |
+
"babel transpilation",
|
| 275 |
+
"backend api integration",
|
| 276 |
+
"bundle optimization code splitting",
|
| 277 |
+
"chrome devtools performance",
|
| 278 |
+
"cloudflare workers",
|
| 279 |
+
"containerization docker",
|
| 280 |
+
"css flexbox layout",
|
| 281 |
+
"css grid layout",
|
| 282 |
+
"css-in-js styled-components",
|
| 283 |
+
"cypress end-to-end testing",
|
| 284 |
+
"design system tokens",
|
| 285 |
+
"eslint code linting",
|
| 286 |
+
"feature flag management",
|
| 287 |
+
"firefox developer edition",
|
| 288 |
+
"google cloud functions",
|
| 289 |
+
"graphql api schema",
|
| 290 |
+
"grpc protocol buffers",
|
| 291 |
+
"headless chrome testing",
|
| 292 |
+
"i18n localization",
|
| 293 |
+
"javascript es2025",
|
| 294 |
+
"jest testing framework",
|
| 295 |
+
"jotai redux",
|
| 296 |
+
"jwt token authentication",
|
| 297 |
+
"kubernetes deployment",
|
| 298 |
+
"lighthouse performance metrics",
|
| 299 |
+
"microsoft azure functions",
|
| 300 |
+
"microsoft edge devtools",
|
| 301 |
+
"next.js app router",
|
| 302 |
+
"oauth authentication",
|
| 303 |
+
"openapi specification",
|
| 304 |
+
"playwright cypress e2e",
|
| 305 |
+
"preact compatibility",
|
| 306 |
+
"progressive web app",
|
| 307 |
+
"puppeteer automation",
|
| 308 |
+
"pwa manifest file",
|
| 309 |
+
"radix ui components",
|
| 310 |
+
"react concurrent mode",
|
| 311 |
+
"react hooks suspense",
|
| 312 |
+
"react server components",
|
| 313 |
+
"react testing library",
|
| 314 |
+
"remix run",
|
| 315 |
+
"restful api design",
|
| 316 |
+
"rollup bundle optimization",
|
| 317 |
+
"safari web inspector",
|
| 318 |
+
"seo meta tags",
|
| 319 |
+
"serverless architecture",
|
| 320 |
+
"service worker registration",
|
| 321 |
+
"shadcn radix headless",
|
| 322 |
+
"shadcn theme builder",
|
| 323 |
+
"solid solidstart",
|
| 324 |
+
"solidstart adapter",
|
| 325 |
+
"state management zustand",
|
| 326 |
+
"structured data schema",
|
| 327 |
+
"svelte 4 compiler",
|
| 328 |
+
"svelte sveltekit",
|
| 329 |
+
"sveltekit adapter",
|
| 330 |
+
"tailwind css",
|
| 331 |
+
"tailwind css v4",
|
| 332 |
+
"tanstack react query",
|
| 333 |
+
"tree shaking",
|
| 334 |
+
"typescript 5",
|
| 335 |
+
"typescript strict",
|
| 336 |
+
"vite development server",
|
| 337 |
+
"vue 3 composition",
|
| 338 |
+
"vue composition api",
|
| 339 |
+
"wai-aria specification",
|
| 340 |
+
"wcag accessibility aria",
|
| 341 |
+
"web vitals lcp cls inp",
|
| 342 |
+
"webassembly binary format",
|
| 343 |
+
"webpack 5 module federation",
|
| 344 |
+
"webpack configuration",
|
| 345 |
+
"webpagetest performance testing",
|
| 346 |
+
"webrtc peer-to-peer connection",
|
| 347 |
+
"websockets realtime communication"
|
| 348 |
]
|
| 349 |
},
|
| 350 |
"mobile-engineer": {
|
| 351 |
"core": [
|
| 352 |
+
"swiftui combine",
|
| 353 |
+
"uikit lifecycle",
|
| 354 |
+
"kotlin jetpack compose",
|
| 355 |
+
"android navigation",
|
| 356 |
+
"react native expo",
|
| 357 |
+
"flutter dart",
|
| 358 |
"offline first cache realm room",
|
| 359 |
+
"push notification fcm apns",
|
| 360 |
+
"deep linking universal",
|
| 361 |
+
"app store optimization aso",
|
| 362 |
+
"app review guidelines",
|
| 363 |
"crash reporting sentry crashlytics",
|
| 364 |
+
"memory profiling",
|
| 365 |
+
"battery optimization"
|
| 366 |
],
|
| 367 |
"adjacent": [
|
| 368 |
+
"backend api consumption",
|
| 369 |
+
"graphql apollo",
|
| 370 |
+
"analytics amplitude mixpanel",
|
| 371 |
+
"feature flag",
|
| 372 |
"accessibility voiceover talkback",
|
| 373 |
"in app purchase store kit billing"
|
| 374 |
+
],
|
| 375 |
+
"expanded": [
|
| 376 |
+
"accessibility voiceover",
|
| 377 |
+
"agile development methodology",
|
| 378 |
+
"amplitude cohorts",
|
| 379 |
+
"analytics amplitude mixpanel",
|
| 380 |
+
"android 13 updates",
|
| 381 |
+
"android jetpack",
|
| 382 |
+
"android navigation",
|
| 383 |
+
"apns integration",
|
| 384 |
+
"app clips integration",
|
| 385 |
+
"app review guidelines",
|
| 386 |
+
"app store optimization aso",
|
| 387 |
+
"apple app analytics",
|
| 388 |
+
"aws saa certification",
|
| 389 |
+
"azure developer associate",
|
| 390 |
+
"azure functions integration",
|
| 391 |
+
"backend api consumption",
|
| 392 |
+
"battery optimization techniques",
|
| 393 |
+
"behavior driven development bdd",
|
| 394 |
+
"billing android",
|
| 395 |
+
"bitrise automation",
|
| 396 |
+
"circleci pipeline",
|
| 397 |
+
"cka certified kubernetes administrator",
|
| 398 |
+
"clean architecture pattern",
|
| 399 |
+
"cloud functions firebase",
|
| 400 |
+
"code refactoring techniques",
|
| 401 |
+
"code review process",
|
| 402 |
+
"codecoverage analysis",
|
| 403 |
+
"continuous deployment cd",
|
| 404 |
+
"continuous integration ci",
|
| 405 |
+
"core data storage",
|
| 406 |
+
"crash reporting sentry",
|
| 407 |
+
"crashlytics crash reporting",
|
| 408 |
+
"crashlytics integration",
|
| 409 |
+
"datadog integration",
|
| 410 |
+
"deep linking universal",
|
| 411 |
+
"design patterns repository",
|
| 412 |
+
"docker containerization",
|
| 413 |
+
"event driven architecture",
|
| 414 |
+
"expo sdk 46",
|
| 415 |
+
"feature flag management",
|
| 416 |
+
"firebase cloud messaging",
|
| 417 |
+
"flutter 3.0 features",
|
| 418 |
+
"flutter dart",
|
| 419 |
+
"git version control",
|
| 420 |
+
"github actions workflow",
|
| 421 |
+
"google cloud ace",
|
| 422 |
+
"google firebase analytics",
|
| 423 |
+
"graphql apollo client",
|
| 424 |
+
"in app purchase storekit",
|
| 425 |
+
"ios 16 features",
|
| 426 |
+
"ios swiftui 4",
|
| 427 |
+
"iso 27001 certification",
|
| 428 |
+
"jenkins pipeline",
|
| 429 |
+
"jetpack compose 1.3",
|
| 430 |
+
"kanban board",
|
| 431 |
+
"keychain services",
|
| 432 |
+
"kotlin 1.8 features",
|
| 433 |
+
"kotlin jetpack compose",
|
| 434 |
+
"kubernetes cluster management",
|
| 435 |
+
"memory profiling tools",
|
| 436 |
+
"microservices architecture",
|
| 437 |
+
"mixpanel funnels",
|
| 438 |
+
"mvp design pattern",
|
| 439 |
+
"mvvm architecture",
|
| 440 |
+
"new relic monitoring",
|
| 441 |
+
"offline first cache realm",
|
| 442 |
+
"pair programming technique",
|
| 443 |
+
"push notification fcm",
|
| 444 |
+
"react native 0.71",
|
| 445 |
+
"react native expo",
|
| 446 |
+
"room persistence library",
|
| 447 |
+
"scrum framework",
|
| 448 |
+
"sentry error tracking",
|
| 449 |
+
"serverless computing aws lambda",
|
| 450 |
+
"swift 5.7 updates",
|
| 451 |
+
"swiftui combine",
|
| 452 |
+
"talkback integration",
|
| 453 |
+
"test driven development tdd",
|
| 454 |
+
"uikit lifecycle",
|
| 455 |
+
"user defaults management"
|
| 456 |
]
|
| 457 |
},
|
| 458 |
"devops-engineer": {
|
| 459 |
"core": [
|
| 460 |
+
"github actions workflow",
|
| 461 |
+
"gitlab ci",
|
| 462 |
+
"jenkins pipeline",
|
| 463 |
+
"circleci",
|
| 464 |
+
"argocd flux gitops",
|
| 465 |
+
"docker multi-stage",
|
| 466 |
+
"buildkit buildx",
|
| 467 |
"kubernetes deployment service ingress",
|
| 468 |
"helm chart kustomize",
|
| 469 |
+
"terraform module",
|
| 470 |
+
"pulumi cdk",
|
| 471 |
+
"ansible chef puppet",
|
| 472 |
+
"configuration management",
|
| 473 |
"vault secrets sealed-secrets sops",
|
| 474 |
+
"blue green canary deployment",
|
| 475 |
+
"feature flag rollout"
|
| 476 |
],
|
| 477 |
"adjacent": [
|
| 478 |
+
"networking vpc subnet",
|
| 479 |
+
"security scanning trivy snyk",
|
| 480 |
+
"observability prometheus grafana",
|
| 481 |
+
"finops cost",
|
| 482 |
"container runtime containerd cri-o"
|
| 483 |
+
],
|
| 484 |
+
"expanded": [
|
| 485 |
+
"12 factor app methodology",
|
| 486 |
+
"ansible tower",
|
| 487 |
+
"api gateway management",
|
| 488 |
+
"argocd flux gitops",
|
| 489 |
+
"audit logging compliance",
|
| 490 |
+
"automated testing framework",
|
| 491 |
+
"aws codepipeline",
|
| 492 |
+
"aws saa certification",
|
| 493 |
+
"azure devops services",
|
| 494 |
+
"backstage service catalog",
|
| 495 |
+
"blue green deployment",
|
| 496 |
+
"buildkit buildx",
|
| 497 |
+
"canary release strategy",
|
| 498 |
+
"capacity planning strategy",
|
| 499 |
+
"chaos engineering principles",
|
| 500 |
+
"chef infra",
|
| 501 |
+
"ci cd pipeline automation",
|
| 502 |
+
"circleci orb",
|
| 503 |
+
"cka certification",
|
| 504 |
+
"ckad certification",
|
| 505 |
+
"cloud agnostic deployment",
|
| 506 |
+
"cloud cost management",
|
| 507 |
+
"cloud native applications",
|
| 508 |
+
"compliance as code",
|
| 509 |
+
"container orchestration",
|
| 510 |
+
"container runtime containerd",
|
| 511 |
+
"continuous deployment strategy",
|
| 512 |
+
"continuous integration pipeline",
|
| 513 |
+
"cost estimation tooling",
|
| 514 |
+
"cri-o kubernetes",
|
| 515 |
+
"devsecops methodology",
|
| 516 |
+
"distributed tracing system",
|
| 517 |
+
"docker multi-stage build",
|
| 518 |
+
"edge computing use cases",
|
| 519 |
+
"feature flag rollout",
|
| 520 |
+
"finops cost optimization",
|
| 521 |
+
"github actions workflow",
|
| 522 |
+
"gitlab ci cd",
|
| 523 |
+
"gitops tooling",
|
| 524 |
+
"google cloud build",
|
| 525 |
+
"grafana dashboards",
|
| 526 |
+
"helm chart kustomize",
|
| 527 |
+
"hybrid cloud architecture",
|
| 528 |
+
"infrastructure as code",
|
| 529 |
+
"iso 27001 compliance",
|
| 530 |
+
"jenkins pipeline",
|
| 531 |
+
"knative eventing",
|
| 532 |
+
"kubernetes deployment yaml",
|
| 533 |
+
"kubernetes operator pattern",
|
| 534 |
+
"kustomize overlay",
|
| 535 |
+
"load balancing strategy",
|
| 536 |
+
"logging mechanism",
|
| 537 |
+
"microservices architecture",
|
| 538 |
+
"monitoring alerting system",
|
| 539 |
+
"multi cloud strategy",
|
| 540 |
+
"networking vpc subnet",
|
| 541 |
+
"observability prometheus",
|
| 542 |
+
"openshift container platform",
|
| 543 |
+
"performance monitoring metrics",
|
| 544 |
+
"policy as code",
|
| 545 |
+
"pulumi cdk typescript",
|
| 546 |
+
"puppet forge",
|
| 547 |
+
"rancher kubernetes management",
|
| 548 |
+
"reliability engineering practices",
|
| 549 |
+
"resource optimization techniques",
|
| 550 |
+
"sealed secrets",
|
| 551 |
+
"security scanning trivy",
|
| 552 |
+
"serverless computing architecture",
|
| 553 |
+
"serverless functions",
|
| 554 |
+
"service discovery mechanism",
|
| 555 |
+
"service mesh istio",
|
| 556 |
+
"shift left security",
|
| 557 |
+
"site reliability engineering",
|
| 558 |
+
"skaffold development",
|
| 559 |
+
"snyk vulnerability",
|
| 560 |
+
"sops encryption",
|
| 561 |
+
"tanzu kubernetes grid",
|
| 562 |
+
"tekton pipelines",
|
| 563 |
+
"terraform module registry",
|
| 564 |
+
"vault secrets engine"
|
| 565 |
]
|
| 566 |
},
|
| 567 |
"sre-engineer": {
|
| 568 |
"core": [
|
| 569 |
+
"service level indicator sli",
|
| 570 |
+
"service level objective slo",
|
| 571 |
+
"error budget",
|
| 572 |
+
"burn rate alert",
|
| 573 |
+
"multi window alerting",
|
| 574 |
+
"prometheus metrics",
|
| 575 |
+
"grafana dashboard",
|
| 576 |
+
"loki promtail fluentd logging",
|
| 577 |
+
"opentelemetry tracing",
|
| 578 |
+
"incident response runbook",
|
| 579 |
+
"blameless postmortem",
|
| 580 |
+
"five whys root cause",
|
| 581 |
+
"chaos engineering chaos-mesh litmus",
|
| 582 |
+
"capacity planning",
|
| 583 |
+
"load testing k6 locust",
|
| 584 |
"on-call rotation pagerduty"
|
| 585 |
],
|
| 586 |
"adjacent": [
|
| 587 |
+
"kubernetes deep",
|
| 588 |
+
"linux performance ebpf",
|
| 589 |
+
"networking troubleshooting",
|
| 590 |
+
"security incident",
|
| 591 |
+
"cost optimization",
|
| 592 |
+
"disaster recovery"
|
| 593 |
+
],
|
| 594 |
+
"expanded": [
|
| 595 |
+
"ansible automation",
|
| 596 |
+
"aws saa certification",
|
| 597 |
+
"aws well-architected framework",
|
| 598 |
+
"azure well-architected framework",
|
| 599 |
+
"backpressure management",
|
| 600 |
+
"blameless postmortem",
|
| 601 |
+
"bulkhead pattern",
|
| 602 |
+
"burn rate alerting",
|
| 603 |
+
"calico networking",
|
| 604 |
+
"capacity planning",
|
| 605 |
+
"chaos engineering",
|
| 606 |
+
"chaos-mesh",
|
| 607 |
+
"cilium networking",
|
| 608 |
+
"circuit breaker pattern",
|
| 609 |
+
"cka certification",
|
| 610 |
+
"ckad certification",
|
| 611 |
+
"cloud native computing",
|
| 612 |
+
"cloudevents specification",
|
| 613 |
+
"cncf certification",
|
| 614 |
+
"continuous deployment",
|
| 615 |
+
"continuous integration",
|
| 616 |
+
"continuous monitoring",
|
| 617 |
+
"cost optimization",
|
| 618 |
+
"dapr framework",
|
| 619 |
+
"devops practices",
|
| 620 |
+
"disaster recovery planning",
|
| 621 |
+
"distributed tracing",
|
| 622 |
+
"docker containerization",
|
| 623 |
+
"ebpf optimization",
|
| 624 |
+
"error budget management",
|
| 625 |
+
"event-driven architecture",
|
| 626 |
+
"five whys analysis",
|
| 627 |
+
"fluentd",
|
| 628 |
+
"gitops workflow",
|
| 629 |
+
"google cloud architecture",
|
| 630 |
+
"grafana dashboard",
|
| 631 |
+
"grpc protocol",
|
| 632 |
+
"horizontal pod autoscaling",
|
| 633 |
+
"http/2 protocol",
|
| 634 |
+
"incident response runbook",
|
| 635 |
+
"infrastructure as code",
|
| 636 |
+
"iso 20000 certification",
|
| 637 |
+
"iso 27001 compliance",
|
| 638 |
+
"istio service mesh",
|
| 639 |
+
"itil certification",
|
| 640 |
+
"k6 performance",
|
| 641 |
+
"knative platform",
|
| 642 |
+
"kubernetes autoscaling",
|
| 643 |
+
"kubernetes cluster management",
|
| 644 |
+
"kubernetes deployment",
|
| 645 |
+
"kubernetes networking",
|
| 646 |
+
"linkerd service mesh",
|
| 647 |
+
"linux kernel tuning",
|
| 648 |
+
"linux performance",
|
| 649 |
+
"litmus testing",
|
| 650 |
+
"load testing",
|
| 651 |
+
"locust testing",
|
| 652 |
+
"loki logging",
|
| 653 |
+
"microservices architecture",
|
| 654 |
+
"multi-window alerting",
|
| 655 |
+
"networking fundamentals",
|
| 656 |
+
"networking troubleshooting",
|
| 657 |
+
"on-call rotation",
|
| 658 |
+
"opentelemetry sdk",
|
| 659 |
+
"opentelemetry tracing",
|
| 660 |
+
"opentracing standard",
|
| 661 |
+
"pagerduty integration",
|
| 662 |
+
"prometheus metrics",
|
| 663 |
+
"promtail",
|
| 664 |
+
"quic protocol",
|
| 665 |
+
"security incident response",
|
| 666 |
+
"serverless computing",
|
| 667 |
+
"service level indicator",
|
| 668 |
+
"service level objective",
|
| 669 |
+
"sli monitoring",
|
| 670 |
+
"slo tracking",
|
| 671 |
+
"sre principles",
|
| 672 |
+
"tcp/ip protocol",
|
| 673 |
+
"terraform management",
|
| 674 |
+
"vertical pod autoscaling"
|
| 675 |
]
|
| 676 |
},
|
| 677 |
"cloud-engineer": {
|
|
|
|
| 685 |
"cost optimization spot reserved savings-plan",
|
| 686 |
"tagging strategy cost allocation",
|
| 687 |
"private subnet nat gateway vpc endpoint",
|
| 688 |
+
"iam policy least privilege",
|
| 689 |
+
"kms encryption"
|
| 690 |
],
|
| 691 |
"adjacent": [
|
| 692 |
+
"kubernetes eks gke aks",
|
| 693 |
+
"service mesh istio linkerd",
|
| 694 |
+
"compliance soc2 hipaa pci",
|
| 695 |
+
"cdn cloudfront cloudflare",
|
| 696 |
"edge computing lambda-edge"
|
| 697 |
+
],
|
| 698 |
+
"expanded": [
|
| 699 |
+
"aks policy addon",
|
| 700 |
+
"aks virtual node",
|
| 701 |
+
"ansible aws ssm",
|
| 702 |
+
"argo cd gitops",
|
| 703 |
+
"aurora serverless v2",
|
| 704 |
+
"aws config rules",
|
| 705 |
+
"aws control tower",
|
| 706 |
+
"aws dynamodb global tables",
|
| 707 |
+
"aws ec2 auto scaling",
|
| 708 |
+
"aws iam role chaining",
|
| 709 |
+
"aws kms envelope encryption",
|
| 710 |
+
"aws lambda cold start",
|
| 711 |
+
"aws rds multi az",
|
| 712 |
+
"aws s3 lifecycle policies",
|
| 713 |
+
"aws savings plans",
|
| 714 |
+
"aws security hub",
|
| 715 |
+
"aws vpc flow logs",
|
| 716 |
+
"aws well-architected review",
|
| 717 |
+
"azure aks node pools",
|
| 718 |
+
"azure blob immutable storage",
|
| 719 |
+
"azure cosmos db graph api",
|
| 720 |
+
"azure monitor insights",
|
| 721 |
+
"azure security center",
|
| 722 |
+
"cdn cache invalidation",
|
| 723 |
+
"chaos engineering gremlin",
|
| 724 |
+
"cloudflare zero trust",
|
| 725 |
+
"cloudformation drift detection",
|
| 726 |
+
"cloudtrail log integrity",
|
| 727 |
+
"compliance soc2 type ii",
|
| 728 |
+
"cost optimization reserved instances",
|
| 729 |
+
"datadog distributed tracing",
|
| 730 |
+
"disaster recovery runbook",
|
| 731 |
+
"documentdb change streams",
|
| 732 |
+
"edge computing iot edge",
|
| 733 |
+
"eks add ons",
|
| 734 |
+
"eks fargate profiles",
|
| 735 |
+
"elk stack ingestion",
|
| 736 |
+
"fluxcd helm operator",
|
| 737 |
+
"gcp audit logging",
|
| 738 |
+
"gcp bigquery slot commitments",
|
| 739 |
+
"gcp cloud run jobs",
|
| 740 |
+
"gcp firestore native mode",
|
| 741 |
+
"gcp folder hierarchy",
|
| 742 |
+
"gcp gce preemptible vms",
|
| 743 |
+
"gcp gcs signed urls",
|
| 744 |
+
"gcp security command center",
|
| 745 |
+
"github actions aws oidc",
|
| 746 |
+
"gitlab ci gcp auth",
|
| 747 |
+
"gke autopilot clusters",
|
| 748 |
+
"gke hub config sync",
|
| 749 |
+
"grafana mimir",
|
| 750 |
+
"hipaa eligible services",
|
| 751 |
+
"iam policy conditions",
|
| 752 |
+
"istio canary releases",
|
| 753 |
+
"istio traffic mirroring",
|
| 754 |
+
"kafka event streaming",
|
| 755 |
+
"kinesis data streams",
|
| 756 |
+
"kms key rotation",
|
| 757 |
+
"kubernetes cluster autoscaler",
|
| 758 |
+
"lambda edge viewer request",
|
| 759 |
+
"linkerd tap cli",
|
| 760 |
+
"memcached replication group",
|
| 761 |
+
"multi region active active",
|
| 762 |
+
"nat gateway failover",
|
| 763 |
+
"new relic apm",
|
| 764 |
+
"opensearch kibana dashboards",
|
| 765 |
+
"opensearch serverless",
|
| 766 |
+
"pci dss aws",
|
| 767 |
+
"private subnet egress",
|
| 768 |
+
"prometheus cloudwatch exporter",
|
| 769 |
+
"pub sub schema registry",
|
| 770 |
+
"pulumi aws provider",
|
| 771 |
+
"redis elasticache cluster",
|
| 772 |
+
"rpo rto metrics",
|
| 773 |
+
"sentry error tracking",
|
| 774 |
+
"service mesh sidecar injection",
|
| 775 |
+
"splunk hec",
|
| 776 |
+
"tagging strategy aws",
|
| 777 |
+
"terraform modules registry",
|
| 778 |
+
"vpc endpoint policies"
|
| 779 |
]
|
| 780 |
},
|
| 781 |
"devsecops-engineer": {
|
| 782 |
"core": [
|
| 783 |
+
"sast semgrep codeql bandit",
|
| 784 |
+
"dast zap burp",
|
| 785 |
"sca trivy grype snyk dependabot",
|
| 786 |
"secret scanning gitleaks trufflehog",
|
| 787 |
"container image scan trivy clair",
|
|
|
|
| 793 |
"vulnerability management cvss epss kev"
|
| 794 |
],
|
| 795 |
"adjacent": [
|
| 796 |
+
"incident response forensics",
|
| 797 |
+
"compliance automation",
|
| 798 |
"threat intelligence mitre att&ck",
|
| 799 |
"zero trust mtls service mesh"
|
| 800 |
+
],
|
| 801 |
+
"expanded": [
|
| 802 |
+
"12 factor app",
|
| 803 |
+
"api security",
|
| 804 |
+
"as code shift left",
|
| 805 |
+
"att&ck zero trust",
|
| 806 |
+
"attestation slsa",
|
| 807 |
+
"aws iam",
|
| 808 |
+
"aws saa certified",
|
| 809 |
+
"azure ad",
|
| 810 |
+
"azure devops",
|
| 811 |
+
"burp suite",
|
| 812 |
+
"calico typha",
|
| 813 |
+
"ci cd pipeline",
|
| 814 |
+
"cilium hubble",
|
| 815 |
+
"cis benchmarks",
|
| 816 |
+
"cka certified",
|
| 817 |
+
"cloud native",
|
| 818 |
+
"cmmc level 3",
|
| 819 |
+
"cncf certified",
|
| 820 |
+
"codeql bandit",
|
| 821 |
+
"compliance automation",
|
| 822 |
+
"conftest policy",
|
| 823 |
+
"container image scan",
|
| 824 |
+
"cvss epss",
|
| 825 |
+
"cwe sage",
|
| 826 |
+
"cyclonedx spdx",
|
| 827 |
+
"dast zap",
|
| 828 |
+
"dependabot github",
|
| 829 |
+
"devsecops framework",
|
| 830 |
+
"docker kubernetes",
|
| 831 |
+
"ebpf cilium",
|
| 832 |
+
"fedramp moderate",
|
| 833 |
+
"fluxcd kustomize",
|
| 834 |
+
"gcp iam",
|
| 835 |
+
"gitops argocd",
|
| 836 |
+
"google cloud",
|
| 837 |
+
"google workspace",
|
| 838 |
+
"grype snyk",
|
| 839 |
+
"incident response forensics",
|
| 840 |
+
"iso 27001 compliant",
|
| 841 |
+
"istio envoy",
|
| 842 |
+
"jira service desk",
|
| 843 |
+
"jwt json web",
|
| 844 |
+
"kev cve",
|
| 845 |
+
"kubeflow tfx",
|
| 846 |
+
"kubernetes dashboard",
|
| 847 |
+
"linkerd buoyant",
|
| 848 |
+
"microsoft 365",
|
| 849 |
+
"mitre att&ck v10",
|
| 850 |
+
"mtls mutual auth",
|
| 851 |
+
"mtls service mesh",
|
| 852 |
+
"network policy",
|
| 853 |
+
"newman postman",
|
| 854 |
+
"nist cybersecurity",
|
| 855 |
+
"nist sp 800",
|
| 856 |
+
"oauth 2.0",
|
| 857 |
+
"opa rego",
|
| 858 |
+
"openid connect",
|
| 859 |
+
"owasp top 10",
|
| 860 |
+
"pci dss v3",
|
| 861 |
+
"prometheus grafana",
|
| 862 |
+
"saml 2.0",
|
| 863 |
+
"sast semgrep",
|
| 864 |
+
"sbom syft",
|
| 865 |
+
"sca trivy",
|
| 866 |
+
"scim 2.0",
|
| 867 |
+
"secret scanning gitleaks",
|
| 868 |
+
"security vulnerability management",
|
| 869 |
+
"service mesh istio",
|
| 870 |
+
"sigstore cosign",
|
| 871 |
+
"skaffold ko",
|
| 872 |
+
"slack ms teams",
|
| 873 |
+
"spinnaker armada",
|
| 874 |
+
"supply chain framework",
|
| 875 |
+
"tekton pipeline",
|
| 876 |
+
"terraform aws",
|
| 877 |
+
"threat intelligence mitre",
|
| 878 |
+
"tokenization encryption",
|
| 879 |
+
"trivy clair",
|
| 880 |
+
"trufflehog twillio",
|
| 881 |
+
"x509 certificates"
|
| 882 |
]
|
| 883 |
},
|
| 884 |
"cloud-security": {
|
| 885 |
"core": [
|
| 886 |
"cspm prowler scoutsuite steampipe",
|
| 887 |
"cis benchmark aws azure gcp",
|
| 888 |
+
"iam audit access analyzer",
|
| 889 |
+
"least privilege",
|
| 890 |
+
"encryption at rest in transit kms",
|
| 891 |
+
"envelope encryption",
|
| 892 |
"key rotation",
|
| 893 |
"waf shield guardduty",
|
| 894 |
"compliance pci-dss hipaa soc2 fedramp gdpr iso27001",
|
|
|
|
| 901 |
"application security owasp",
|
| 902 |
"threat detection lateral movement",
|
| 903 |
"data loss prevention dlp"
|
| 904 |
+
],
|
| 905 |
+
"expanded": [
|
| 906 |
+
"access analyzer",
|
| 907 |
+
"ansible",
|
| 908 |
+
"application security",
|
| 909 |
+
"aws lambda security",
|
| 910 |
+
"aws saa",
|
| 911 |
+
"aws secrets manager",
|
| 912 |
+
"aws well-architected framework",
|
| 913 |
+
"azure functions security",
|
| 914 |
+
"azure key vault",
|
| 915 |
+
"azure security center",
|
| 916 |
+
"azure security engineer associate",
|
| 917 |
+
"casb",
|
| 918 |
+
"cdr",
|
| 919 |
+
"cis benchmark",
|
| 920 |
+
"cka",
|
| 921 |
+
"cloud access security broker",
|
| 922 |
+
"cloud detection response",
|
| 923 |
+
"cloud security gateway",
|
| 924 |
+
"cloud security posture management",
|
| 925 |
+
"cloudformation",
|
| 926 |
+
"cloudtrail",
|
| 927 |
+
"compliance as code",
|
| 928 |
+
"container security",
|
| 929 |
+
"cspm",
|
| 930 |
+
"data loss prevention",
|
| 931 |
+
"dlp",
|
| 932 |
+
"docker security",
|
| 933 |
+
"elastic security",
|
| 934 |
+
"encryption at rest",
|
| 935 |
+
"encryption in transit",
|
| 936 |
+
"envelope encryption",
|
| 937 |
+
"extended detection response",
|
| 938 |
+
"fedramp",
|
| 939 |
+
"firewall",
|
| 940 |
+
"gcp cloud functions security",
|
| 941 |
+
"gcp professional cloud security engineer",
|
| 942 |
+
"gcp security command center",
|
| 943 |
+
"gdpr",
|
| 944 |
+
"google cloud secret manager",
|
| 945 |
+
"guardduty",
|
| 946 |
+
"hashicorp vault",
|
| 947 |
+
"hipaa",
|
| 948 |
+
"iam",
|
| 949 |
+
"incident response",
|
| 950 |
+
"infrastructure as code",
|
| 951 |
+
"iso 27001",
|
| 952 |
+
"iso 27017",
|
| 953 |
+
"iso 27018",
|
| 954 |
+
"key rotation",
|
| 955 |
+
"kms",
|
| 956 |
+
"kubernetes security",
|
| 957 |
+
"lateral movement",
|
| 958 |
+
"least privilege",
|
| 959 |
+
"managed detection response",
|
| 960 |
+
"mdr",
|
| 961 |
+
"mitre att&ck",
|
| 962 |
+
"network security",
|
| 963 |
+
"nist cybersecurity framework",
|
| 964 |
+
"nsg",
|
| 965 |
+
"owasp",
|
| 966 |
+
"pci-dss",
|
| 967 |
+
"prowler",
|
| 968 |
+
"qradar",
|
| 969 |
+
"sase",
|
| 970 |
+
"scoutsuite",
|
| 971 |
+
"secret management",
|
| 972 |
+
"secure access service edge",
|
| 973 |
+
"security orchestration automation response",
|
| 974 |
+
"serverless security",
|
| 975 |
+
"shield",
|
| 976 |
+
"siem",
|
| 977 |
+
"soar",
|
| 978 |
+
"soc2",
|
| 979 |
+
"splunk",
|
| 980 |
+
"steampipe",
|
| 981 |
+
"terraform",
|
| 982 |
+
"threat detection",
|
| 983 |
+
"waf",
|
| 984 |
+
"xdr",
|
| 985 |
+
"zero trust architecture"
|
| 986 |
]
|
| 987 |
},
|
| 988 |
"data-engineer": {
|
| 989 |
"core": [
|
| 990 |
+
"airflow dag",
|
| 991 |
+
"dagster prefect",
|
| 992 |
+
"spark pyspark",
|
| 993 |
+
"flink streaming",
|
| 994 |
"kafka connect schema registry",
|
| 995 |
+
"delta lake iceberg hudi",
|
| 996 |
+
"lakehouse",
|
| 997 |
"snowflake bigquery redshift",
|
| 998 |
"dbt model test snapshot",
|
| 999 |
"schema evolution avro protobuf",
|
|
|
|
| 1005 |
"ml pipeline kubeflow tfx",
|
| 1006 |
"observability for data datadog metaflow",
|
| 1007 |
"cost optimization warehouse"
|
| 1008 |
+
],
|
| 1009 |
+
"expanded": [
|
| 1010 |
+
"airflow dag design",
|
| 1011 |
+
"apache beam pipeline",
|
| 1012 |
+
"apache flink sql",
|
| 1013 |
+
"apache spark sql",
|
| 1014 |
+
"avro data serialization",
|
| 1015 |
+
"aws cloudformation template",
|
| 1016 |
+
"aws saa certification",
|
| 1017 |
+
"azure resource manager",
|
| 1018 |
+
"batch processing workflow",
|
| 1019 |
+
"bigquery data analytics",
|
| 1020 |
+
"cdc debezium integration",
|
| 1021 |
+
"change data capture",
|
| 1022 |
+
"cka certified kubernetes",
|
| 1023 |
+
"cloud-native design pattern",
|
| 1024 |
+
"containerization using docker",
|
| 1025 |
+
"cost optimization strategy",
|
| 1026 |
+
"dagster prefect workflow",
|
| 1027 |
+
"data anonymization technique",
|
| 1028 |
+
"data architecture framework",
|
| 1029 |
+
"data architecture pattern",
|
| 1030 |
+
"data catalog management",
|
| 1031 |
+
"data cataloging standard",
|
| 1032 |
+
"data certification standard",
|
| 1033 |
+
"data discovery protocol",
|
| 1034 |
+
"data discovery tool",
|
| 1035 |
+
"data encryption algorithm",
|
| 1036 |
+
"data engineering framework",
|
| 1037 |
+
"data engineering methodology",
|
| 1038 |
+
"data governance framework",
|
| 1039 |
+
"data integration pattern",
|
| 1040 |
+
"data lakehouse implementation",
|
| 1041 |
+
"data lineage analysis",
|
| 1042 |
+
"data loading strategy",
|
| 1043 |
+
"data masking method",
|
| 1044 |
+
"data pipeline monitoring",
|
| 1045 |
+
"data quality assurance",
|
| 1046 |
+
"data quality metric",
|
| 1047 |
+
"data replication technique",
|
| 1048 |
+
"data roadmap creation",
|
| 1049 |
+
"data strategy development",
|
| 1050 |
+
"data technology stack",
|
| 1051 |
+
"data transformation workflow",
|
| 1052 |
+
"data validation rule",
|
| 1053 |
+
"data versioning system",
|
| 1054 |
+
"data warehouse optimization",
|
| 1055 |
+
"datadog monitoring tool",
|
| 1056 |
+
"dbt model development",
|
| 1057 |
+
"dbt test automation",
|
| 1058 |
+
"dbt-tests data validation",
|
| 1059 |
+
"delta lake storage",
|
| 1060 |
+
"event-driven architecture pattern",
|
| 1061 |
+
"flink streaming architecture",
|
| 1062 |
+
"gcp cloud deployment manager",
|
| 1063 |
+
"great expectations testing",
|
| 1064 |
+
"hudi data lake",
|
| 1065 |
+
"iceberg table format",
|
| 1066 |
+
"iso 27001 compliance",
|
| 1067 |
+
"java data engineering",
|
| 1068 |
+
"kafka connect schema",
|
| 1069 |
+
"kubeflow workflow management",
|
| 1070 |
+
"kubernetes cluster management",
|
| 1071 |
+
"lakehouse architecture pattern",
|
| 1072 |
+
"metaflow workflow automation",
|
| 1073 |
+
"microservices architecture style",
|
| 1074 |
+
"ml pipeline development",
|
| 1075 |
+
"openlineage data lineage",
|
| 1076 |
+
"protobuf data format",
|
| 1077 |
+
"python data engineering",
|
| 1078 |
+
"real-time data processing",
|
| 1079 |
+
"redshift data engineering",
|
| 1080 |
+
"scala data engineering",
|
| 1081 |
+
"schema evolution management",
|
| 1082 |
+
"serverless computing model",
|
| 1083 |
+
"snapshot testing strategy",
|
| 1084 |
+
"snowflake data warehousing",
|
| 1085 |
+
"spark pyspark optimization",
|
| 1086 |
+
"stream processing architecture",
|
| 1087 |
+
"terraform infrastructure provisioning",
|
| 1088 |
+
"tfx pipeline orchestration",
|
| 1089 |
+
"warehouse cost management"
|
| 1090 |
]
|
| 1091 |
},
|
| 1092 |
"ml-engineer": {
|
| 1093 |
"core": [
|
| 1094 |
+
"pytorch lightning",
|
| 1095 |
+
"huggingface transformers",
|
| 1096 |
"lora qlora peft fine-tuning",
|
| 1097 |
+
"unsloth axolotl",
|
| 1098 |
+
"deepspeed fsdp accelerate",
|
| 1099 |
+
"vllm tgi triton inference",
|
| 1100 |
+
"model serving",
|
| 1101 |
"mlflow weights and biases",
|
| 1102 |
"feature store feast tecton",
|
| 1103 |
"data version control dvc",
|
|
|
|
| 1118 |
},
|
| 1119 |
"database-engineer": {
|
| 1120 |
"core": [
|
| 1121 |
+
"postgresql tuning",
|
| 1122 |
+
"mysql innodb",
|
| 1123 |
"explain analyze query plan",
|
| 1124 |
"btree gin gist hash index",
|
| 1125 |
"partial index expression index",
|
|
|
|
| 1141 |
},
|
| 1142 |
"qa-engineer": {
|
| 1143 |
"core": [
|
| 1144 |
+
"test pyramid",
|
| 1145 |
+
"unit test mock stub",
|
| 1146 |
"integration test database",
|
| 1147 |
"playwright cypress webdriver e2e",
|
| 1148 |
"rest assured supertest api test",
|
|
|
|
| 1166 |
"core": [
|
| 1167 |
"profiling pprof py-spy async-profiler",
|
| 1168 |
"load testing k6 locust gatling",
|
| 1169 |
+
"stress testing",
|
| 1170 |
+
"soak test",
|
| 1171 |
+
"p50 p95 p99 latency",
|
| 1172 |
+
"throughput rps",
|
| 1173 |
"flame graph",
|
| 1174 |
"n+1 query elimination",
|
| 1175 |
"caching l1 l2 cdn",
|
|
|
|
| 1247 |
}
|
| 1248 |
},
|
| 1249 |
"cross_cutting_topics": [
|
| 1250 |
+
"system design interview",
|
| 1251 |
+
"high scalability",
|
| 1252 |
"distributed system consensus raft paxos",
|
| 1253 |
"consistency strong eventual causal",
|
| 1254 |
"caching strategy ttl invalidation",
|
| 1255 |
"rate limiting algorithm token bucket leaky",
|
| 1256 |
"load balancer round robin least connection",
|
| 1257 |
"circuit breaker hystrix resilience4j",
|
| 1258 |
+
"12 factor app",
|
| 1259 |
+
"twelve factor",
|
| 1260 |
"domain language ubiquitous",
|
| 1261 |
"code review checklist",
|
| 1262 |
"git workflow gitflow trunk-based",
|
|
|
|
| 1270 |
"blameless culture",
|
| 1271 |
"engineering excellence dora metrics"
|
| 1272 |
]
|
| 1273 |
+
}
|