Hello Node.js!
By: Cristian Greco Back in 2016 I was working on a Java project, which enabled the sale of air time for a large-ish UK TV channel. It integrated with all sorts of infrastructure. Queues, databases,...
View ArticleWhy Integration Testing Is Key to Testing Microservices
Microservices – a software architecture style where applications are developed as a suite of small, independently deployable services—are notoriously difficult to test because of their design. Each...
View ArticleTesting Kafka Applications with Testcontainers
When developers write tests that cover integration points, traditionally, they often avoid integrating real systems for testing because of the time and maintenance costs, even though it’s the ideal....
View ArticleRunning Testcontainers tests using GitHub Actions and Testcontainers Cloud
Testcontainers is the preferred choice for writing integration tests using real dependencies as Docker containers. In this article, we are going to explore: How to run Testcontainers-based tests on...
View ArticleSupercharge your Redpanda Experience with Testcontainers for Local...
We often find ourselves wrestling with the complexities of setting up and maintaining local development environments. The process can be time-consuming, error-prone, and frustrating. However using...
View ArticleJoyful Quarkus Application Development using Testcontainers Desktop
Quarkus is one of the most popular frameworks in the JVM ecosystem that revolutionized the way developers create cloud-native, serverless, and microservices applications. Quarkus is designed to run...
View ArticleSimplify Testing Cloud-Native Applications with Testcontainers and LocalStack
While cloud technologies like AWS S3, DynamoDB, Lambda, and so forth make it easy to develop powerful cloud-native applications, testing such apps can be quite cumbersome. You want to emulate...
View ArticleState of Local Development and Testing 2023
Share Share Despite obvious operational benefits, modern architectures based on cloud infrastructure and microservices tend to take control away from developers and make it more painful to work...
View ArticleTestcontainers Best Practices
Testcontainers is an open source framework for provisioning throwaway, on-demand containers for development and testing use cases. Testcontainers make it easy to work with databases, message brokers,...
View ArticleAtomicJar is now part of Docker!
Today, we celebrate a win for developers as we announce that AtomicJar joins forces with the company that started the containers wave we were riding – Docker! Testcontainers In 2015, when Richard...
View Article