Projects| hamy.xyz
I've been experimenting with different paradigms for server-side html rendering with F#.| hamy.xyz
This post is part of the 2023 F# Advent Calendar.| hamy.xyz
Entity Framework is the most popular ORM in the dotnet community. It's been optimized and battle-hardened through years of enterprise use and thousands of development years.| hamy.xyz
In this post we're going to walk through web endpoint routing with F# using the Giraffe web framework. We'll go over:| hamy.xyz
This post is part of the 2022 F# Advent Calendar.| hamy.xyz
Overview| hamy.xyz
HTMX is a tiny JS library that gives your HTML superpowers - allowing it to act more like a modern interactive app than a crufty old enterprise page. It does this by allowing you to swap out only bits of a page rather than requiring a full reload to change the UI (this is what those fancy clientside frameworks like Svelte, React, Vue, etc are doing under the hood to make them feel "modern"). This essentially means that you can build modern apps without any clientside framework - just you and ...| hamy.xyz
Learn how to install Docker Compose. Compose is available natively on Docker Desktop, as a Docker Engine plugin, and as a standalone tool.| Docker Documentation
Learn how to choose the best method for you to install Docker Engine. This client-server application is available on Linux, Mac, Windows, and as a static binary.| Docker Documentation
Free downloads for building and running .NET apps on Linux, macOS, and Windows. Runtimes, SDKs, and developer packs for .NET Framework, .NET, and ASP.NET.| Microsoft