forked from zeroDevs/dev-resources-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.seed.js
163 lines (163 loc) · 3.28 KB
/
resources.seed.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
module.exports = [
{
link: 'https://www.google.com',
author: {
id: '1234567890',
username: 'TestUser',
discriminator: '1234'
}
},
{
link: 'https://www.youtube.com',
author: {
id: '132324213',
username: 'Hikigaya Hachiman',
discriminator: '1111'
}
},
{
link: 'https://www.github.com',
author: {
id: '2343242341324',
username: 'Sakuta Azusagawa',
discriminator: '2131'
}
},
{
link: 'https://www.udemy.com',
author: {
id: '2345324243242',
username: 'Sakurajima Mai',
discriminator: '2343'
}
},
{
link: 'https://www.codetriage.com/',
author: {
id: '35637356345',
username: 'Yukinoshita Yukino',
discriminator: '8786'
}
},
{
link: 'http://bugmenot.com/',
author: {
id: '545345435345',
username: 'Yuigahama Yui',
discriminator: '57i8'
}
},
{
link: 'https://burst.shopify.com/',
author: {
id: '675654643654',
username: 'Jace Herondale',
discriminator: '6554'
}
},
{
link: 'https://sdras.github.io/array-explorer/',
author: {
id: '524234324',
username: 'Will Herondale',
discriminator: '6573'
}
},
{
link: 'https://css-tricks.com/the-great-divide/',
author: {
id: '3843253523',
username: 'Emma Carstairs',
discriminator: '3435'
}
},
{
link: 'https://frontendmasters.com/welcome/web-development/',
author: {
id: '4y4545345345345',
username: 'Julian Blackthorn',
discriminator: '3453'
}
},
{
link: 'http://app.programmingfonts.org/',
author: {
id: '6587657546456',
username: 'Clary Fairchild',
discriminator: '4345'
}
},
{
link: 'https://www.froala.com/design-blocks',
author: {
id: '432454235324234',
username: 'Alec Lightwood',
discriminator: '3245'
}
},
{
link: 'https://changelog.com/jsparty',
author: {
id: '32423423524234',
username: 'Isabelle Lightwood',
discriminator: '2359'
}
},
{
link: 'https://link.medium.com/nBWEjzHpET',
author: {
id: '324523532424532',
username: 'Magnus Bane',
discriminator: '7823'
}
},
{
link: 'https://reactjs.org/docs/hooks-overview.html',
author: {
id: '3245236234243',
username: 'James Carstairs',
discriminator: '8234'
}
},
{
link: 'https://link.medium.com/knRQbBnZBT',
author: {
id: '324732847384',
username: 'Tessa Gray',
discriminator: '8236'
}
},
{
link:
'https://humanwhocodes.com/blog/2018/10/my-somewhat-complete-salary-history-software-engineer/',
author: {
id: '932742364932',
username: 'Jace Herondale',
discriminator: '3242'
}
},
{
link: 'https://sideview.app/',
author: {
id: '8937492364',
username: 'Will Herondale',
discriminator: '8374'
}
},
{
link: 'https://blog.restcase.com/top-7-rest-api-security-threats/',
author: {
id: '983724623984',
username: 'Hikigaya Hachiman',
discriminator: '8643'
}
},
{
link: 'https://publicwww.com/',
author: {
id: '3o28493264923',
username: 'Sakuta Azusagawa',
discriminator: '2384'
}
}
];