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...
View ArticleJava EE Module System
In this blog post I will explain a little bit about the technology that I used to create a pure Java EE 7 module system based on a Wildfly 10 application server. In the image above you can see the...
View ArticleSeries business value 1: Business value driven architecture with microservices
In this blog series I will explain the architecture that I recommend to my customers from a business and technical level. The series will contain 4 main posts: Business value driven architecture with...
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 ArticleVisualizing my trips from Google Maps with Kepler.gl
In this blog post I will post a visualization of my trips between 2015 and 2018 mainly in germany. Further it contains the Java code that I used to convert the proprietary JSON format used by the...
View ArticleSafer Cyling – using car accident data to find safe routes in Koblenz
This blog post will contain a description of the routing algorithm that was implemented on the 23.11. – 25.11.2018 on the debeka hackquarter to find safer cycling routes in Koblenz. It uses Java EE...
View ArticleServerless domain app store using ipfs and ethereum for a new decentralized...
This blog post will describe some ideas around building a serverless app store that can be used to write web applications and extensions for every domain on the internet. Typical use cases could be:...
View Article