Articles

Tutorials, Guides and thoughts

How to Create a Backup Script for PostgreSQL and MariaDB Containers on a Server

Learn how to automate backups for PostgreSQL and MariaDB running in Docker containers on a server. Protect your data with this simple, customizable backup script, ensuring regular backups with minimal effort.

Continue reading...

Enhancing Social Interactions: Implementing Webmentions with Next.js and PostgreSQL

Learn how to integrate Webmentions into your Next.js site using PostgreSQL. Enhance engagement, foster social interactions, and build a dynamic web community with this step-by-step guide.

Continue reading...

docker-staticmaps: A selfhosted Static Maps API

A containerized web version for staticmaps with express.

Continue reading...

What is GIS? - Geographic Information System

GIS refers to a system for displaying and processing spatial data, i.e. data to which a spatial location has been assigned.

Continue reading...

Using Google Adsense with GatsbyJS

In general there are two possibilies to use Google Adsense on your GatsbyJS website Auto Ads and custom display blocks.Depending on whether you choose to include Adsense ads on certain spots or whether you will leave this job to the Google AI, you can choose one/and or the other.

Continue reading...

Mastering React and OpenLayers Integration: A Comprehensive Guide

Unlock the full potential of interactive maps in your React applications by delving into the seamless integration of OpenLayers.

Continue reading...

Geography and GIS Blogs

Here you will find a list of interesting and informative geographic and gis blogs.

Continue reading...

Dockerizing a Next.js Application with GitHub Actions

In this article, we'll explore how to Dockerize a Next.js application and automate its deployment using GitHub Actions, thereby simplifying the deployment workflow and enhancing development productivity.

Continue reading...

Setting Up MapProxy with Docker and Serving Cached Tiles via Nginx

MapProxy is a powerful open-source proxy for geospatial data that allows for efficient caching and serving of map tiles. Combining MapProxy with Docker and Nginx can provide a scalable and easily manageable solution for serving cached map tiles.

Continue reading...