As supported by the 12 factor and 15 factor app methodologies, in application development, we’ve come to realize just how important it is to test our applications in a true-to-production environment before releasing them to consumers. This helps us to …
-
Foojay Podcast #52: JCON Report, Part 4 – Garbage Collectors, Intelligence Cloud, Test Containers and Flaky Tests, ToxiProxy, Structured Concurrency, Virtual Threads
Garbage Collectors, Intelligence Cloud, Test Containers and Flaky Tests, ToxiProxy, Structured Concurrency, and Virtual Threads!
-
Foojay Podcast #43: Modern Java Testing
Learn from the experts in this podcast about testing methodologies, tools, and best practices, empowering you to write reliable Java applications.
-
Video: Spring Boot Testcontainers Support for Local Development
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.
-
Foojay Podcast #38: Java in the Cloud
Cloud servers, Docker, Kubernetes, distributed systems, scaling up and down… these things are now part of our daily job, but Java wasn’t originally designed for it.
-
Testing Spring Boot JMS with ActiveMQ Artemis and Testcontainers
Testcontainers is a fantastic way to start resources as containers. Even if there is no pre-made container, you can always use GenericContainer to run virtually any container image.
-
The New JdbcClient Introduced in Spring Framework 6.1
Spring framework 6.1 introduced a new JdbcClient API, which is a wrapper on top of JdbcTemplate, for performing database operations using a fluent API.
-
Spring Boot: Local Development Enhancements, Let’s Compose!
How to make use of the new local development enhancements in Spring boot 3.1. Get started here on Foojay.io Today!
-
Testing and Local Development Made Simpler with Testcontainers Desktop App
Learn how you can use Testcontainers Desktop app to simplify your testing and local development workflow.
-
Faster Integration Tests with Reusable Testcontainers
Learn how to improve your test performance against container-based resources by magnitudes in a couple of easy steps!
-
Easy Jakarta EE Integration Testing
How to use Testcontainers for your next project to create a stable and solid integration test suite of your Jakarta EE application features.