Lessons Learned and News in March 2021
This is what I learned in March 2021: My colleague Sönke gave a great introduction to AWS CDK at the most recent HackTalk. The Cloud Development Kit is a...
This is what I learned in March 2021: My colleague Sönke gave a great introduction to AWS CDK at the most recent HackTalk. The Cloud Development Kit is a...
I’m not a marketing guy. Actually, there are some issues involving me that would qualify as anti-marketing. However, I know some awesome things I perceive as...
Kind of sneakily, I mentioned before that I’m about to publish a book. It is called “Developer on the Stage”. This book will guide you through your very firs...
This is what I learned in September and October 2020: I wrote an article how to return an empty response entity in Spring MVC. Life gave me some intere...
Recently, I moved the IT Hub from Pivotal Cloudfoundry to Amazon Web Services (AWS). This article highlights some of the decisions and illustrates the result...
To access a database on AWS, the following dependency is needed: implementation('org.springframework.cloud:spring-cloud-starter-aws-jdbc:2.2.4.RELEASE') As...
As I wrote earlier, “Angular is a SPA-framework which means that an Angular app has exactly one html-file: the index.html. This is the only file a web serve...
This is a guide on how to approach me regarding job offers. TL;DR Currently, I’m not actively searching for a new job. This article is meant to be a guide ...
Spring MVC is a great way of creating REST interfaces. Many convenience classes and methods are provided, such as the Response Entity object for returning da...