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

Background Translations Pt. 1
So for a while now I've used EasyNMT to translate my .md files into different languages here. I've wanted to 'surface' this so you can all have a play with it too. See the second part of this series...

Friday, 23 August 2024 05:38

//

4 minute read

Ensuring your IHostedService (or IHostedLifecycleService) is a single instance
This is a dumb little article because I was a bit confused about how to ensure that my IHostedService was a single instance. I thought it was a bit more complicated than it actually was. So I thought...

Thursday, 22 August 2024 16:08

//

5 minute read

Adding XSRF for JavaScript
When adding the search box in the prior article, we left out a critical security feature: XSRF protection. This article will cover how to add XSRF protection to the search box. What is XSRF? XSRF...

Thursday, 22 August 2024 05:30

//

2 minute read

Full Text Searching (Pt 1.1)
In the last article I showed you how to set up a full text search using the built in full text search capabilities of Postgres. While I exposed a search api I didn't have a way to actually use it...

Wednesday, 21 August 2024 20:30

//

5 minute read

Full Text Searching (Pt 1)
Searching for content is a critical part of any content heavy website. It enhances discoverability and user experience. In this post I'll cover how I added full text searching for this site Next parts...

Tuesday, 20 August 2024 12:40

//

10 minute read

logo

©2024 Scott Galloway