II.
SkillArea JSON
Structured · liveskill-area:long-polling
Long Polling json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:long-polling",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-expanded-2.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Long Polling",
"description": "Implementing long-polling patterns — connection management, timeout\nhandling, comet-style servers, comparison with WebSocket/SSE,\nand use cases where long-polling remains the right choice.\n",
"expertiseLevels": [
"intermediate"
]
},
"outgoingEdges": [
{
"from": "skill-area:long-polling",
"to": "domain:api-development",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
}
],
"incomingEdges": []
}