Skip to content

Commit

Permalink
chore: add resource
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnaceMaes authored Aug 9, 2024
1 parent 9c741c4 commit ebce395
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/data/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ interface RawResource {
}

export const resources: Array<RawResource> = [
{
title: 'Let\'s Learn Ember.js - Learn With Jason',
description: `
When I asked Robbie Wagner what Ember.js is, he called it “the Rails of JavaScript”. Learn what it is and how we can use it in our web projects.
`,
url: 'https://www.youtube.com/watch?v=E83iAtF0RfY',
createdDate: new Date('2024-08-08'),
publishDate: new Date('2024-08-09'),
isFeatured: false,
type: ResourceType.Video,
tags: ['Ember', 'Ember Data'],
author: 'Jason Lengstorf, Robbie Wagner',
},
{
title: 'JS Party #330: The Ember take on recent hot topics',
description: `
Expand Down

0 comments on commit ebce395

Please sign in to comment.