Jan-Lukas Else

Thoughts of an IT expert

πŸ‘¨β€πŸ’» Dev: XXXX-XX-03

Welcome to the Dev section of my blog with development related articles.


A script for Go dependency updates

Published on in πŸ‘¨β€πŸ’» Dev

I regularly update the dependencies of my blog software, a Go based project. Dependency updates are important because they can contain security fixes or fixes for bugs.

View

Find broken links with GoBlog

Published on in πŸ‘¨β€πŸ’» Dev

Even though it is often said that the Internet does not forget, it does forget some things. When people shut down their websites, delete sites or even sell their domains.

View

Cache Hugo modules in Drone CI

Published on in πŸ‘¨β€πŸ’» Dev

Today I modified my theme to use Twemoji for emojis. To add the SVG files to the theme, I used a Hugo module mount in the config of my theme:

View

Migrate a PostgreSQL Container to a New Major Version

Published on in πŸ‘¨β€πŸ’» Dev

A few weeks ago PostgreSQL 11 was released with a few new features and probably also a lot of improvements and bug fixes since the last release. Although I don’t really have the need to update to the latest version (I just use PostgreSQL as database for my Nextcloud and Miniflux installations), I wanted to migrate it though, to have everything up to date and probably profit from those smaller improvements.

View

Jan-Lukas Else