Do you think that AI coding assistants are not working for you? You constantly get wrong responses and now you have given up using them? In this blog, some real life use cases are shown where AI coding assistants are helpful and will help you during your daily work. Enjoy!
Continue reading “Unlocking AI Coding Assistants: Real-World Use Cases Part 2”Unit Integration Testing with Testcontainers Docker Compose
Is your test dependent of multiple other applications and you want to create an integration test using Testcontainers? Then the Testcontainers Docker Compose Module is the solution. In this blog, you will learn how convenient it is to create an integration test using multiple Testcontainers. Enjoy!
Continue reading “Unit Integration Testing with Testcontainers Docker Compose”Podman Compose vs Docker Compose
In this blog, you will take a look at Podman Compose. With Podman Compose, you can use compose files according to the Compose Spec in combination with a Podman backend. Enjoy!
Continue reading “Podman Compose vs Docker Compose”Speed up Development with Docker Compose
Assume a new developer or test engineer is added to your team. You develop an application with obviously some kind of database and you want them to get up to speed as soon as possible. You could ask them to install the application and database themselves or you could support them with it, but this would cause a lot of effort. What if you handed them over a simple YAML file which would get them up to speed in a few minutes? In this post we will explore some of the capabilities of Docker Compose in order to accomplish this.
