Categories
Alpine
Alpine.js
ASP.NET
ASP.NET Core
Blog
C#
Clearing the smoke
DaisyUI
Docker
EasyNMT
Email Newsletter
Entity Framework
FluentEmail
Freelancing
GitHub Actions
Google Auth
Grafana
Hangfire
Highlight.js
HTMX
IHostedService
ImageSharp
Interviewing
introduction
Javascript
Legacy Code
Logging
Markdown
Mermaid
Microsoft
Moq
Nuget
OpenSearch
Polly
Postgres
Prometheus
Razor
Resume
RSS
Seq
Serilog
Tailwind
Umami
Unit Testing
WebAPI
xUnit
Automatically Translating Markdown Files with EasyNMT
EasyNMT is a locally installable service that provides a simple interface to a number of machine translation services. In this tutorial, we will use EasyNMT to automatically translate a Markdown file...
Saturday, 03 August 2024 13:30
//7 minute read
Adding mermaid.js with htmx
Mermaid is a simple diagramming format that takes text-based input and generates diagrams in SVG format. It is a great tool for creating flowcharts, sequence diagrams, Gantt charts, and more. In this...
Friday, 02 August 2024 20:00
//3 minute read
Using Markdown for Blogging
Markdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents. Created by John Gruber in 2004, Markdown is now one of the world’s most popular...
Friday, 02 August 2024 17:00
//11 minute read
Making your ASP.NET Core Website a PWA
In this article, I'll show you how to make your ASP.NET Core website a PWA (Progressive Web App).
Prerequisites
It's really pretty simple see...
Thursday, 01 August 2024 11:36
//Less than a minute
Htmx with Asp.Net Core
Using HTMX with ASP.NET Core is a great way to build dynamic web applications with minimal JavaScript. HTMX allows you to update parts of your page without a full page reload, making your application...
Thursday, 01 August 2024 03:42
//3 minute read