Skip to content

Commit 16119e7

Browse files
committed
chore: minor improvements and added more creators
1 parent a1ac109 commit 16119e7

File tree

6 files changed

+28
-100
lines changed

6 files changed

+28
-100
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: pnpm/action-setup@v2
16-
with:
17-
version: 10
1816
- uses: actions/setup-node@v4
1917
with:
20-
node-version: 22
18+
node-version: 24
2119
cache: 'pnpm'
2220
cache-dependency-path: pnpm-lock.yaml
2321
- run: pnpm install --frozen-lockfile

TODO.md

Lines changed: 0 additions & 81 deletions
This file was deleted.

public/fullstackbulletin-recommended-feeds.opml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<opml version="2.0">
33
<head>
44
<title>FullStack Bulletin - Recommended Feeds</title>
5-
<dateCreated>Wed, 18 Mar 2026 15:21:09 GMT</dateCreated>
5+
<dateCreated>Sun, 29 Mar 2026 10:48:31 GMT</dateCreated>
66
<docs>https://fullstackbulletin.com</docs>
77
</head>
88
<body>
@@ -111,6 +111,9 @@
111111
<outline text="Marvin Hagemeister" title="Marvin Hagemeister" type="rss" xmlUrl="https://marvinh.dev/feed.xml" htmlUrl="https://marvinh.dev/"/>
112112
<outline text="Malte Ubl" title="Malte Ubl" type="rss" xmlUrl="https://www.industrialempathy.com/feed/feed.xml" htmlUrl="https://www.industrialempathy.com/"/>
113113
<outline text="Ben Howdle" title="Ben Howdle" type="rss" xmlUrl="http://benhowdle.im/feed.xml" htmlUrl="https://benhowdle.im/"/>
114+
<outline text="Luca Del Puppo" title="Luca Del Puppo" type="rss" xmlUrl="https://blog.delpuppo.net/rss.xml" htmlUrl="https://blog.delpuppo.net/"/>
115+
<outline text="Tommaso Allevi" title="Tommaso Allevi" type="rss" xmlUrl="https://medium.com/feed/@allevo" htmlUrl="https://medium.com/@allevo"/>
116+
<outline text="Emanuele Bartolesi" title="Emanuele Bartolesi" type="rss" xmlUrl="https://www.emanuelebartolesi.com/rss.xml" htmlUrl="https://www.emanuelebartolesi.com/"/>
114117
</outline>
115118
</body>
116119
</opml>

src/data/feeds.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,5 +610,23 @@
610610
"siteUrl": "https://benhowdle.im/",
611611
"feedUrl": "http://benhowdle.im/feed.xml",
612612
"category": "creator"
613+
},
614+
{
615+
"name": "Luca Del Puppo",
616+
"siteUrl": "https://blog.delpuppo.net/",
617+
"feedUrl": "https://blog.delpuppo.net/rss.xml",
618+
"category": "creator"
619+
},
620+
{
621+
"name": "Tommaso Allevi",
622+
"siteUrl": "https://medium.com/@allevo",
623+
"feedUrl": "https://medium.com/feed/@allevo",
624+
"category": "creator"
625+
},
626+
{
627+
"name": "Emanuele Bartolesi",
628+
"siteUrl": "https://www.emanuelebartolesi.com/",
629+
"feedUrl": "https://www.emanuelebartolesi.com/rss.xml",
630+
"category": "creator"
613631
}
614632
]

src/data/site.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ export const recommendedNewsletters = [
141141
{ name: 'DuckTyped', url: 'https://www.ducktyped.org/' },
142142
{ name: 'web.dev', url: 'https://web.dev/' },
143143
{ name: 'Pope Tech Blog', url: 'https://blog.pope.tech/' },
144+
{ name: "Luca Mezzalira's Micro-frontends newsletter", url: 'https://www.buildingmicrofrontends.com/' },
144145
];
145146

146147
export const recommendedCreators = [
@@ -216,4 +217,8 @@ export const recommendedCreators = [
216217
{ name: 'Marvin Hagemeister', url: 'https://marvinh.dev/' },
217218
{ name: 'Malte Ubl', url: 'https://www.industrialempathy.com/' },
218219
{ name: 'Ben Howdle', url: 'https://benhowdle.im/' },
220+
{ name: 'Soumaya Erradi', url: 'https://www.soumayaerradi.it/' },
221+
{ name: 'Luca Del Puppo', url: 'https://blog.delpuppo.net/' },
222+
{ name: 'Tommaso Allevi', url: 'https://medium.com/@allevo' },
223+
{ name: 'Emanuele Bartolesi', url: 'https://www.emanuelebartolesi.com/' },
219224
];

tmp.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)