Visual Studio Code is an awesome text editor. It is in fact my favorite one. I use it for writing blog posts, I use it for looking at code (although I prefer JetBrains IDEs for actual coding) and I use it whenever I need a text editor.
View
There is some discussion recently about another evil move by Google. Google plans to deprecate (and remove) an API in it’s webbrowser Chrome, that is used by many ad-blocking addons. Of course they are ignoring voices from the community! Only enterprise customers will be able to use this API for custom development.
View
I recently wrote a blog about how to schedule posts on Netlify using IFTTT. IFTTT is a proprietary service from a company that somehow has to make money (They earn money by charging other services that want to make their service available to the IFTTT platform).
View
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
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
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
Libraries are a bunch of code that simplifies developing of certain features and prevent you from reinventing the wheel. Because most Android libraries are open source it’s also possible to fork and modify them. But you should take care about the specific licenses.
View