A quick guide on how to exclude yourself from analytics on all branch deploys, PR previews etc. when using Plausible Analytics. The fix is very simple and works on any host (Netlify, Vercel, Firebase etc.).
Vercel Analytics is a service tracking your website's real-world performance and is available for free if you're deploying on Vercel. This post explains how to use the service with Svelte(Kit) as there is no official support (yet).
Streams are a powerful way to propagate updates throughout an application. This post explains how to create a stream from every event of an input stream without leaving any dangling subscriptions.
If you have a server on a private network and need to access it from the outside (but can't simply give it an external IP) you can use port forwarding on an externally accessible server to get around it.