Eliminating Flaky Tests to End World Hunger
Tired of rerunning the same broken pipeline? Learn how to find and fix flaky tests with better data, waits, parallel runs and team habits.

Tired of rerunning the same broken pipeline? Learn how to find and fix flaky tests with better data, waits, parallel runs and team habits.

The Motivation: Why Another AWS Emulator? As Java developers, we are used to local-first development. Tools that emulate the cloud …

Testing email functionality is often painful. SMTP servers are external, tests become slow or flaky, and local setups differ from CI …

A few examples of how you can use the awesome TestContainers projects to enhance testing of your MongoDB Atlas Search Java apps.

Explore how to combine Quarkus with Ollama, a platform for running AI models locally. We’ll also demonstrate how tools like Testcontainers …

TestContainers helps improves true-to-production testing, see how you could make use of it for your MicroProfile and Jakarta EE apps.

Garbage Collectors, Intelligence Cloud, Test Containers and Flaky Tests, ToxiProxy, Structured Concurrency, and Virtual Threads!

Learn from the experts in this podcast about testing methodologies, tools, and best practices, empowering you to write reliable Java …

With Spring Boot 3.1, Testcontainers support for local development was added. This video will show you how this works and how to use it.

Cloud servers, Docker, Kubernetes, distributed systems, scaling up and down… these things are now part of our daily job, but Java wasn’t …