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.

François Martin
1,465 viewsTired of rerunning the same broken pipeline? Learn how to find and fix flaky tests with better data, waits, parallel runs and team habits.

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

Simon Martinelli
2,784 viewsTesting email functionality is often painful. SMTP servers are external, tests become slow or flaky, and local setups differ from CI …

Luke Thompson
7,440 viewsA few examples of how you can use the awesome TestContainers projects to enhance testing of your MongoDB Atlas Search Java apps.

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

Grace Jansen
6,548 viewsTestContainers 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 …

Simon Martinelli
5,860 viewsWith 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 …