Mastodon
Steven Schwenke's Picture

Steven Schwenke

My Name is Steven Schwenke. I am a passionate software craftsman and love to share my experiences.

Exposing additional Headers in Requests to Spring MVC so that they can be used in Angular

Working on new features for IT Hub Brunswick, I encountered a curious problem. Sending a POST request from the Angular 8 frontend to the Spring MVC backend r...

Lessons Learned and News in March 2020

Lessons Learned and News in March 2020

This is what I learned in March 2020: I deepened my knowledge about Docker, Kubernetes and AWS. Like always, I created a repository with notes about Dock...

Book Review

Book Review "Principles" by Ray Dalio

Recently, I finished reading the book “Principles” by Ray Dalio. This is a short review of my most important take-aways from the book. First of all, the des...

Lessons Learned and News in January and February 2020

Lessons Learned and News in January and February 2020

This is what I learned in January and February 2020: As I wrote in the last lessons learned article, I did not work for some months and re-entered the so...

Lessons Learned and News in late 2019

Lessons Learned and News in late 2019

Because of unforeseen “events in life”, this monthly lessons-learned article is several months late. Due to the circumstances, I did not work nearly as much ...

poll.digitalcourage.de

There are several tools to solve the “Let’s schedule an event” and “Let’s find a common result via a poll” - problems. The most famous is doodle.com. However...

Reloading Images in Angular-Templates (img)

Working on IT Hub, I recently had to find a way to reload images in this Angular Single Page Application. The new functionality I added allows an administrat...

Multiple "waiting for Changelog Lock" = Liquibase locked your Database

Some time ago, an application of mine that is deployed in the Pivotal Cloudfoundry began throwing errors and crashed: 2019-09-29T06:42:54.76+0200 [APP/PROC/...

Spring Test Slices

In this article, I want to share what I learned about testing a Spring application without loading it completely. This can be done by using @DataJpaTest, @We...