The slightly different feed aggregator powered by the iOS Dev Directory
Each blog, written in the English language, will be listed only once with its most recent article.
This mechanism keeps the list relatively small as not all blog posts for all blogs are shown. It allows the curious person to see which blogs published their last article when. This hopefully makes it more likely that non-professional blogs (i.e. without full time commitment and publishing every day) can be discovered as those are not buried at the very end of the list.
I use GatsbyJS to generate this static site.
I use GitHub Pages to host this static site for free.
I use my very own command-line tool, written with Swift, to get the latest posts from blogs listed on the iOS Dev Directory.
Run the following command in your terminal.
npm run develop
The site is now running at http://localhost:8000!
Edit src/pages/index.js
and see updates in real-time!