From e79cb8dac70e7711144171be72453907f236858b Mon Sep 17 00:00:00 2001 From: "prepguides-content-bot[bot]" <235062857+prepguides-content-bot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 18:15:54 +0000 Subject: [PATCH 1/2] Add content submission: Concurrency Model --- ...stem-design-concurrency-model-payload.json | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/content-payloads/system-design-concurrency-model-payload.json 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 From 9492b9eed4ab245f9ecbd1aa7639f998eceb4aa2 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 13 Oct 2025 18:16:31 +0000 Subject: [PATCH 2/2] chore: Auto-generate HTML files with new content - Generated by payload workflow - Includes updated navigation and content - Auto-commit for Vercel preview deployment --- content-config.json | 27 ++++++++++++++++++++++----- index.html | 2 +- system-design.html | 20 +++++++++----------- 3 files changed, 32 insertions(+), 17 deletions(-) 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