Skip to content

Commit 175127d

Browse files
Merge branch 'shipshapecode:main' into main
2 parents e1003fc + 4f8ce6b commit 175127d

10 files changed

Lines changed: 98 additions & 1 deletion

File tree

db/data/people-per-episode.ts

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,71 @@ import people from './people';
33
type PersonId = (typeof people)[number]['id'];
44

55
export default {
6+
// 227
7+
'mcp-security-framework-fatigue-and-ai-agents-with-will-johnson-presented-by-coderabbit':
8+
[{ id: 'robbiethewagner' }, { id: 'argyleink' }, { id: 'willjohnsonio' }],
9+
// 226
10+
'a-very-merry-descent-into-holiday-madness': [
11+
{ id: 'robbiethewagner' },
12+
{ id: 'argyleink' }
13+
],
14+
// 225
15+
'soc-2-in-the-streets-spaghetti-in-the-sheets': [
16+
{ id: 'robbiethewagner' },
17+
{ id: 'chuckcarpenter' }
18+
],
19+
// 224
20+
'spooky-scary-css': [{ id: 'robbiethewagner' }, { id: 'argyleink' }],
21+
// 223
22+
'the-piano-man-of-state-machines-w-david-k-piano': [
23+
{ id: 'robbiethewagner' },
24+
{ id: 'argyleink' },
25+
{ id: 'davidkpiano' }
26+
],
27+
// 222
28+
'doing-one-thing-exceptionally-well-coderabbits-approach-to-ai-code-review': [
29+
{ id: 'robbiethewagner' },
30+
{ id: 'nickytonline', host: true },
31+
{ id: 'esthor' },
32+
{ id: 'hkrackdev' }
33+
],
34+
// 221
35+
'are-developers-overthinking-everything-w-bdougie': [
36+
{ id: 'robbiethewagner' },
37+
{ id: 'nickytonline', host: true },
38+
{ id: 'bdougieyo' }
39+
],
40+
// 220
41+
'the-future-of-front-end-vim-wars-and-raising-gamer-kids-w-nick-taylor': [
42+
{ id: 'robbiethewagner' },
43+
{ id: 'tasonjorres', host: true },
44+
{ id: 'nickytonline' }
45+
],
46+
// 219
47+
'from-librarian-to-developer-w-roxy-rodriguez-becker': [
48+
{ id: 'robbiethewagner' },
49+
{ id: 'tasonjorres', host: true },
50+
{ id: 'roxanacodes' }
51+
],
52+
// 218
53+
'how-to-build-a-career-when-the-rules-keep-changing-w-taylor-desseyn-jason-torres':
54+
[
55+
{ id: 'robbiethewagner' },
56+
{ id: 'tasonjorres', host: true },
57+
{ id: 'tdesseyn' }
58+
],
59+
// 217
60+
'open-source-agents-and-the-next-ai-wave-w-angie-jones': [
61+
{ id: 'robbiethewagner' },
62+
{ id: 'jlengstorf', host: true },
63+
{ id: 'techgirl1908' }
64+
],
65+
// 216
66+
'why-open-source-might-be-your-best-career-move-w-shruti-kapoor': [
67+
{ id: 'robbiethewagner' },
68+
{ id: 'jlengstorf', host: true },
69+
{ id: 'shrutikapoor08' }
70+
],
671
// 209
772
'is-cracker-barrel-a-js-framework': [
873
{ id: 'robbiethewagner' },

db/data/people.ts

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export const people = [
44
{ id: 'adamstac', name: 'Adam Stacoviak', img: 'adamstac.jpg' },
55
{ id: 'amerawhite2', name: 'Amera White', img: 'amerawhite2.jpg' },
66
{ id: 'argyleink', name: 'Adam Argyle', img: 'argyleink.jpg' },
7+
{ id: 'bdougieyo', name: 'Brian Douglas', img: 'bdougieyo.jpg' },
78
{ id: 'bholmesdev', name: 'Ben Holmes', img: 'bholmesdev.jpg' },
89
{
910
id: 'burgessdryan',
@@ -55,6 +56,11 @@ export const people = [
5556
name: 'David Fowler',
5657
img: 'davidfowl.jpg'
5758
},
59+
{
60+
id: 'davidkpiano',
61+
name: 'David K. Piano',
62+
img: 'davidkpiano.jpg'
63+
},
5864
{
5965
id: 'dblums',
6066
name: 'Dan Blumberg',
@@ -70,11 +76,21 @@ export const people = [
7076
name: 'Taylor Poindexter',
7177
img: 'engineering_bae.jpg'
7278
},
79+
{
80+
id: 'esthor',
81+
name: 'Erik Thorelli',
82+
img: 'esthor.jpg'
83+
},
7384
{
7485
id: 'henrihelvetica',
7586
name: 'Henri Helvetica',
7687
img: 'henrihelvetica.jpg'
7788
},
89+
{
90+
id: 'hkrackdev',
91+
name: 'Hendrik Krack',
92+
img: 'hkrackdev.jpg'
93+
},
7894
{
7995
id: 'htmx_org',
8096
name: 'Carson Gross',
@@ -159,6 +175,11 @@ export const people = [
159175
id: 'mnagdi',
160176
name: 'Michael Nagdi'
161177
},
178+
{
179+
id: 'nickytonline',
180+
name: 'Nick Taylor',
181+
img: 'nickytonline.jpg'
182+
},
162183
{
163184
id: 'ntonchev',
164185
name: 'Nas Tonchev'
@@ -198,7 +219,12 @@ export const people = [
198219
name: 'Robby Russell',
199220
img: 'robbyrussell.jpg'
200221
},
201-
{
222+
{
223+
id: 'roxanacodes',
224+
name: 'Roxy Rodbeck',
225+
img: 'roxanacodes.jpg'
226+
},
227+
{
202228
id: 'rwjblue',
203229
name: 'Robert Jackson',
204230
img: 'rwjblue.jpg'
@@ -208,6 +234,11 @@ export const people = [
208234
name: 'Shaundai Person',
209235
img: 'shaundai.jpg'
210236
},
237+
{
238+
id: 'shrutikapoor08',
239+
name: 'Shruti Kapoor',
240+
img: 'shrutikapoor08.jpg'
241+
},
211242
{
212243
id: 'tasonjorres',
213244
name: 'Jason Torres',
@@ -266,6 +297,7 @@ export const people = [
266297
},
267298
{ id: 'wagslane', name: 'Lane Wagner', img: 'wagslane.jpg' },
268299
{ id: 'wesbos', name: 'Wes Bos', img: 'wesbos.jpg' },
300+
{ id: 'willjohnsonio', name: 'Will Johnson', img: 'willjohnsonio.jpg' },
269301
{ id: 'zeeg', name: 'David Cramer', img: 'zeeg.jpg' }
270302
] as const;
271303

src/img/people/bdougieyo.jpg

25.1 KB
Loading

src/img/people/davidkpiano.jpg

12.4 KB
Loading

src/img/people/esthor.jpg

40.4 KB
Loading

src/img/people/hkrackdev.jpg

33.8 KB
Loading

src/img/people/nickytonline.jpg

23.5 KB
Loading

src/img/people/roxanacodes.jpg

24.9 KB
Loading

src/img/people/shrutikapoor08.jpg

38.1 KB
Loading

src/img/people/willjohnsonio.jpg

17 KB
Loading

0 commit comments

Comments
 (0)