Jan-Lukas Else

Tech, life and everything else

πŸ‘¨β€πŸ’» Dev

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


Dark Mode for the web

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

I generally prefer dark user interfaces wherever possible. My phone is set to a dark mode (as far as there is a dark mode in Android Pie), apps like Telegram are set to dark mode and on the desktop I prefer dark modes too. But the most important software I use everyday is a web browser. And most websites don’t support a dark mode yet (because there was no native browser feature for that until recently).

View

Schedule static page deploys on Netlify with IFTTT

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

This blog is a static website hosted on Netlify. As static site builder, I use the awesome Hugo, which is written in Go and amazingly fast. This page with currently more than 300 pages build in less than 500ms.

View

Exploring Go

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

A few months ago, I tried to learn Go. I did it just out of curiosity and because I heard many great things about this programming language. I also use much software, which is written in Go, like the generator for my websites (Hugo), Git server (Gitea), feed reader (Miniflux) or Docker. All are written in Go and have in common, that they have an incredible performance and are really easy to setup, because it’s possible to compile everything to a single statically linked executable.

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

Automatically Backup Docker Volumes

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

Update

View

Netlify isn’t as bad as I thought it would be

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

When I wrote, that I switched from a Ghost-based blog to a static site generated by Hugo, I made the following statement:

View

Hugo Is Awesome - Why I moved from Ghost to Hugo

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

Hugo is a framework to build static websites. Yesterday I migrated this blog from Ghost - a dynamic NodeJS based CMS - to Hugo, not only to reduce the hardware requirements (a static page uses way less resources), but also to simplify my setup.

View

Back to Ubuntu

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

Ubuntu was the first Linux Distro I β€œreally” used. Before that I sometimes used Knoppix to disable some time limits on my PC my parents set me (but that’s another thing). I used Ubuntu to revive some old PCs I got from school, including my first laptop. Ubuntu is the distro most people start their Linux journey with, wether it’s on the desktop or a server.

View

Why I Moved My Server To RancherOS

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

Containers are wonderful and Docker is a really awesome and lifesaving technology, even if you don’t host sites and services with millions of users that need to auto-scale etc. Docker can already simplify a simple hosting setup just with a couple of small webpages and a Git server.

View

Back To Static - And How I Made Forms Working

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

I used Pagekit for quite some time with my personal homepage. Pagekit gave me a nice Admin UI and there were also nice themes and plugins, which I could use. But Pagekit is PHP and the setup isn’t that optimal. So I switched back to a static site setup with Hugo.

View

Jan-Lukas Else