Categories
Alpine
Alpine.js
Apline.js
ASP.NET
ASP.NET Core
Blog
C#
Clearing the smoke
Docker
EasyNMT
Entity Framework
FluentEmail
GitHub Actions
Google Auth
HTMX
IHostedService
ImageSharp
Interviewing
introduction
Javascript
Markdown
Mermaid
Microsoft
Moq
Nuget
OpenSearch
Polly
Postgres
Razor
resume
RSS
Seq
Serilog
Tailwind
Umami
Unit Testing
WebAPI
xUnit
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