mostlylucid
author

Hi, I’m Scott Galloway

This is a *work in process* site where I share my thoughts, ideas, and projects. I'm always building SOMETHING so decided too share both how I build these somethings and what I build. Note this site is currently being developed you can see the code here. Bits will be broken or missing, but that's the fun of it. If you have any comments / suggestions / feedback please let me know on Mastodon

HTMX (And a little Alpine.js) for a SPA-like experience in ASP.NET Core
In this site UI use HTMX extensively, this is a super easy way to make your site feel more responsive and smoother without having to write a lot of JavaScript. NOTE:This post is still incomplete,...

Sunday, 15 September 2024 06:45

//

7 minute read

Using Polly For Retries
Polly is a critical part of any .NET developer's toolkit. It is a library that allows you to define policies for handling exceptions and retries in your application. In this article, we will explore...

Sunday, 15 September 2024 02:20

//

9 minute read

Using A Hybrid Approach To Blogging
I've blogged many times about how I use Markdown to create my blog posts; I really like this approach but it has one major drawback - it means I have to do a complete Docker build cycle to update a...

Saturday, 14 September 2024 00:30

//

10 minute read

About Me
Scott Galloway | Lead .NET Developer & CTO I'm a versatile and accomplished developer and lead with an over 25 year track record building teams and platforms and revitalising startups. Proficient in...

Friday, 13 September 2024 14:53

//

3 minute read

Simple 'Donut Hole' Caching with HTMX
Donut hole caching can be a useful technique where you want to cache certain elements of a page but not all. However it can be tricky to implement. In this post I will show you how to implement a...

Thursday, 12 September 2024 16:00

//

4 minute read

logo

©2024 Scott Galloway