Blog posts about #web

Dec. 7, 2022
#ocaml #web #typescript

Error handling for web developers


Error handling is a broad topic. How to do it right is not always obvious. The unsatisfying answer in general is “it depends”.

Let’s have a look at a specific example using TypeScript in the context of web development.


4 min read
Jan. 19, 2023
#web

Plausible proxy for fly.io using NGINX

cover

NGINX is a very efficient forward proxy and the ideal tool for this job.

The goal is to set up a proxy in front of Plausible that consumes very little memory.


1 min read