-
DevOps
Run a docker PostgreSQL instance locally for Testing
Running a PostgreSQL instance ad-hoc for testing is not always as bootstraping as it should be. This blog will run…
Read More » -
Core Java
Locking for multiple nodes the easy way: GCS
It happens to all of us. We develop stateless applications that can scale horizontally without any effort.However sometimes cases arise…
Read More » -
Core Java
Testing with Hoverfly and Java Part 3: State
Previously we simulated a delay scenario using Hoverfly. Now it’s time to dive deeper and go for a state-based testing.…
Read More » -
Core Java
Testing with Hoverfly and Java Part 2: Delays
On the previous post we implemented json and Java based Hoverfly scenarios..Now it’s time to dive deeper and use other…
Read More » -
Core Java
Testing with Hoverfly and Java Part 1: Get started with Simulation Mode
These days a major problem exists when it comes to testing code that has to do with various cloud services…
Read More » -
Enterprise Java
Dependency management and Maven
Maven is great and mature. There is always a solution on almost everything. The main case you might stumble on…
Read More » -
Enterprise Java
Spring Boot and Micrometer with Prometheus Part 6: Securing metrics
Previously we successfully spun up our Spring Boot application With Prometheus. An endpoint in our Spring application is exposing our…
Read More » -
Enterprise Java
Spring Boot and Micrometer with Prometheus Part 5: Spinning up prometheus
Previously we got our Spring Boot Application adapter in order to expose the endpoints for prometheus.This blog will focus on…
Read More » -
Enterprise Java
Spring Boot and Micrometer with Prometheus Part 4: The base project
In previous posts we had a look on Spring Micrometer and InfluxDB. So you are gonna ask me why prometheus.The…
Read More »