Jan-Lukas Else

Thoughts of an IT expert

šŸ‘Øā€šŸ’» Dev: 2021-06

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


go-shutdowner: Simple graceful shutdowns in Go

Published on in šŸ‘Øā€šŸ’» Dev

As I already mentioned, I’m trying to modularize parts of GoBlog to make the code more organized and to be able to test it better (thanks to the tests, I always notice small bugs that I can then correct).

View

XOR Operator in Java

Published on in šŸ‘Øā€šŸ’» Dev

At work today I came across an Eclipse feature for cleaning up Java code. It helps you to improve the code, for example to add final to attributes or parameters, or to improve boolean expressions.

View

Simply cache form fields in localStorage

Published on in šŸ‘Øā€šŸ’» Dev

Have you ever started typing something into a web form and then you accidentally closed the browser and lost everything you typed there? Because of that I usually use an external text editor for long posts and later copy the text into my blog editor.

View

Jan-Lukas Else