Skip to content

Commit addcbb4

Browse files
authoredMar 20, 2025··
Merge branch 'shipshapecode:main' into main
2 parents 3ab65f7 + 9fd3cdd commit addcbb4

File tree

6 files changed

+3478
-0
lines changed

6 files changed

+3478
-0
lines changed
 

‎db/data/people-per-episode.ts

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
export default {
2+
// 186
3+
'why-most-developers-overcomplicate-everything-w-aaron-francis': [
4+
{ id: 'robbiethewagner' },
5+
{ id: 'chuckcarpenter' },
6+
{ id: 'aarondfrancis' }
7+
],
8+
// 185
9+
'tailwind-4-deepseek-ai-and-the-end-of-the-old-web': [
10+
{ id: 'robbiethewagner' },
11+
{ id: 'chuckcarpenter' }
12+
],
213
// 184
314
'is-jquery-really-dead-and-other-hot-takes-w-travis-wagner': [
415
{ id: 'robbiethewagner' },

‎db/data/people.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export default [
2+
{ id: 'aarondfrancis', name: 'Aaron Francis', img: 'aarondfrancis.jpg' },
23
{ id: 'adamstac', name: 'Adam Stacoviak', img: 'adamstac.jpg' },
34
{ id: 'amerawhite2', name: 'Amera White', img: 'amerawhite2.jpg' },
45
{ id: 'argyleink', name: 'Adam Argyle', img: 'argyleink.jpg' },

‎db/data/sponsors-per-episode.ts

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
export default {
2+
// 186
3+
'why-most-developers-overcomplicate-everything-w-aaron-francis': [
4+
{ id: 'norlan' }
5+
],
6+
// 185
7+
'tailwind-4-deepseek-ai-and-the-end-of-the-old-web': [{ id: 'norlan' }],
28
// 184
39
'is-jquery-really-dead-and-other-hot-takes-w-travis-wagner': [
410
{ id: 'norlan' }

‎src/content/transcripts/185.md

+1,690
Large diffs are not rendered by default.

‎src/content/transcripts/186.md

+1,770
Large diffs are not rendered by default.

‎src/img/people/aarondfrancis.jpg

37.7 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.