Skip to content

Commit

Permalink
Add links to discussion and GitHub repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chalarangelo committed Jan 7, 2025
1 parent bdd2492 commit 894e895
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion content/collections/js/complex-objects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@ snippetIds:
- js/s/complex-object-autoloading-console
- js/s/complex-object-advanced-relationships
splash: laptop-view
description: >-
description: |+
Inspired by ActiveRecord, this collection will guide you through the process of
modeling complex objects in JavaScript, from in-memory collections to queries,
relationships, serialization, and more.
<footer>
<a href="https://github.com/Chalarangelo/mini-active-record" target="_blank" rel="noopener noreferrer">Code reference</a> &middot;
<a href="https://github.com/Chalarangelo/30-seconds-of-code/discussions/2094" target="_blank" rel="noopener noreferrer">Join the discussion</a>
</footer>
shortDescription: >-
Join me in this journey of implementing an ActiveRecord-like pattern in JavaScript.

0 comments on commit 894e895

Please sign in to comment.