diff --git a/.github/content-payloads/system-design-concurrency-model-payload.json b/.github/content-payloads/system-design-concurrency-model-payload.json new file mode 100644 index 0000000..7c1b039 --- /dev/null +++ b/.github/content-payloads/system-design-concurrency-model-payload.json @@ -0,0 +1,27 @@ +{ + "version": "1.0.0", + "type": "content-addition", + "metadata": { + "title": "Concurrency Model", + "description": "Concurrency Model", + "author": "ishaileshpant", + "submissionDate": "2025-10-13", + "category": "system-design", + "subtopic": "system-design-concurrency-model" + }, + "content": { + "id": "system-design-concurrency-model", + "title": "Concurrency Model", + "description": "Concurrency Model", + "repo": "prepguides/go-interviews", + "path": "patterns/README.md", + "type": "guide", + "status": "active" + }, + "validation": { + "repoAccessible": true, + "fileExists": true, + "contentValid": true, + "categoryValid": true + } +} \ No newline at end of file diff --git a/content-config.json b/content-config.json index d4ee27b..be036ca 100644 --- a/content-config.json +++ b/content-config.json @@ -285,14 +285,31 @@ "primary": "#6366f1", "secondary": "#4f46e5" }, - "subtopics": {} + "subtopics": { + "system-design-concurrency-model": { + "name": "System Design Concurrency Model", + "description": "Concurrency Model", + "content": [ + { + "id": "system-design-concurrency-model", + "title": "Concurrency Model", + "description": "Concurrency Model", + "repo": "prepguides/go-interviews", + "path": "patterns/README.md", + "type": "guide", + "status": "active", + "addedDate": "2025-10-13" + } + ] + } + } } }, "statistics": { - "totalContent": 11, + "totalContent": 12, "totalVisualizations": 10, - "totalGuides": 1, - "categoriesWithContent": 3, - "lastContentAdded": "2025-01-27" + "totalGuides": 2, + "categoriesWithContent": 4, + "lastContentAdded": "2025-10-13" } } \ No newline at end of file diff --git a/index.html b/index.html index dd261cf..b5fb7f0 100644 --- a/index.html +++ b/index.html @@ -938,7 +938,7 @@

Microservices

System Design

Scalability patterns, caching strategies, and architecture