Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"version": "1.0.0",
"type": "content-addition",
"metadata": {
"title": "Concurrency Patterns",
"description": "Concurrency patterns using Go",
"author": "pshail",
"submissionDate": "2025-10-14",
"category": "system-design",
"subtopic": "system-design-concurrency-patterns"
},
"content": {
"id": "system-design-concurrency-patterns",
"title": "Concurrency Patterns",
"description": "Concurrency patterns using Go",
"repo": "prepguides/go-interviews",
"path": "patterns/README.md",
"type": "guide",
"status": "active"
},
"validation": {
"repoAccessible": true,
"fileExists": true,
"contentValid": true,
"categoryValid": true
}
}
27 changes: 22 additions & 5 deletions content-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,14 +285,31 @@
"primary": "#6366f1",
"secondary": "#4f46e5"
},
"subtopics": {}
"subtopics": {
"system-design-concurrency-patterns": {
"name": "System Design Concurrency Patterns",
"description": "Concurrency patterns using Go",
"content": [
{
"id": "system-design-concurrency-patterns",
"title": "Concurrency Patterns",
"description": "Concurrency patterns using Go",
"repo": "prepguides/go-interviews",
"path": "patterns/README.md",
"type": "guide",
"status": "active",
"addedDate": "2025-10-14"
}
]
}
}
}
},
"statistics": {
"totalContent": 11,
"totalContent": 12,
"totalVisualizations": 10,
"totalGuides": 1,
"categoriesWithContent": 3,
"lastContentAdded": "2025-01-27"
"totalGuides": 2,
"categoriesWithContent": 4,
"lastContentAdded": "2025-10-14"
}
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ <h3 class="category-title">Microservices</h3>
<h3 class="category-title">System Design</h3>
<p class="category-description">Scalability patterns, caching strategies, and architecture</p>
<ul class="category-items">
<li><a href="#">Coming Soon</a></li>
<li><a href="system-design.html">All System Design Content (1 Available)</a></li><li><a href="template-md-renderer.html?repo=prepguides%2Fgo-interviews&path=patterns%2FREADME.md&category=system-design&subtopic=system-design-concurrency-patterns&title=Concurrency+Patterns">Concurrency Patterns</a></li>
</ul>
</div>
</div><div class="quick-links">
Expand Down
20 changes: 9 additions & 11 deletions system-design.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,17 +194,15 @@ <h1>πŸ›οΈ System Design</h1>
</header>

<div class="content">

<div class="coming-soon">
<h3>More System Design Content Coming Soon</h3>
<p>We're working on additional system design content including:</p>
<ul style="list-style: none; margin-top: 15px;">
<li>β€’ Interactive visualizations</li>
<li>β€’ Comprehensive guides</li>
<li>β€’ Interview questions</li>
<li>β€’ Best practices</li>
</ul>
</div>
<div class="algorithms-grid">
<div class="algorithm-card" onclick="window.location.href='template-md-renderer.html?repo=prepguides%2Fgo-interviews&path=patterns%2FREADME.md&category=system-design&subtopic=system-design-concurrency-patterns&title=Concurrency+Patterns'">
<h3 class="algorithm-title">Concurrency Patterns</h3>
<p class="algorithm-description">Concurrency patterns using Go</p>
<ul class="algorithm-features">
<li>Comprehensive guide and tutorial</li><li>Best practices and examples</li><li>Interview preparation focused</li><li>Practical implementation tips</li>
</ul>
<a href="template-md-renderer.html?repo=prepguides%2Fgo-interviews&path=patterns%2FREADME.md&category=system-design&subtopic=system-design-concurrency-patterns&title=Concurrency+Patterns" class="access-button">View Guide β†’</a>
</div></div>
</div>
</div>
</body>
Expand Down