Extract your SAP Community blog posts with a simple Node.js script

I wanted to have a local archive of my SAP Community blog posts for my own reference and to have a better overview of my content. Also I tried writing posts locally in Markdown first and then converting them to HTML. Mixed experience so far. Currently this is in a private repository and it fetches the latest posts from SAP Community daily if there are any new ones. I at least wanted to share my script so others can use it too. ...

January 20, 2026 · Marian Zeis
UI5 Lib Diff comparison screenshot

Distributed Microservices with GitHub Pages and RSS Feeds

I was recently asked how my UI5 Versions Bot on Bluesky works. So I want to simply explain how it works and how I use an RSS feed as a small “microservice” so I can base other services on this data. How the ui5-lib-diff project works The ui5-lib-diff project pulls data from official UI5 sources (SAPUI5/OpenUI5) and turns it into structured change data. That data is then used to generate an RSS feed entry for each patch update in both SAPUI5 and OpenUI5. ...

January 19, 2026 · Marian Zeis