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...
View Article10 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...
View ArticleHow 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...
View ArticleIPFS the next generation internet procotol technical overview
In this block post I will describe my opinion about IPFS. I think it has the potential to become the next big thing in the internet area. What is IPFS (InterPlanetary File System)? IPFS are many things...
View ArticleSeries 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...
View ArticleVisualizing farmland property prices in germany based on 2016 sales with...
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...
View Article