How development for AWS changes the local setup
02/02/18
When a new project is set up in the cloud these days, this usually means that AWS is used, that the backend is split into multiple services (e.g. microservices). Read more
02/02/18
When a new project is set up in the cloud these days, this usually means that AWS is used, that the backend is split into multiple services (e.g. microservices). Read more
01/30/18
In times of micro services, the zoo of applications can get quite big. Our simple dashboard supports us to keep track of our AWS code pipeline. Read more
06/21/16
In the second half I show how you can test your Logstash configuration. However first I want to show why... Read more
02/23/16
Erik Petzold, Sebastian Nemak and Raimar Falke. We all know the getXxx() and setXxx() methods in languages like Java. They appear in almost... Read more
01/20/16
A study shows that the cause for almost all critical faults is bad error handling. I can back this up with... Read more
05/13/15
The task Some time ago I wanted to get a feeling for Erlang and I also had a need for... Read more
09/03/14
In the last three blog posts we – Thomas Strecker and I – focused on writing tests and also covered how to run them.... Read more
07/30/14
After unit tests and wired tests system tests are another test type. In this blog post we – i.e. Thomas Strecker... Read more
07/18/14
In the last post we – i.e. Thomas Strecker and I – looked at the setup of a JIRA plugin project... Read more
07/17/14
Test the basics There are multiple reasons for tests. Two major reasons are: To prove that a change of the... Read more