Projects

Things I have built, with the constraint that made each one interesting.

Project One

What it does, in one line.

Two or three sentences on the problem, the interesting constraint, and what you chose to do about it. The constraint is the part worth writing down — anyone can list technologies.

  • C#
  • .NET 10
  • PostgreSQL

Project Two

What it does, in one line.

Two or three sentences. Mention scale or numbers if you have them; they do more work than adjectives.

  • C#
  • Blazor
  • Azure Container Apps

This Site

Blazor static SSR portfolio and Markdown blog on Azure Container Apps.

Server-rendered Blazor with no WebAssembly payload and no client framework. Clean Architecture across four projects, with Markdig and the file system behind Application ports. Posts are Markdown in the repository, parsed once at startup into an immutable catalog. Deployed as a container that scales to zero.

  • C#
  • .NET 10
  • Blazor SSR
  • Markdig
  • Docker
  • Azure Container Apps