Skip to content

Commit ddd7089

Browse files
Update people
1 parent e98c45f commit ddd7089

4 files changed

Lines changed: 1983 additions & 0 deletions

File tree

db/data/people-per-episode.ts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
export default {
2+
// 198
3+
'will-ai-kill-the-joy-of-coding': [
4+
{ id: 'robbiethewagner' },
5+
{ id: 'chuckcarpenter' }
6+
],
7+
// 197
8+
'stop-fixing-things-that-arent-broken': [
9+
{ id: 'robbiethewagner' },
10+
{ id: 'chuckcarpenter' }
11+
],
12+
// 196
13+
'the-myth-of-perfect-code-w-marc-backes': [
14+
{ id: 'robbiethewagner' },
15+
{ id: 'chuckcarpenter' },
16+
{ id: 'themarcba' }
17+
],
18+
// 195
19+
'should-you-learn-tailwind-before-css-w-bree-hall': [
20+
{ id: 'chuckcarpenter' },
21+
{ id: 'aarondfrancis', host: true },
22+
{ id: 'bytesofbree' }
23+
],
224
// 194
325
'static-dynamic-generative-whats-next-for-the-web-w-guillermo-rauch': [
426
{ id: 'chuckcarpenter' },

db/data/people.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,11 @@ export default [
228228
name: 'Dax Raad',
229229
img: 'thdxr.jpg'
230230
},
231+
{
232+
id: 'themarcba',
233+
name: 'Marc Backes',
234+
img: 'themarcba.jpg'
235+
},
231236
{
232237
id: 'theonlyspotty',
233238
name: 'Clint Spotleson',

0 commit comments

Comments
 (0)