Jan-Lukas Else

Thoughts of an IT expert

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

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

My new coding workflow: VS Code + Remote-SSH extension

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

I recently rediscovered the ability of Visual Studio Code to develop on remote machines. Just connect to a server via SSH and develop there.

View

Fix Fedora Silverblue after β€œrpm-ostree ex livefs” failed

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

This is just a quick post, I mainly write for myself, in case it should happen to me again. I temporarily broke my Fedora Silverblue installation for the second time by running the command:

View

Publish multi-module Android libraries on JitPack

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

If you’re an Android developer and learned to love the benefits of open source, you may want to publish you’re own libraries sometime. A common used services for building and providing Android libraries is JitPack. It’s a user friendly alternative to jCenter, which takes a lot of pain from the process of publishing a library. It’s as simple as adding a few lines of code to your project.

View

Jan-Lukas Else