Scott Galloway | CTO | Head of Engineering | Systems Architect | Remote I'm a technical leader with over 30 years building and scaling engineering teams and products. I've served as CTO, Head of...

Wednesday, 31 December 2025 22:30

//

10 minute read

The core principle: make releases fast and painless, and you'll release more often. This is critical for agile development - rapid, reliable deployments create the fast feedback loop you need. When...

Thursday, 04 December 2025 12:00

//

6 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

Need to test a snippet of C# code without spinning up a full project? C# Script files (.csx) let you write and run C# code like a scripting language. No Program.cs, no .csproj, no build step - just...

Wednesday, 26 November 2025 20:00

//

28 minute read

2025-11-25Add T09:00 Introduction 📖 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...

Monday, 24 November 2025 20:41

//

15 minute read

When I first integrated Umami analytics into my blog platform, I quickly ran into a frustrating reality: Umami's API documentation is... let's be charitable and call it "minimal." Error messages are...

Thursday, 20 November 2025 14:30

//

10 minute read

Over the past year, I've stumbled, experimented, broken things, and gradually modernised the frontend build pipeline for this blog. This wasn't some masterplan executed flawlessly—it was trial and...

Tuesday, 11 November 2025 02:15

//

28 minute read

Docker has fundamentally transformed how we build, ship, and run applications. What started as a simple containerization tool has evolved into a complete ecosystem for modern application development...

Sunday, 09 November 2025 14:00

//

49 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

logo

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