Blog
Projects
Notes
About
Tag: fsharp (102)
Browse all tags
Why I'm Moving my Blog from F# to C#
2025.11.26
Introducing CinderBlockHtml - A C# DSL for Building HTML with Composable Building Blocks
2025.07.07
My Career in Programming Languages
2025.06.25
7 Reasons F# Sucks
2025.06.18
How to Build an RSS Feed with F# and Falco
2025.04.23
How to run an F# + Falco Webapp in a Docker Container
2025.03.28
How to Create Custom HTML Attributes with F# + Falco.Markup
2025.02.19
Build a Simple Markdown Blog with F# and Falco
2025.02.12
Spin up a Fullstack F# WebApp in 10 minutes with the CloudSeed Project Template
2025.01.31
Why I'm Ditching F# + Giraffe For Falco For Building WebApps
2025.01.29
TTL Calculator - Convert DNS TTL seconds to human-readable time (built with Datastar)
2025.01.24
My 2025 Programming Language Tier List
2025.01.03
What we learned running F# in production for 5 years
2024.12.27
How I Created a Bot for this F# Incremental Clicker Game using JavaScript
2024.12.18
Advent of Code 2024 - Day 6 in F#
2024.12.06
Advent of Code 2024 - Day 5 in F#
2024.12.05
Advent of Code 2024 - Day 4 in F#
2024.12.04
Advent of Code 2024 - Day 3 in F#
2024.12.03
Advent of Code 2024 - Day 2 in F#
2024.12.02
Advent of Code 2024 in F# - Day 1
2024.12.01
How Popular is F# in 2024?
2024.11.27
Build a Simple F# Lookaside Cache
2024.11.20
Build a Fullstack Webapp with F# + Falco
2024.11.06
Build a Single-File Web API with F# + Falco
2024.10.30
Creating a Bot for my site using Actors in F#
2024.10.25
One Million Checkboxes - Globally Synced Data with HTMX
2024.10.14
Type-Safe Currency Conversion with F# Units of Measure
2024.10.10
How to Compress Web Responses from F# + Giraffe Endpoints
2024.10.09
Build a Simple Fullstack Web App with F# + Giraffe
2024.10.08
Build a Simple F# WebAPI with a Data Repository (F# + Giraffe)
2024.10.07
Build a Simple Single-File Web API with F# / Giraffe
2024.09.23
How to Fix System.IO.IOException: The configured user limit on the number of inotify instances has been reached
2024.09.20
I made fun() tshirts
2024.08.21
How to call Open AI's API with F# (GPT-4o)
2024.08.07
How to get HTMX Target from Web Requests in F# Giraffe
2024.08.02
Introducing 1000checkboxes.xyz - a Real-Time, Globally Synced Display of 1000 Checkboxes
2024.07.29
How to use Fathom Analytics with F# + Giraffe.ViewEngine
2024.07.26
How to Build a Fullstack Webapp with F#
2024.06.19
F# + Entity Framework - Group By Aggregation Could Not Be Translated
2024.06.10
How to Write Simple, Clear F# Option Pipelines with Option.orElseWith
2024.06.05
Convert nulls to Options in F# with Option.ofObj
2024.05.31
How to convert a string to an int in F#
2024.05.29
How to get the IP Address of a Request in F# / Giraffe
2024.05.20
Speeding up random row selection in Postgres by 8x with F# and Entity Framework
2024.05.08
Generating Fullstack Project Ideas with F#
2024.05.06
How to make HTTP Requests with an Authorization Bearer Token in F# using FsHttp
2024.04.29
How I built a Stock Options Scanner in F#
2024.04.26
How to create an F# / dotnet 8 Replit Instance
2024.04.17
F# - Deserialize JSON with Case-Insensitive properties (System.Text.Json)
2024.04.15
A Brief Comparison of Modern Programming Languages - TypeScript vs Golang vs Elixir vs Rust vs F#
2024.04.05
5 Reasons F# is a great Python alternative for scripting, side projects, and enterprise applications
2024.03.18
Why F# is a fun programming language
2024.02.28
5 Reasons the Hedgehog (🦔) is a great F# mascot
2024.02.26
The HAM Stack - A Simple Scalable Tech Stack for building modern web apps fast and cheap
2024.02.21
F# HTML DSL benchmarks for deeply nested pages - Falco.Markup vs Giraffe.ViewEngine vs Feliz.ViewEngine
2024.02.12
Comparing F# HTML DSLs for Rendering long web pages - Falco.Markup vs Giraffe.ViewEngine vs Feliz.ViewEngine
2024.02.02
F# Early Returns - Simple if/else early returns (no monads!)
2024.01.31
How I got interested in F#
2024.01.15
The best way to get started learning and building with F#
2024.01.14
3 Areas I'm exploring to build more side projects faster and cheaper in 2024
2024.01.13
How I host my Server-Side-Rendered F# site on Google Cloud for less than $1 per month
2024.01.09
Building ASP.NET apps with Tailwind CSS
2024.01.05
CloudSeed Quickstart (Fullstack F# app in 10 minutes)
2024.01.03
Open Source F# projects I'm supporting in 2024
2023.12.29
String-backed Enums in F#
2023.12.27
F# / Giraffe + HTMX with Giraffe.ViewEngine
2023.12.25
Simple Interactive Islands with F# and HTMX
2023.12.22
Why I'm moving from SvelteKit to F#
2023.12.20
Migrating my sites from SvelteKit to F#
2023.12.18
F# HTML Benchmarks - Deeply-Nested Pages
2023.12.15
Server-side HTML Rendering with F# and Giraffe.ViewEngine
2023.12.13
F# HTML Rendering Benchmarks - Giraffe ViewEngine
2023.12.11
HTML Rendering Benchmarks - Raw strings vs Scriban Templates in F#
2023.12.06
Build a Simple Markdown Blog with F# / Giraffe
2023.12.03
Type-safe Server-side HTML Rendering with F# / Giraffe
2023.11.29
Getting Started with F# and Entity Framework
2023.11.24
F# + Scriban - HTML Template Parsing Benchmarks
2023.11.22
F#-like records in Python
2023.11.01
Formatting F# functions the right way
2023.10.25
CloudSeed: Improving Docker build times by ~14%
2023.10.04
Webscraping with F# and Selenium
2023.09.06
F# vs TypeScript - Sorting Performance (Round 2)
2023.08.23
F# vs TypeScript performance - Sorting 1 million elements
2023.08.02
How fast can we sort 1 Million elements in F#?
2023.07.12
The State of F# (2023)
2023.06.21
Is C# faster than F#?
2023.05.24
[Release][CloudSeed]: Faster, simpler routing with F# / Giraffe
2023.05.17
The Nature of Code: Example I.1 - Traditional Random Walk (Godot 4 + F#)
2023.05.03
Godot 4: Script with F#
2023.04.30
[Series] The Nature of Code - Godot 4 + F#
2023.04.15
Top F# Backend Web Frameworks in 2023
2023.02.01
Endpoint Routing with F# / Giraffe
2023.01.11
F# / Giraffe Web APIs - 1% faster
2022.12.28
Improving F# / Giraffe web benchmarks by 6.56x
2022.12.14
Build a simple F# web API with Giraffe
2022.12.07
Up and Running with CloudSeed (F# / SvelteKit boilerplate)
2022.11.30
Read CSVs in F# / .NET Interactive Notebooks
2022.11.23
Godot 3: Script with F#
2022.11.09
Building a Fullstack Web App with SvelteKit and F# (SMASH_THE_BUTTON)
2022.11.02
Create a new F# project from the command line
2022.10.26
NEXT