StyloBot's detection engine is ASP.NET Core. This post explains how that engine connects to Go gateways, Node.js applications, and any other stack via a gRPC sidecar, a typed Go SDK, and a Caddy...
Monday, 01 June 2026 10:30
//
18 minute read
How many times have you been blocked waiting for backend APIs to be ready? Or spent hours maintaining brittle mock data that becomes stale the moment requirements change?
Enter mostlylucid.mockllmapi...
Saturday, 13 December 2025 14:30
//
14 minute read
If you've built traditional ASP.NET Core MVC applications, you know the problem: that dreaded "click flash" when users navigate between pages. Full page reloads, the browser chrome flickering, content...
Friday, 28 November 2025 12:00
//
17 minute read
Theory is one thing; production code is another. In Part 1 we covered the abstractions—now let's see how they're applied in a real codebase. This article walks through actual background services from...
Thursday, 27 November 2025 09:30
//
24 minute read
Every modern web application has work that shouldn't block an HTTP request—sending emails, processing files, syncing with external services, running scheduled maintenance. ASP.NET Core provides...
Thursday, 27 November 2025 09:00
//
24 minute read
I've been running this blog for a while now, writing detailed technical articles on ASP.NET Core, Entity Framework, HTMX, and all sorts of .NET goodness. Yet my search rankings were... underwhelming....
Wednesday, 26 November 2025 14:00
//
10 minute read
UPDATE (2025-11-10): Added more practical examples from my actual codebase showing real-world patterns, trade-offs, gotchas, and the evolution from simple to sophisticated state management approaches....
Sunday, 09 November 2025 12:33
//
53 minute read
NOTE: COMING SOON, just putting the finishing touches to it. Follow along on GitHub! .
This is just to show you all I AM making progress with this control! It'll be worth the wait.
Introduction
After...
Friday, 07 November 2025 19:12
//
21 minute read
One of the challenges I faced while building this blog was how to efficiently include external markdown content without manually copying and pasting it everywhere. I wanted to fetch README files from...
Friday, 07 November 2025 10:00
//
32 minute read
In my LLMApi project I wanted to be able to support asking for LOTS of data; however LLMs have a very limited amount of data they can output at one time; and aren't particularly fast about doing it....
Thursday, 06 November 2025 13:35
//
12 minute read