From 346837894cbf86e657127562baa063f15adab032 Mon Sep 17 00:00:00 2001 From: "prepguides-content-bot[bot]" <235062857+prepguides-content-bot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 16:35:59 +0000 Subject: [PATCH 1/2] Add content submission: Concurrency Patterns --- ...m-design-concurrency-patterns-payload.json | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/content-payloads/system-design-concurrency-patterns-payload.json diff --git a/.github/content-payloads/system-design-concurrency-patterns-payload.json b/.github/content-payloads/system-design-concurrency-patterns-payload.json new file mode 100644 index 0000000..77c8740 --- /dev/null +++ b/.github/content-payloads/system-design-concurrency-patterns-payload.json @@ -0,0 +1,27 @@ +{ + "version": "1.0.0", + "type": "content-addition", + "metadata": { + "title": "Concurrency Patterns", + "description": "Concurrency patterns in Go", + "author": "ishaileshpant", + "submissionDate": "2025-10-15", + "category": "system-design", + "subtopic": "system-design-concurrency-patterns" + }, + "content": { + "id": "system-design-concurrency-patterns", + "title": "Concurrency Patterns", + "description": "Concurrency patterns in Go", + "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 3c28babf8000dcae3f6ae5dca1927027b3ebd1b9 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 15 Oct 2025 16:36:18 +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..11b8c1e 100644 --- a/content-config.json +++ b/content-config.json @@ -285,14 +285,31 @@ "primary": "#6366f1", "secondary": "#4f46e5" }, - "subtopics": {} + "subtopics": { + "system-design-concurrency-patterns": { + "name": "System Design Concurrency Patterns", + "description": "Concurrency patterns in Go", + "content": [ + { + "id": "system-design-concurrency-patterns", + "title": "Concurrency Patterns", + "description": "Concurrency patterns in Go", + "repo": "prepguides/go-interviews", + "path": "patterns/README.md", + "type": "guide", + "status": "active", + "addedDate": "2025-10-15" + } + ] + } + } } }, "statistics": { - "totalContent": 11, + "totalContent": 12, "totalVisualizations": 10, - "totalGuides": 1, - "categoriesWithContent": 3, - "lastContentAdded": "2025-01-27" + "totalGuides": 2, + "categoriesWithContent": 4, + "lastContentAdded": "2025-10-15" } } \ No newline at end of file diff --git a/index.html b/index.html index dd261cf..634752c 100644 --- a/index.html +++ b/index.html @@ -938,7 +938,7 @@

Microservices

System Design

Scalability patterns, caching strategies, and architecture