Blog Archive
The easy way to prevent self-reporting with Plausible Analytics
(Updated on )
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.).
Read Post
How to use Vercel Analytics with SvelteKit
(Updated on )
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).
Read Post
Transform each Event of a Dart Stream into a new Stream
(Updated on )
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.
Read Post
How to Set up Port Forwarding with iptables
(Updated on )
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.
Read Post