A light-weight blogging client written in Blazor and ASP.NET Core that reads from a headless CMS system called Squidex.
- Focuses on Seperation of Concerns (SOC) and scalability
- Uses the HTML template Clean Blog by startbootstrap.com
- Serilog is used for logging events to any location
- Responses are gzipped and cached
The client will cache Squidex API calls via an ICacheProvider. Cached items are cleared via a Webhook configured in Squidex.