Recently I got to know Netlify which is a provider for building, deploying, and hosting static websites. I tried it out and decided to migrate my blog to Netlify. The necessary steps are described here.
[Read More]
Getting Started With MindSphere
In this blog post I would like to demonstrate how you can create a simple NodeJS application for sending data to MindSphere platform. The code is available on GitHub.
[Read More]
Using Docker on Synology NAS
Synology NAS offers Docker support which can be used to run containers. This post gives a short introduction and shows some best practices.
[Read More]
Sending Notifications with openHAB
There are several types of notifications supported by openHAB. This post shows how to send notifications via mail, via Telegram chat and as mobile push notification.
[Read More]
Automated Setup of Software Development Environment
Modern software engineering involves many tools for automating and speeding up the process of building, testing and deploying the software we are developing. One interesting side effect is the potential of those tools when it comes to the set up of your local development environment.
[Read More]