Skip to content

Data privacy

Posts tagged with Data privacy

Self-hosted Analytics with Next.js and PostgreSQL

How I built a privacy-first analytics system for mxd.codes using Next.js API routes, PostgreSQL and MaxMind GeoLite2 -without any third-party tracking service.

Continue reading...

Colota v1.1.0: Native Maps, Tracking Profiles, and Pause Zones

After releasing Colota 1.0 as an open-source Android GPS tracker, I spent the last months rebuilding the map engine, adding automatic tracking profiles, geofence-based pause zones, and a bunch of smaller improvements.

Continue reading...

How to Integrate Plausible Analytics in a Next.js App (Without Getting Blocked)

Learn how to integrate Plausible Analytics into a Next.js App Router project with route tracking and ad blocker-resistant proxying. A complete guide for privacy-focused, cookie-free analytics.

Continue reading...

Implementing a Custom Cookie Banner in Next.js

Recently I implemented a custom cookie banner solution on my Next.js site which you probably have seen a few seconds before. There are a lot of prebuilt cookie banners you can use for React or Next js sites but i wanted to create a custom cookie banner which also has some personal touch and keeps the design with the website in line.

Continue reading...

Location Tracking and Visualization with Colota, PostgreSQL, Martin Tile Server and MapLibre

How I track my location continuously with Colota, my self-developed Android app, store it in PostgreSQL with PostGIS, serve vector tiles via Martin and render an interactive map with MapLibre GL JS.

Continue reading...

Fetching and storing activities from Garmin Connect with Strapi and visualizing them with NextJS

Step-by-step guide explaining how to fetch data from Garmin Connect, store it in Strapi and visualize it with NextJS and React-Leaflet.

Continue reading...