Page 1 of 3 (Total items: 24)
DocSummarizer Part 5 - lucidRAG: Multi-Document RAG Web Application
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

HTMX with ASP.NET Core Partials: The Server-Side Renaissance
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

RAG for Implementers: Semantic Search in Action
📖 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

Filter Bar: Progress, Bugs, and Little Wins
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

Filter Bar Progress (And the Date Range Shenanigans)
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

PagingTagHelper v1.0.0: Enterprise-Ready Pagination for Modern ASP.NET Core
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

A Whistle-stop Tour of HTMX Extensions and Using HTMX with ASP.NET Core
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

An Alpine.js and HTMX 'Clear Query String Parameter(s)' tag helper for ASP.NET Core
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

An Auto-Update Partial Updater with Alpine.js and HTMX
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

Using SweetAlert2 for HTMX Loading indicators (hx-indicator)
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

Page 1 of 3 (Total items: 24)
logo

© 2026 Scott Galloway — Unlicense — All content and source code on this site is free to use, copy, modify, and sell.