This is Part 5 of the DocSummarizer series, and it's also the culmination of the GraphRAG series and Semantic Search series. We're combining everything into a deployable web application.
🚨🚨 PREVIEW...
Thursday, 01 January 2026 18:00
//
9 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
📖 Part of the RAG Series: This is Part 4b - search features and UI:
Part 1: RAG Origins and Fundamentals - What embeddings are, why they matter
Part 2: RAG Architecture and Internals - Chunking,...
Tuesday, 25 November 2025 09:00
//
15 minute read
I’ve been putting together a proper filter bar for the blog list: language, date range, sort, and pagination that stays snappy with HTMX. It’s close now—but as always, the last 20% is the spicy bit:...
Monday, 10 November 2025 14:10
//
5 minute read
Over the last few days I've been hammering away at the new blog filter bar: language selection, ordering, and a date range picker that tries very hard to be smart (sometimes too smart). This post...
Monday, 10 November 2025 09:00
//
11 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
HTMX is a powerful JavaScript library that allows you to create dynamic web applications with minimal JavaScript. It enables you to make AJAX requests, swap HTML content, and handle events directly in...
Friday, 02 May 2025 20:30
//
17 minute read
Just a quick one, I had a need in a work project for the ability to 'clear' URL parameters from a URL. This is useful when you have a URL with multiple parameters, and you want to remove one or more...
Friday, 25 April 2025 23:00
//
7 minute read
So in what's becoming a series, in a work project I wanted to add the ability for a partial to auto-update on a given timescale.
Here's how I did it using Alpine.js and HTMX.
Requirements
So I wanted...
Wednesday, 23 April 2025 19:30
//
7 minute read
On a work project I've been using and abusing HTMX to build an admin UI. As part of this I'm using the lovely SweetAlert2 Javascript library for my confirmation dialogs. It works great but I also...
Monday, 21 April 2025 20:05
//
13 minute read