Project One
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
Things I have built, with the constraint that made each one interesting.
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.
Two or three sentences. Mention scale or numbers if you have them; they do more work than adjectives.
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.