Jan-Lukas Else

Thoughts of an IT expert

πŸ‘¨β€πŸ’» Dev: 2019-04

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


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

Jan-Lukas Else