Please turn JavaScript on
header-image

Matthias' Blog

Get updates from Matthias' Blog via email, on your phone or read them on follow.it on your own custom news page.

You can filter the news from Matthias' Blog that get delivered to you using tags or topics or you can opt for all of them. Unsubscription is also very simple.

See the latest news from Matthias' Blog below.

Site title: Matthias' Blog

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0.07 / day

Message History

Introduction

In this article, I'll guide you through the process on how to containerize a SvelteKit application.

I wont go into the reasons why containerization is a good thing and why you would want it. Since you are reading this, I assume you're already convinced that in todays cloud-drive area, its a baseline infrastructure discipline 😄

SPONSORED ...

Read full story
Introduction

I found it annoying, that over time, my macOS collected more and more stale entries within the list of applications that are allowed to run in the background.

This seems to be caused e.g. by regular application updates, yes I am looking at you Docker Desktop...

System Settings | General | Login Items & Extensions

There is no clean list or database...


Read full story
Introduction

This is a short write up of what I consider good practices when using FluentResult with ASP.NET Core and the result pattern.

If you haven't heard of it before, FluentResults is a result-based error handling library for .NET that replaces exceptions-as-control-flow with explicit success/failure objects, implementing the res...


Read full story

This is going to be a short post, demonstrating how you can remove public exposure from your Dokploy management interface and only allow access via SSH tunneling.

Change Traefik routing

First, SSH into your Dokploy host and modify the Traefik configuration and replace the existing dokploy.yaml with the following content. This will stop Traefik from exposing the Dokploy ...


Read full story
Introduction

As users of modern web applications we are familiar with filters that allow us to narrow a search down to an area/radius around a specified location. 📍

Here is an example of such a radius based proximity search provided by Ricardo.

Radius proximity search filter provided by Ricardo

I was wondering how such a location-based search service actually cou...


Read full story