How to Create a Blog from an RSS Feed

Create a blog generator to convert RSS feeds into websites This article describes how to create a serverless static blog generator to automatically convert RSS feeds into beautiful static websites. The system uses Python for content processing, Azure Functions for automation, and Azure Storage with CDN for hosting. This solution is part of the NotesRSS … Read more

How to Program RSS feeds for Evernote

How to Programmatically expose RSS feeds for Evernote Developing a program to expose RSS feeds for your Evernote account involves several steps, including interfacing with the Evernote API, creating RSS feeds, and hosting the feed for use in RSS readers. Here’s a simplified roadmap to get you started: 1. Understand the Evernote API Evernote provides … Read more