Skip to content

Commit 2158abb

Browse files
committed
ブログ追加
1 parent 8b34dfc commit 2158abb

11 files changed

Lines changed: 923 additions & 80 deletions

File tree

WebSite/assets/data/blogList.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@
1313
"contentPath": "blog/blog_00032.html",
1414
"recommended": true
1515
},
16+
{
17+
"id": "blog_00033",
18+
"title": "GoFデザインパターン - アダプタ編",
19+
"date": "2026-02-04T00:00:00.000Z",
20+
"category": "Coding",
21+
"description": "GoFコレクションにおけるアダプタパターン実践ガイド:概念、使いどころ、C++の実装例、注意点と出典を実用的に解説します",
22+
"tags": [
23+
"Coding",
24+
"DesignPattern"
25+
],
26+
"thumbnail": "assets/img/ogp.png",
27+
"contentPath": "blog/blog_00033.html",
28+
"recommended": true
29+
},
1630
{
1731
"id": "blog_00029",
1832
"title": "GoFデザインパターン - ファクトリメソッド編",

WebSite/assets/data/blogList_en.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@
1313
"contentPath": "blog/en/blog_00032.html",
1414
"recommended": true
1515
},
16+
{
17+
"id": "blog_00033",
18+
"title": "GoF Design Patterns - Adapter",
19+
"date": "2026-02-04T00:00:00.000Z",
20+
"category": "Coding",
21+
"description": "A practical guide to the Adapter pattern from the GoF collection:concepts, when to use it, a C++ implementation example, implementation notes, and references.",
22+
"tags": [
23+
"Coding",
24+
"DesignPattern"
25+
],
26+
"thumbnail": "assets/img/ogp.png",
27+
"contentPath": "blog/en/blog_00033.html",
28+
"recommended": true
29+
},
1630
{
1731
"id": "blog_00031",
1832
"title": "GoF Design Patterns - Abstract Factory",

WebSite/blog/blog_00029.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ <h2 id="まとめ">まとめ</h2><ul>
385385
</div>
386386
</div>
387387

388-
<div class="post-detail__nav post-detail__nav--bottom"><a href="blog_00030.html" class="btn btn--prev">← GoFデザインパターン -…</a><a href="../blog.html" class="btn btn--back">← ブログ一覧へ戻る</a><a href="blog_00032.html" class="btn btn--next">GoFデザインパターン -… →</a></div>
388+
<div class="post-detail__nav post-detail__nav--bottom"><a href="blog_00030.html" class="btn btn--prev">← GoFデザインパターン -…</a><a href="../blog.html" class="btn btn--back">← ブログ一覧へ戻る</a><a href="blog_00033.html" class="btn btn--next">GoFデザインパターン -… →</a></div>
389389
</article>
390390
</div>
391391
<aside class="post-sidebar">

WebSite/blog/blog_00032.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ <h2 id="まとめ">まとめ</h2><p>Builder は 構築手順と表現の分離
306306
</div>
307307
</div>
308308

309-
<div class="post-detail__nav post-detail__nav--bottom"><a href="blog_00029.html" class="btn btn--prev">← GoFデザインパターン -…</a><a href="../blog.html" class="btn btn--back">← ブログ一覧へ戻る</a></div>
309+
<div class="post-detail__nav post-detail__nav--bottom"><a href="blog_00033.html" class="btn btn--prev">← GoFデザインパターン -…</a><a href="../blog.html" class="btn btn--back">← ブログ一覧へ戻る</a></div>
310310
</article>
311311
</div>
312312
<aside class="post-sidebar">

WebSite/blog/blog_00033.html

Lines changed: 382 additions & 0 deletions
Large diffs are not rendered by default.

WebSite/blog/en/blog_00031.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ <h2 id="conclusion">Conclusion</h2><p>The Abstract Factory is a powerful pattern
343343
</div>
344344
</div>
345345

346-
<div class="post-detail__nav post-detail__nav--bottom"><a href="blog_00029.html" class="btn btn--prev">← GoF Design Pa…</a><a href="../blog.html" class="btn btn--back">← Back to Blog</a><a href="blog_00032.html" class="btn btn--next">GoF Design Pa… →</a></div>
346+
<div class="post-detail__nav post-detail__nav--bottom"><a href="blog_00029.html" class="btn btn--prev">← GoF Design Pa…</a><a href="../blog.html" class="btn btn--back">← Back to Blog</a><a href="blog_00033.html" class="btn btn--next">GoF Design Pa… →</a></div>
347347
</article>
348348
</div>
349349
<aside class="post-sidebar">

WebSite/blog/en/blog_00032.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ <h2 id="summary">Summary</h2><p>The Builder pattern is a powerful pattern intend
316316
</div>
317317
</div>
318318

319-
<div class="post-detail__nav post-detail__nav--bottom"><a href="blog_00031.html" class="btn btn--prev">← GoF Design Pa…</a><a href="../blog.html" class="btn btn--back">← Back to Blog</a></div>
319+
<div class="post-detail__nav post-detail__nav--bottom"><a href="blog_00033.html" class="btn btn--prev">← GoF Design Pa…</a><a href="../blog.html" class="btn btn--back">← Back to Blog</a></div>
320320
</article>
321321
</div>
322322
<aside class="post-sidebar">

WebSite/blog/en/blog_00033.html

Lines changed: 425 additions & 0 deletions
Large diffs are not rendered by default.
File renamed without changes.

0 commit comments

Comments
 (0)