Back

Version 57

9/10/2023
const rssFeeds: RssFeed[] = [
{
name: "Addy Osmani",
url: "https://addyosmani.com/feed.xml",
type: "blog",
},
{
name: "Andy Bell",
url: "https://andy-bell.co.uk/feed.xml",
type: "blog",
},
{
name: "Anil Dash",
url: "https://www.anildash.com/feed.xml",
type: "blog",
},
{
name: "Brad Frost",
url: "https://feeds.feedburner.com/brad-frosts-blog",
type: "blog",
},
{
name: "Bruce Schneier",
url: "https://www.schneier.com/blog/atom.xml",
type: "security",
},
{
name: "Chris Coyer",
url: "https://chriscoyier.net/feed/",
type: "blog",
},
{
name: "Dave Rupert",
url: "https://daverupert.com/atom.xml",
type: "blog",
},
Updated: March 8, 2024