Ivo Berger

Stuff I Made

, 2 min read

The easy way to prevent self-reporting with Plausible Analytics

#analytics #netlify #plausible #vercel

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.).

, 6 min read

How to use Vercel Analytics with SvelteKit

#analytics #svelte #sveltekit #vercel

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).

, 3 min read

Transform each Event of a Dart Stream into a new Stream

#dart #flutter #streams

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.

, 2 min read

How to Set up Port Forwarding with iptables

#iptables #linux #networking #ubuntu

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.