« ‹ Previous .. 13 14 15 16 17 Next › »
Page 16 of 17 (Total items: 85)
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

ImageSharp with Docker
ImageSharp is a great library for working with images in .NET. It's fast, easy to use, and has a lot of features. In this post, I'll show you how to use ImageSharp with Docker to create a simple image...

Thursday, 01 August 2024 01:00

//

1 minute read

logo

©2024 Scott Galloway