Skip to content

Commit 8a4e7e8

Browse files
committed
Add complex object articles journey
1 parent 1120a59 commit 8a4e7e8

5 files changed

Lines changed: 5 additions & 0 deletions

content/snippets/js/s/complex-object-attributes-relationships.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ excerpt: Continuing on the journey to implement an ActiveRecord-like pattern in
88
listed: true
99
dateModified: 2024-12-12
1010
discussion: 2094
11+
journeyId: js/complex-objects
1112
---
1213

1314
<script>

content/snippets/js/s/complex-object-collections-in-memory.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ excerpt: A deep dive into a fairly flexible implementation, inspired by Rails' A
88
listed: true
99
dateModified: 2024-12-05
1010
discussion: 2094
11+
journeyId: js/complex-objects
1112
---
1213

1314
<script>

content/snippets/js/s/complex-object-factories.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ excerpt: Expanding even further upon our ActiveRecord-inspired project, we'll fi
88
listed: true
99
dateModified: 2025-01-02
1010
discussion: 2094
11+
journeyId: js/complex-objects
1112
---
1213

1314
<script>

content/snippets/js/s/complex-object-scopes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ excerpt: In the third installment of implementing an ActiveRecord-like pattern i
88
listed: true
99
dateModified: 2024-12-19
1010
discussion: 2094
11+
journeyId: js/complex-objects
1112
---
1213

1314
<script>

content/snippets/js/s/complex-object-serialization.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ excerpt: In the fourth part of the series, we will look at how to serialize comp
88
listed: true
99
dateModified: 2024-12-26
1010
discussion: 2094
11+
journeyId: js/complex-objects
1112
---
1213

1314
<script>

0 commit comments

Comments
 (0)