A script for Go dependency updates
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.
Welcome to the Dev section of my blog with development related articles.
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.
I recently rediscovered the ability of Visual Studio Code to develop on remote machines. Just connect to a server via SSH and develop there.
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:
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.