From 1a2171866987f30698ef8cd644071e5731c1a0fa Mon Sep 17 00:00:00 2001 From: Ignace Maes Date: Mon, 15 Jul 2024 11:28:34 +0200 Subject: [PATCH] feat: add jsparty podcast --- app/data/resources.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/app/data/resources.ts b/app/data/resources.ts index a7bfe30..b98b390 100644 --- a/app/data/resources.ts +++ b/app/data/resources.ts @@ -14,6 +14,19 @@ interface RawResource { } export const resources: Array = [ + { + title: 'JS Party #330: The Ember take on recent hot topics', + description: ` + KBall takes another dive into recent hot topics around reactivity and build systems, this time with three members of the Ember core team. They also talk about some of the reasons why the Ember community has been so long lived, how thinking about upgradeability leads to universality, and how features first built specifically for frameworks make their way into the language specification or universal libraries. + `, + url: 'https://changelog.com/jsparty/330', + createdDate: new Date('2024-07-11'), + publishDate: new Date('2024-07-15'), + isFeatured: false, + type: ResourceType.Podcast, + tags: ['Embroider', 'Warp Drive', 'Reactivity'], + author: 'JS Party', + }, { title: 'You did WHAT with TypeScript? Glint Architecture Overview', description: `