Testcontainers allows us to create a production-like environment for integration testing. Review the most popular case: testing an application’s services and data access layer.
Explore the integration between MicroStream and PostgreSQL, leveraging Jakarta Data to enhance the development process and create ultrafast applications.
This blog post is the first of a series of articles aimed to show a landscape of metrics and telemetry solutions possible to use in different Scala ecosystems.
Follow this NoSQL tutorial on how to use Spring Boot apps with ScyllaDB for time series data, taking advantage of shard-aware drivers and prepared statements.
By utilizing Spring Boot and Docker to construct and launch microservices, you can establish a robust and adaptable approach to fabricating applications
Flask is a popular web framework for building web applications in Python. Docker is a platform that allows developers to package and deploy applications in containers.
This tutorial provides a step-by-step guide on how to install the Eclipse IDE, covering downloading the Eclipse IDE package from the official website and more.
In this article, I’ll show you how to build a (surprisingly cheap) 4-node cluster packed with 16 cores and 4GB RAM to deploy a MariaDB replicated topology.
Creating WireMock stubs requires extra effort; @GenerateWireMockStub for Spring REST controllers makes the creation of WireMock stubs for tests safe and effortless.
If you're not a REST expert, you probably use the same HTTP codes over and over in your responses. Here, learn how using the correct response status codes can make your API stand out.