Visualizing farmland property prices in germany based on 2016 sales with kepler.gl

In this blog post I will tell a small data story about farmland prices based on data of 2016. The data is mainly given by Statisches Bundesamt and Bundesanstalt für Geowissenschaften und Rohstoffe and the visualizations are made with the awesome open source library kepler.gl created by Shan He and her data visualization team at Uber.

[…]

Series business value 2: Example business application with microservices

In this blog post I will describe an example application that is based on the ideas given in the blog post Business value driven architecture with microservices. You can see that it is technical but it also includes some simple ideas that make software engineering a lot easier and a lot more usable for the end Read more about Series business value 2: Example business application with microservices[…]

How to debug jsdoc from openlayers in Visual Studio Code?

This blog post sums up some notes about using the node js debugger for jsdoc when developing a plugin for openlayers jsdoc. git clone https://github.com/openlayers/openlayers.git Open Visual Studio Code and open the folder where you checked out openlayers. { // Use IntelliSense to learn about possible Node.js debug attributes. // Hover to view descriptions of Read more about How to debug jsdoc from openlayers in Visual Studio Code?[…]

10 Reasons why JavaScript is better than Java

In this blog post I will give 10 reasons why JavaScript is better than Java. 1. Duck typing JavaScript is a dynamically typed languages that makes it easily possible to create mock objects or exchange implementation without the hassle of interfaces. Compared to Java or C# it is a lot easier to write code that Read more about 10 Reasons why JavaScript is better than Java[…]

10 Reasons why Java is better than JavaScript

In this blog post I will explain some features of Java that in my opinion make it better than JavaScript. Later I will also write a blog post “10 Reasons why JavaScript is better than Java” 1. The Java VM is more advanced than the JavaScript VM The first thing is, that there are mulitple Read more about 10 Reasons why Java is better than JavaScript[…]