Тестирование мониторинга приложений локально с помощью Docker Composition. https://dev.to/camptocamp-ops/testing-application-monitoring-locally-with-a-docker-composition-47hn
DEV Community
Testing Application Monitoring Locally with a Docker Composition
How to create a monitoring stack on your workstation to be able to test/debug code that generates metrics in the application
Языки и DevOps: рекомендации https://devops.com/languages-and-devops-recommendations/
DevOps.com
Languages and DevOps: Recommendations - DevOps.com
In light of the points brought up in these articles, what is my advice for which language to use on a given project? The same advice I have always given
Spring Boot + Testcontainers + DbRider + P6spy: тестирование реляционных баз данных.
https://clck.ru/ULxYn
https://clck.ru/ULxYn
Medium
Spring Boot + Testcontainers + DbRider + P6spy = Testing Relational Databases
In this article you will find the approach of writing integration tests for the persistence layer using Spring Boot, Testcontainers…