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
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
diff --git a/system-design.html b/system-design.html
index 88e7806..06244b3 100644
--- a/system-design.html
+++ b/system-design.html
@@ -194,17 +194,15 @@
🏛️ System Design
-
-
-
More System Design Content Coming Soon
-
We're working on additional system design content including:
-
- - • Interactive visualizations
- - • Comprehensive guides
- - • Interview questions
- - • Best practices
-
-
+
+
+
Concurrency Patterns
+
Concurrency patterns in Go
+
+ - Comprehensive guide and tutorial
- Best practices and examples
- Interview preparation focused
- Practical implementation tips
+
+
View Guide →
+