Tools

How to add an Angular module built with Maven to a SonarQube analysis

We can use SonarQube to analyse all or only selected modules from our multi-module application built with Maven. Let's configure…

4 years ago

How I enhanced my project by generating custom fake data with Dummy4j

Most fake data providers offer a wide variety of default generators and the ability to add custom definitions to them.…

4 years ago

How to generate fake data in multiple languages with Dummy4j

Reliable sets of automatically generated data enhance project testing and development. If your application has to handle non ASCII characters…

4 years ago

12 reasons for using a random data generator – introducing Dummy4j

Having a sufficient sample of lifelike data greatly improves the application development process. In most cases, when we start working…

4 years ago

How to set up Spring Boot app documentation with Springfox

Learn how to generate documentation for your Spring Boot application using Springfox Boot Starter. This article extends the Spring Boot…

4 years ago

How to find and diagnose unassigned Elasticsearch shards

Identifying the unassigned shards in Elasticsearch and finding the reason why a shard can't be allocated is critical when we…

4 years ago

How to set up Grafana with Docker and connect it to Prometheus

Including Grafana in a monitoring stack allows us to effectively keep an eye on an application status. Project monitoring becomes…

4 years ago

Grafana provisioning – How to configure data sources and dashboards

We don't have to manually configure data sources and dashboards for Grafana. Thanks to the Grafana provisioning feature, we can…

4 years ago

Boost project quality with SonarQube – local code analysis

SonarQube is a well known, high quality tool utilized by many prominent companies such as Audible, Porsche, Bosch, and HP…

5 years ago

Monitoring Spring Boot projects with Prometheus

Prometheus is an open-source platform used to collect metrics from applications. You can easily apply it to monitor your Spring…

5 years ago