PostGIS 2.3 parallel performance 2 times faster on PostgreSQL 9.6 on a real live example

This blog post will show an example for the parallel query processing capabilities from PostGIS 2.3 running on PostgeSQL 9.6. It is based on the project Lebensriskoexplorer. The data that I am using are exported from my google location history from 2015. The region data is taken from the Bundesamt für Kartographie und Geodäsie. So overall Read more about PostGIS 2.3 parallel performance 2 times faster on PostgreSQL 9.6 on a real live example[…]

Pragmatic OpenUI5 (a.k.a. SAPUI5) vs Polymer comparison

This blog post will contain a comparison between the SAP framework OpenUI5 and the Google Framework Polymer. On my current work project I am mainly using OpenUI5. I was the guy to decided to use it around 2 years ago and I am still very happy with that decision. Nevertheless I try to keep up to date Read more about Pragmatic OpenUI5 (a.k.a. SAPUI5) vs Polymer comparison[…]

Next generation software cost estimation based on BPMN (2.0) and Function Point Analysis (CPM 4.3.1)

Problem You are a product manager (scrum term: product owner) for a software and you have to decide based on effort and business value which feature to implement next. This blog post will ellaborate on a highly sophisticaded solution for the problem of effort estimation. Standards When using scrum the user requirements are captured as Read more about Next generation software cost estimation based on BPMN (2.0) and Function Point Analysis (CPM 4.3.1)[…]

Java EE 7 Killer Architecture in 229 lines of code – Wildfly, Olingo, OpenUI5

This blog post will describe a killer Java EE architecture that connects the database through a JPA layer to the client. The client will use OpenUI5 with a OData Model. I coded this whole project in around 2 hours on a sunday. The results are published on github: https://github.com/ManuelB/blueprint Application Code Here is the amount Read more about Java EE 7 Killer Architecture in 229 lines of code – Wildfly, Olingo, OpenUI5[…]

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[…]

Project deliverables and quality metrics including checklists illustrated on a blog post

This blog post with illustrate how to judge the quality of different deliverables that are produced in a project. Creating a blog post will be used as an example but every project like building a house, setting up an online store or organizing a fair will have similar challenges and can use similar techniques.

Package on the top of table

[…]

Project portfolio management

There is a lot of literature about project management but what should you do if you do not only manage one project but multiple. This is called portfolio management and this blog post will cover our experiences at incentergy in portfolio optimization.

Portfolio Management

[…]

Project risk management. Do risky tasks first

Playing risk for project management
Image by Tambako The Jaguar

Projects are by definition a risky thing. Risk means that it might take longer, they do not meet their goals or will be more expensive than expected. This blog post will describe a simple but effective way of managing and reducing risks.

Especially projects in the IT world are likely to fail. In the last 20 years around 20%-30% of projects failed without delivering any value. Further 30% were challenged meaning they overrun budget or time.

[…]