Reading RSS Feeds With .NET Core

Reading RSS Feeds With .NET Core

Lately, I’ve been working hard on this blog. In a recent post about automating your blog with GitHub actions, I wrote a small .NET Core application that could process my RSS feed. In this post, I will show you how...

Continue Reading

Automate Your Blog With GitHub Actions

Automate Your Blog With GitHub Actions

Welcome fellow bloggers! If you are here, then you are interested in automating parts of your blog with GitHub Actions. I’ve been able to add efficiencies to my blog that help deploy future blog posts, keep third-party expenditure to a...

Continue Reading

Hypermedia Lite For ASP.NET Core HTTP APIs

Hypermedia Lite For ASP.NET Core HTTP APIs

I have worked on cross-disciplinary teams with a polyglot stack, and I imagine most developers have at this point in web develpoment history. The number one rule for team productivity is to help your downstream team members. In my case,...

Continue Reading