Mark Burton (Page 8)

Migrating my blog from Wyam to Statiq

The CleanBlog theme has been created for Statiq so time to try and migrate.

The initial steps to setup a new blog with Statiq or migrate from Wyam are covered in porting from Wyam document in the CleanBlog repo.

Read more...

Experimenting with YARP: A Reverse Proxy

YARP is a reverse proxy toolkit for building fast proxy servers in .NET using the infrastructure from ASP.NET and .NET.

A Route is the inbound URL which the reverse proxy is going to act on. The cluster is a list of potential destination URLs.

Read more...

How to Setup ASP.NET Core Health Check UI

In Part one we setup the health check endpoints, now to add a frontend.

Read more...