Should you use standard profilers, lightweight options, or APM tools? The answer is all three. Each one has its strengths and weaknesses, detailed here.
Replicating your data has obvious benefits, but can be a bit tedious to setup. Take a look at how to easily set it up using PostgreSQL and Jelastic's cloud.
Ramping up and down allows you easily simulate any load pattern and prepare for all the possible cases you might have, so you never see your app go down.
If you're looking for a new way to run end-to-end tests on your Angular applications, read on to learn how to use Spring Boot and WebDriver to do just that.
Auditing provides valuable information, but it can be a nightmare to implement. Fortunately, through Spring Data JPA, you can persist the columns you need.
In-memory data grids are often used to enhance performance. Learn how to use Hazelcast for caching data stored in the MySQL database accessed by Spring Data DAO objects.
Eager to get started with cloud services? Those who opt to use their personal credit card for work-based initiatives could be surprised at the legal ramifications.
How you construct your Prometheus monitoring dashboard involves trial and error. Grafana makes this exploration very easy and Prometheus has good built-in functionality.
In this article, you'll learn how to get started with code coverage, how to find the right tool, how to calculate it, and what percentage you should aim for.
Groovy DSLs are easy to make, and in this example, we'll create one for the Structurizr documentation generator, showing off Groovy's Closure class along the way.
Drag and drop is a fairly popular approach for websites to improve their UX. However, it can be challenging to implement automation tests for drag and drop components.