PinnedStop Chatting with AI. Start Loops (Ralph Driven Development)Typing is a high-friction activity that forces you to filter out "secondary" context. That lost context is usually what causes agent hallucinations. My stack focuses on high-speed context dumping and stateless execution loops. The Stack handy.comput...Dec 31, 2025·4 min read·7.4K
Vertical Slice Architecture: Quick start with .NET 8Introduction Vertical Slice Architecture (VSA) is a great way to structure your code. Getting started with a new or familiar architecture can be daunting, so I've created a quick start guide to get you up and running by using a dotnet new template. W...Oct 22, 2023·2 min read·1.3K
Rapid Backend Development with Marten DBIntroduction Building a personal project can be exciting, but it can also be a lot of work. In this post, I will go over how to use Marten DB to quickly build a backend for your project. The Problem When building a project, you will often need to bui...Sep 13, 2022·5 min read·183
Blazor WASM SEO - You have a broken website according to Google!Introduction Blazor WebAssembly is a great framework for building web applications. It's fast, easy to use, and has a great community. However, there is one thing that is often overlooked when building a Blazor WebAssembly application, and that is SE...Sep 8, 2022·5 min read·812
Building a Beautiful OKR with AntBlazor - Part 3Setup AntBlazor Before we can get started using the many great components provided by AntBlazor, we have to first install it and follow the setup steps. NuGet Using your package manager, add a reference to the latest version of AntDesign in the proje...Aug 25, 2021·4 min read·181
Building a Beautiful OKR with AntBlazor - Part 2Planning the Backend There is one objective with many key results. I added some properties that I think will be useful. These may change as we figure out the UI/UX a bit more. Some feature ideas: Objectives should be toggleable if they are active or...Feb 4, 2021·4 min read·32
Building a Beautiful OKR with AntBlazor - Part 1Boilerplate GitHub Create a repository called OKR, and initialize it with only a README.md file Open GitHub Desktop, and clone the repository to your machine Folder Structure The physical folder structure will be: OKR │ README.md │ Docker Relat...Feb 2, 2021·5 min read·43