Monitoring Blog

This is the blog section. It has two categories: News and Releases.

Files in these directories will be listed in reverse chronological order.

Posts in 2019
  • Java Licensing Is the Free Lunch over?

    Tuesday, February 05, 2019 in Insights

    Featured Image for Java Licensing Is the Free Lunch over?

    The license change to Java SE 8, as well as the new license for Java SE 9 and onwards lead to confusion within the Java community. Looking for information on the web, one finds results in the spectrum from “Is Java in Jepoardy?" to …

    Read more

  • Getting Started with AWS Lambda

    Monday, February 04, 2019 in Insights

    Lambda is AWS’ realization of a serverless architecture. Instead of deploying instances and scaling them manually, developers deploy only their code and AWS executes the code. Different triggers for code executions can be defined, e.g. when a …

    Read more

  • Advanced OpenShift command line interface

    Wednesday, January 09, 2019 in Insights

    The OpenShift command line interface is a very powerful tool which is quite useful for beginners and advanced user of OpenShift alike. Some of its features are not well documented or not documented at all. In this article I would like to shed some …

    Read more

Posts in 2018