You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WebSite/assets/data/blogList_en.json
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,18 @@
1
1
[
2
+
{
3
+
"id": "blog_00032",
4
+
"title": "GoF Design Patterns - Builder",
5
+
"date": "2026-02-04T00:00:00.000Z",
6
+
"category": "Coding",
7
+
"description": "A practical guide to the Builder pattern from the GoF collection:concepts, when to use it, a C++ implementation example, caveats, and sources.",
0 commit comments