Jan-Lukas Else

Tech, life and everything else

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

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


Run Debian Based Programs On Almost Any Linux With Docker

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

I’m a Solus user (and enthusiast), but as one I also faced a common problem. Not every desktop app is available on Solus Linux and you also can’t run .deb or .rpm installation files, because Solus uses a different package manager and isn’t based on any other Linux distribution.

View

Saying Bye To Google Analytics & Disqus

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

When you publish websites, write blog posts and make them available on the internet, it’s not uncommon, that you also want to get statistics about how many people read your stuff, how many people visit your website etc. And you also want to enable comments under your blog posts, giving people an opurtunity to ask questions or just leave a reply.

View

For the Paranoids: Install Your Own Firefox Sync Server

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

Many people use Google Chrome, because they like it’s fancy syncing feature. You know, open a tab on your PC and just continue on your phone. Or because of the nice built-in password manager. Just save that damn password and it’s securely stored in your Google account and available everywhere.

View

Docker Saves My Life

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

It is not uncommon for me to jump back and forth between software. Be it with Linux distributions (Solus is my current favorite), blogging engines (Ghost for most of my sites) or the software I use to run my server.

View

Install Gitea as Your Self-Hosted Alternative to Github or GitLab

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

There are different reasons for why you may want to install your own git server, like downtimes or new telemetry at GitLab. In this article I want to show you the self-hosted alternative Gitea, which you can easily install on a Virtual Private Server (VPS) with Ubuntu or one of many other Linux distributions (maybe at DigitalOcean or Hetzner) or even a small Raspberry Pi.

View

The Day All Android Developers Will Use Kotlin

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

Advantages, statistics and my own experience

πŸ–ΌοΈΒ 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

How I Built An App For Telegra.ph

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

Update: I haven’t updated the app in years and don’t plan to do so. The app is unmaintained and not available on Google Play anymore.

View

Recommended WordPress Plugins

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

If you are blogger or blog developer, you probably know the greatness of WordPress plugins. They can add unexpected features or unbelievable possibilities to your blog or the blog, you have to develop.

View

How To Check For Updates On Gradle Dependencies

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

As Android developer, you know the problem: You didn’t work on your project for a longer time and when you start working on it again you first need to update dozens of dependencies and it’s really annoying to browse hundreds of GitHub repositories to search for the latest versions.

View

Jan-Lukas Else