Backup and Restore a MongoDB Deployed on Cloudfoundry
Earlier, I wrote an article about how to create a connection to a database service in Cloudfoundry. The reason for this was to backup and restore a Mongo dat...
Earlier, I wrote an article about how to create a connection to a database service in Cloudfoundry. The reason for this was to backup and restore a Mongo dat...
SSH-ing into an app deployed on Cloudfoundry, for example to access a database service, is well documented: Accessing Apps with SSH, Cloudfoundry docume...
One of the projects I work in has an uncommon tech stack, at least it differs from the standard CRUD-application-tendency many company-apps are built in. The...
This is what I learned in May 2020: A while ago, I found two websites that can be of help for designing color schemas: color-hex.com and a color calculat...
Recently, I finished “Influence” by Robert B. Cialdini. I like reading books about Psychology and “Influence” both is comprehensible and useful. In this art...
Recently, I wanted to keep the change history of entities saved via Hibernate and also have a versioned database. Hence, I used Hibernate Envers and Liquibas...
Yesterday, I learned how to verify the method parameter for multiple method calls in Mockito. My pair-programmer and I wrote code that send multiple messages...
Recently, I added Spring HATEOAS to the IT Hub. Refactoring the controller to return RepresentationModel and CollectionModel, I noticed something odd. When r...
This is what I learned in April 2020: Working on both private and business projects, I often commited changes in my private repositories with my business...