« ‹ Previous 1 2
Page 2 of 2 (Total items: 15)
Background Translations Pt. 3
In previous articles, we have discussed the importance of translation in the context of web applications. We have also explored the use of the EasyNMT library to perform translations in an ASP.NET...

Sunday, 25 August 2024 03:20

//

10 minute read

ASP.NET Core Caching with HTMX
Caching is an important technique to both improve user experience by loading content faster and to reduce the load on your server. In this article I'll show you how to use the built-in caching...

Monday, 12 August 2024 00:50

//

4 minute read

Adding Paging with HTMX and ASP.NET Core with TagHelper
Now that I have a bunch of blog posts the home page was getting rather length so I decided to add a paging mechanism for blog posts. This goes along with adding full caching for blog posts to make...

Friday, 09 August 2024 12:50

//

3 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

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

logo

©2024 Scott Galloway